Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 96024:be43dd7afc91
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1244
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 17 Jun 2008 02:32:59 +0000 |
parents | 4bbbc2594f0b |
children | 86b03e4cc6d7 |
comparison
equal
deleted
inserted
replaced
96023:936483adbab6 | 96024:be43dd7afc91 |
---|---|
1 2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org> | |
2 | |
3 * dgnushack.el: Autoload get-display-table and put-display-table for | |
4 XEmacs 21.5. | |
5 | |
6 * lpath.el: Fbind get-display-table and put-display-table for XEmacs | |
7 21.4 and SXEmacs. | |
8 | |
9 2008-06-15 David Engster <dengste@eml.cc> | |
10 | |
11 * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. | |
12 | |
13 2008-06-14 Aidan Kehoe <kehoea@parhasard.net> | |
14 | |
15 * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New | |
16 macros that expand to an `aset'/`aref' call under Emacs, and to a | |
17 runtime choice under XEmacs. | |
18 | |
19 * gnus-sum.el (gnus-summary-set-display-table): Use | |
20 `gnus-put-display-table', `gnus-get-display-table', | |
21 `gnus-set-display-table' for the display table, instead of `aset'. | |
22 | |
23 * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use | |
24 `gnus-put-display-table', `gnus-get-display-table', | |
25 `gnus-set-display-table' for the display table. | |
26 | |
27 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de> | |
28 | |
29 * nnmairix.el: Add autoloads. | |
30 | |
31 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de> | |
32 | |
33 * nnmairix.el (nnmairix-delete-recreate-group) | |
34 (nnmairix-update-and-clear-marks): Fix error messages. | |
35 | |
36 2008-06-14 David Engster <dengste@eml.cc> | |
37 | |
38 * nnmairix.el: Upgrade to version 0.6. | |
39 (nnmairix-group-toggle-propmarks-this-group) | |
40 (nnmairix-group-toggle-readmarks-this-group) | |
41 (nnmairix-group-delete-recreate-this-group) | |
42 (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks) | |
43 (nnmairix-remove-tick-mark-original-article): New commands. | |
44 (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close) | |
45 (nnmairix-propagate-marks-to-nnmairix-groups) | |
46 (nnmairix-only-use-registry, nnmairix-allowfast-default) | |
47 (nnmairix-marks-cache, nnmairix-version-output): New variables. | |
48 (nnmairix-request-set-mark, nnmairix-request-update-info): New back end | |
49 functions needed for marks propagation and manipulation of read marks. | |
50 (nnmairix-update-groups): New function. | |
51 (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group) | |
52 (nnmairix-determine-original-group-from-registry) | |
53 (nnmairix-determine-original-group-from-path) | |
54 (nnmairix-get-group-from-file-path, nnmairix-map-range) | |
55 (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New | |
56 helper functions. | |
57 (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new | |
58 keystrokes for new commands. | |
59 (nnmairix-delete-and-create-on-change): Doc string cleanup. | |
60 (nnmairix-request-group): Check allow-fast group parameter. | |
61 (nnmairix-request-create-group): Set allow-fast group parameter if | |
62 nnmairix-allowfast-default is set. | |
63 (nnmairix-close-group): Propagate marks upon closing if needed. | |
64 (nnmairix-group-toggle-threads-this-group): Use new. | |
65 nnmairix-group-toggle-parameter helper function. | |
66 (nnmairix-search): Better check for empty search result. | |
67 (nnmairix-goto-original-article): Use new helper functions for | |
68 determining original article. | |
69 (nnmairix-show-original-article): Make sure message-id is in brackets. | |
70 (nnmairix-call-mairix-binary): Change variable name. | |
71 (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group | |
72 helper function. | |
73 (nnmairix-widget-toggle-activate): Fix doc string. | |
74 | |
1 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org> | 75 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 76 |
3 * nnir.el: Require edmacro when compiling with XEmacs. | 77 * nnir.el: Require edmacro when compiling with XEmacs. |
4 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not | 78 (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not |
5 available in Emacs 21. | 79 available in Emacs 21. |