Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Tue Apr 05 03:50:26 2005 +0000 +++ b/lisp/gnus/ChangeLog Tue Apr 05 04:10:27 2005 +0000 @@ -1,7 +1,22 @@ +2005-04-04 Reiner Steib <Reiner.Steib@gmx.de> + + * message.el (message-make-date): Add defvars in order to silence + the byte compiler inside the defun. + + * nnimap.el (nnimap-date-days-ago): Ditto. + + * gnus-demon.el (parse-time-string): Added autoload. + + * gnus-delay.el (parse-time-string): Added autoload. + + * gnus-art.el (parse-time-string): Added autoload. + + * nnultimate.el (parse-time): Require for `parse-time-string'. + 2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org> - * gnus-sum.el (gnus-summary-make-menu-bar): Fix an - "unrecognised menu descriptor" error. + * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the + "Unrecognized menu descriptor" error in XEmacs. 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org>