diff options
| author | Katsumi Yamaoka | 2008-12-10 10:02:50 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2008-12-10 10:02:50 +0000 |
| commit | b6b8f5fda993e752657e4a09bfa6022e42df673c (patch) | |
| tree | b6be40c38ba5efcdf286c1862bbef8c6a26a26b8 /lisp/gnus/ChangeLog | |
| parent | c3f995a2cbc9715b56d732b28b078c102dccccd3 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2008-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 | |||
| 1 | 2008-12-04 Katsumi Yamaoka <yamaoka@jpl.org> | 10 | 2008-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 |