diff options
| -rw-r--r-- | lisp/ChangeLog | 9 | ||||
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index aabba7461ec..026558caacf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2002-05-27 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * mail/sendmail.el (mail-recover-1, mail-recover): Use utf-8-emacs | ||
| 4 | coding system, not emacs-mule. | ||
| 5 | |||
| 6 | * files.el (revert-buffer, recover-file): Likewise. | ||
| 7 | |||
| 8 | * desktop.el (desktop-save): Likewise. | ||
| 9 | |||
| 1 | 2002-05-26 Dave Love <fx@gnu.org> | 10 | 2002-05-26 Dave Love <fx@gnu.org> |
| 2 | 11 | ||
| 3 | * mule.el (with-category-table): Use make-symbol. | 12 | * mule.el (with-category-table): Use make-symbol. |
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index aaf831ed03a..40b46d3a5da 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-05-27 Dave Love <fx@gnu.org> | ||
| 2 | |||
| 3 | * mm-util.el (mm-auto-save-coding-system): Prefer utf-8-emacs | ||
| 4 | coding system to emacs-mule. | ||
| 5 | |||
| 1 | 2002-05-14 Dave Love <fx@gnu.org> | 6 | 2002-05-14 Dave Love <fx@gnu.org> |
| 2 | 7 | ||
| 3 | * mm-util.el (mm-mime-mule-charset-alist) | 8 | * mm-util.el (mm-mime-mule-charset-alist) |