Mercurial > emacs
comparison lisp/gnus/ChangeLog @ 61304:a1964e18a9ba
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-234
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 56-58)
- Update from CVS
- Collapse feature addition/removal within single ChangeLog entry
2005-04-04 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/message.el (message-make-date): Add defvars in order to silence
the byte compiler inside the defun.
* lisp/gnus/nnimap.el (nnimap-date-days-ago): Ditto.
* lisp/gnus/gnus-demon.el (parse-time-string): Added autoload.
* lisp/gnus/gnus-delay.el (parse-time-string): Added autoload.
* lisp/gnus/gnus-art.el (parse-time-string): Added autoload.
* lisp/gnus/nnultimate.el (parse-time): Require for `parse-time-string'.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Tue, 05 Apr 2005 04:10:27 +0000 |
parents | ae865a366a88 |
children | f8d6ea606403 |
comparison
equal
deleted
inserted
replaced
61303:b56d5250fbc3 | 61304:a1964e18a9ba |
---|---|
1 2005-04-04 Reiner Steib <Reiner.Steib@gmx.de> | |
2 | |
3 * message.el (message-make-date): Add defvars in order to silence | |
4 the byte compiler inside the defun. | |
5 | |
6 * nnimap.el (nnimap-date-days-ago): Ditto. | |
7 | |
8 * gnus-demon.el (parse-time-string): Added autoload. | |
9 | |
10 * gnus-delay.el (parse-time-string): Added autoload. | |
11 | |
12 * gnus-art.el (parse-time-string): Added autoload. | |
13 | |
14 * nnultimate.el (parse-time): Require for `parse-time-string'. | |
15 | |
1 2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org> | 16 2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org> |
2 | 17 |
3 * gnus-sum.el (gnus-summary-make-menu-bar): Fix an | 18 * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the |
4 "unrecognised menu descriptor" error. | 19 "Unrecognized menu descriptor" error in XEmacs. |
5 | 20 |
6 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> | 21 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> |
7 | 22 |
8 * message.el (message-resend): Bind rfc2047-encode-encoded-words. | 23 * message.el (message-resend): Bind rfc2047-encode-encoded-words. |
9 | 24 |