diff lisp/gnus/ChangeLog @ 100454:b8d5bfa98123

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1500
author Miles Bader <miles@gnu.org>
date Wed, 17 Dec 2008 00:34:16 +0000
parents 3e9018e11d27
children 1e274138c4bf
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Tue Dec 16 21:23:03 2008 +0000
+++ b/lisp/gnus/ChangeLog	Wed Dec 17 00:34:16 2008 +0000
@@ -4,6 +4,19 @@
 
 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+	* mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
+	knows since the charset specified might be a bogus alias that
+	mm-charset-synonym-alist provides.
+
+2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+	* mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
+	"ISO_8859-1".
+
+	* gnus-start.el (gnus-backup-startup-file): Improve doc string.
+
+2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
 	* mm-util.el (mm-charset-eval-alist):
 	Define it before mm-charset-to-coding-system.
 	(mm-charset-to-coding-system): Add optional argument `silent';