Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue Jun 17 02:16:09 2008 +0000 +++ b/lisp/gnus/ChangeLog Tue Jun 17 02:32:59 2008 +0000 @@ -1,3 +1,77 @@ +2008-06-16 Katsumi Yamaoka <yamaoka@jpl.org> + + * dgnushack.el: Autoload get-display-table and put-display-table for + XEmacs 21.5. + + * lpath.el: Fbind get-display-table and put-display-table for XEmacs + 21.4 and SXEmacs. + +2008-06-15 David Engster <dengste@eml.cc> + + * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. + +2008-06-14 Aidan Kehoe <kehoea@parhasard.net> + + * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New + macros that expand to an `aset'/`aref' call under Emacs, and to a + runtime choice under XEmacs. + + * gnus-sum.el (gnus-summary-set-display-table): Use + `gnus-put-display-table', `gnus-get-display-table', + `gnus-set-display-table' for the display table, instead of `aset'. + + * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use + `gnus-put-display-table', `gnus-get-display-table', + `gnus-set-display-table' for the display table. + +2008-06-14 Reiner Steib <Reiner.Steib@gmx.de> + + * nnmairix.el: Add autoloads. + +2008-06-14 Reiner Steib <Reiner.Steib@gmx.de> + + * nnmairix.el (nnmairix-delete-recreate-group) + (nnmairix-update-and-clear-marks): Fix error messages. + +2008-06-14 David Engster <dengste@eml.cc> + + * nnmairix.el: Upgrade to version 0.6. + (nnmairix-group-toggle-propmarks-this-group) + (nnmairix-group-toggle-readmarks-this-group) + (nnmairix-group-delete-recreate-this-group) + (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks) + (nnmairix-remove-tick-mark-original-article): New commands. + (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close) + (nnmairix-propagate-marks-to-nnmairix-groups) + (nnmairix-only-use-registry, nnmairix-allowfast-default) + (nnmairix-marks-cache, nnmairix-version-output): New variables. + (nnmairix-request-set-mark, nnmairix-request-update-info): New back end + functions needed for marks propagation and manipulation of read marks. + (nnmairix-update-groups): New function. + (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group) + (nnmairix-determine-original-group-from-registry) + (nnmairix-determine-original-group-from-path) + (nnmairix-get-group-from-file-path, nnmairix-map-range) + (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New + helper functions. + (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new + keystrokes for new commands. + (nnmairix-delete-and-create-on-change): Doc string cleanup. + (nnmairix-request-group): Check allow-fast group parameter. + (nnmairix-request-create-group): Set allow-fast group parameter if + nnmairix-allowfast-default is set. + (nnmairix-close-group): Propagate marks upon closing if needed. + (nnmairix-group-toggle-threads-this-group): Use new. + nnmairix-group-toggle-parameter helper function. + (nnmairix-search): Better check for empty search result. + (nnmairix-goto-original-article): Use new helper functions for + determining original article. + (nnmairix-show-original-article): Make sure message-id is in brackets. + (nnmairix-call-mairix-binary): Change variable name. + (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group + helper function. + (nnmairix-widget-toggle-activate): Fix doc string. + 2008-06-11 Katsumi Yamaoka <yamaoka@jpl.org> * nnir.el: Require edmacro when compiling with XEmacs.