aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/gnus/ChangeLog5
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 @@
12002-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
12002-05-26 Dave Love <fx@gnu.org> 102002-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 @@
12002-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
12002-05-14 Dave Love <fx@gnu.org> 62002-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)