emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog,v


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/ChangeLog,v
Date: Tue, 17 Jun 2008 02:33:01 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Miles Bader <miles>     08/06/17 02:32:59

Index: lisp/gnus/ChangeLog
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/gnus/ChangeLog,v
retrieving revision 1.728
retrieving revision 1.729
diff -u -b -r1.728 -r1.729
--- lisp/gnus/ChangeLog 12 Jun 2008 02:43:05 -0000      1.728
+++ lisp/gnus/ChangeLog 17 Jun 2008 02:32:58 -0000      1.729
@@ -1,3 +1,77 @@
+2008-06-16  Katsumi Yamaoka  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
+
+2008-06-14  Aidan Kehoe  <address@hidden>
+
+       * 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  <address@hidden>
+
+       * nnmairix.el: Add autoloads.
+
+2008-06-14  Reiner Steib  <address@hidden>
+
+       * nnmairix.el (nnmairix-delete-recreate-group)
+       (nnmairix-update-and-clear-marks): Fix error messages.
+
+2008-06-14  David Engster  <address@hidden>
+
+       * 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  <address@hidden>
 
        * nnir.el: Require edmacro when compiling with XEmacs.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]