diff lisp/gnus/ChangeLog @ 100315:da90832da238

* rfc2047.el (rfc2047-charset-to-coding-system): Add new argument `allow-override' which says whether to use `mm-charset-override-alist'. (rfc2047-decode-encoded-words): Use it. * mm-util.el (mm-charset-override-alist): Fix custom type; add `(gb2312 . gbk)' to choices.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 10 Dec 2008 10:02:50 +0000
parents c663881a61c6
children 7255d1413d64
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Dec 10 09:47:06 2008 +0000
+++ b/lisp/gnus/ChangeLog	Wed Dec 10 10:02:50 2008 +0000
@@ -1,3 +1,12 @@
+2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+	* rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
+	`allow-override' which says whether to use `mm-charset-override-alist'.
+	(rfc2047-decode-encoded-words): Use it.
+
+	* mm-util.el (mm-charset-override-alist): Fix custom type;
+	add `(gb2312 . gbk)' to choices.
+
 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 	* mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and