Mercurial > emacs
diff lisp/gnus/ChangeLog @ 69949:d0312c3f2374
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-214
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 83)
- Update from CVS
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 12 Apr 2006 05:23:27 +0000 |
parents | a87e26272828 |
children | d5a08c9d58dd |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Wed Apr 12 05:11:12 2006 +0000 +++ b/lisp/gnus/ChangeLog Wed Apr 12 05:23:27 2006 +0000 @@ -1,3 +1,24 @@ +2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org> + + * gnus-art.el (gnus-mime-view-part-as-charset): Ignore charset + that the part specifies. + + * mm-decode.el (mm-display-part): Work with external parts and + usual parts similarly. + + * mm-extern.el (mm-inline-external-body): Use mm-display-part + instead of gnus-display-mime. + + * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part + tag to summarized topics part in order to encode non-ASCII text. + +2006-04-12 Kenichi Handa <handa@m17n.org> + + * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte + buffer and then decode the buffer text if necessary. + (rfc2231-encode-string): Be sure to work on multibyte buffer at + first, and after mm-encode-body, change the buffer to unibyte. + 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de> * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.