diff options
| author | Stefan Monnier | 2008-06-25 15:01:47 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-06-25 15:01:47 +0000 |
| commit | 32bed934f91f074c2adab249461b0039b90589a3 (patch) | |
| tree | 2f0949dc5df3e291354a4fd20f398fa7830d5c27 /lisp/gnus/ChangeLog | |
| parent | 69587bba2174428bc25eda9675558aadede61674 (diff) | |
| download | emacs-32bed934f91f074c2adab249461b0039b90589a3.tar.gz emacs-32bed934f91f074c2adab249461b0039b90589a3.zip | |
Require CL.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 0ee4dd87518..5da9aee70f4 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,19 +1,23 @@ | |||
| 1 | 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * nnmairix.el: Require CL. | ||
| 4 | |||
| 1 | 2008-06-15 David Engster <dengste@eml.cc> | 5 | 2008-06-15 David Engster <dengste@eml.cc> |
| 2 | 6 | ||
| 3 | * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. | 7 | * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. |
| 4 | 8 | ||
| 5 | 2008-06-14 Aidan Kehoe <kehoea@parhasard.net> | 9 | 2008-06-14 Aidan Kehoe <kehoea@parhasard.net> |
| 6 | 10 | ||
| 7 | * gnus-util.el (gnus-put-display-table, gnus-get-display-table): New | 11 | * gnus-util.el (gnus-put-display-table, gnus-get-display-table): |
| 8 | macros that expand to an `aset'/`aref' call under Emacs, and to a | 12 | New macros that expand to an `aset'/`aref' call under Emacs, and to a |
| 9 | runtime choice under XEmacs. | 13 | runtime choice under XEmacs. |
| 10 | 14 | ||
| 11 | * gnus-sum.el (gnus-summary-set-display-table): Use | 15 | * gnus-sum.el (gnus-summary-set-display-table): |
| 12 | `gnus-put-display-table', `gnus-get-display-table', | 16 | Use `gnus-put-display-table', `gnus-get-display-table', |
| 13 | `gnus-set-display-table' for the display table, instead of `aset'. | 17 | `gnus-set-display-table' for the display table, instead of `aset'. |
| 14 | 18 | ||
| 15 | * gnus-xmas.el (gnus-xmas-summary-set-display-table): Use | 19 | * gnus-xmas.el (gnus-xmas-summary-set-display-table): |
| 16 | `gnus-put-display-table', `gnus-get-display-table', | 20 | Use `gnus-put-display-table', `gnus-get-display-table', |
| 17 | `gnus-set-display-table' for the display table. | 21 | `gnus-set-display-table' for the display table. |
| 18 | 22 | ||
| 19 | 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de> | 23 | 2008-06-14 Reiner Steib <Reiner.Steib@gmx.de> |