diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index fe2fcab6643..d8e1065c610 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 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 | |||
| 16 | 2005-04-03 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 17 | |||
| 18 | * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the | ||
| 19 | "Unrecognized menu descriptor" error in XEmacs. | ||
| 20 | |||
| 1 | 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> | 21 | 2005-03-25 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 22 | ||
| 3 | * message.el (message-resend): Bind rfc2047-encode-encoded-words. | 23 | * message.el (message-resend): Bind rfc2047-encode-encoded-words. |
| @@ -483,7 +503,7 @@ | |||
| 483 | 503 | ||
| 484 | 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> | 504 | 2004-11-04 Katsumi Yamaoka <yamaoka@jpl.org> |
| 485 | 505 | ||
| 486 | * gnus-art. (gnus-article-edit-article): Don't associate the | 506 | * gnus-art.el (gnus-article-edit-article): Don't associate the |
| 487 | article buffer with a draft file. This is a temporary measure | 507 | article buffer with a draft file. This is a temporary measure |
| 488 | against the 2004-08-22 change to gnus-article-edit-mode. | 508 | against the 2004-08-22 change to gnus-article-edit-mode. |
| 489 | 509 | ||