Mercurial > emacs
changeset 69645:367a30fbed4e
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 23 Mar 2006 11:30:48 +0000 |
parents | 26ee9321c6d7 |
children | 38f28026dd63 |
files | lisp/gnus/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Thu Mar 23 11:30:07 2006 +0000 +++ b/lisp/gnus/ChangeLog Thu Mar 23 11:30:48 2006 +0000 @@ -1,10 +1,15 @@ +2006-03-23 Kenichi Handa <handa@m17n.org> + + * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte + instead of set-buffer-multibyte. + 2006-03-23 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-03-21 Daniel Pittman <daniel@rimspace.net> * nnimap.el (nnimap-request-update-info-internal): Optimize.