diff options
| author | Dave Love | 2000-11-01 19:16:06 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-01 19:16:06 +0000 |
| commit | 6b8a0b2d41a131dba767443f8a73038c6dd5fb3e (patch) | |
| tree | 5aeac41570ba22325c5c642574a6996a38ed4a39 | |
| parent | 02af1bf14a64226c2e73d23b4b01ecfbe56908ce (diff) | |
| download | emacs-6b8a0b2d41a131dba767443f8a73038c6dd5fb3e.tar.gz emacs-6b8a0b2d41a131dba767443f8a73038c6dd5fb3e.zip | |
*** empty log message ***
| -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. |