diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 13 |
2 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4cd1ba137a3..187bd3636a6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2000-11-01 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * emacs-lisp/elp.el (elp-restore-function): Remove autoload | ||
| 4 | cookie. | ||
| 5 | |||
| 1 | 2000-11-01 Miles Bader <miles@lsi.nec.co.jp> | 6 | 2000-11-01 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 7 | ||
| 3 | * calendar/calendar.el (diary-face, holiday-face): Add | 8 | * calendar/calendar.el (diary-face, holiday-face): Add |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e3c638f4eda..414366958b7 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2000-11-01 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * rfc2047.el (base64): Require unconditionally. | ||
| 4 | (message-posting-charset): Defvar when compiling. | ||
| 5 | (rfc2047-encode-message-header, rfc2047-encodable-p): Require | ||
| 6 | message. | ||
| 7 | |||
| 8 | * gnus-sum.el (nnoo): Require. | ||
| 9 | (mm-uu-dissect): Autoload. | ||
| 10 | |||
| 11 | * mml.el (mml-parse-1): Clarify message. | ||
| 12 | (mml-minibuffer-read-type): Use mailcap-mime-types. | ||
| 13 | |||
| 1 | 2000-11-01 Stefan Monnier <monnier@cs.yale.edu> | 14 | 2000-11-01 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 15 | ||
| 3 | * mml.el: Fix a typo in the requiring of CL. | 16 | * mml.el: Fix a typo in the requiring of CL. |