Mercurial > emacs
changeset 96273:a9507acee802
Require CL.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 25 Jun 2008 15:01:47 +0000 |
parents | 9c9415d59eac |
children | b0ac9927a5c0 |
files | lisp/gnus/ChangeLog lisp/gnus/nnmairix.el |
diffstat | 2 files changed, 12 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed Jun 25 14:05:38 2008 +0000 +++ b/lisp/gnus/ChangeLog Wed Jun 25 15:01:47 2008 +0000 @@ -1,19 +1,23 @@ +2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca> + + * nnmairix.el: Require CL. + 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 + * 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-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-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>