aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorKatsumi Yamaoka2008-12-10 10:02:50 +0000
committerKatsumi Yamaoka2008-12-10 10:02:50 +0000
commitb6b8f5fda993e752657e4a09bfa6022e42df673c (patch)
treeb6be40c38ba5efcdf286c1862bbef8c6a26a26b8 /lisp/gnus/ChangeLog
parentc3f995a2cbc9715b56d732b28b078c102dccccd3 (diff)
downloademacs-b6b8f5fda993e752657e4a09bfa6022e42df673c.tar.gz
emacs-b6b8f5fda993e752657e4a09bfa6022e42df673c.zip
* 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.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 59535f7faa5..3e445c847c1 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,12 @@
12008-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
4 `allow-override' which says whether to use `mm-charset-override-alist'.
5 (rfc2047-decode-encoded-words): Use it.
6
7 * mm-util.el (mm-charset-override-alist): Fix custom type;
8 add `(gb2312 . gbk)' to choices.
9
12008-12-04 Katsumi Yamaoka <yamaoka@jpl.org> 102008-12-04 Katsumi Yamaoka <yamaoka@jpl.org>
2 11
3 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and 12 * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and