# HG changeset patch # User Kenichi Handa # Date 1143093104 0 # Node ID f3cbe79b837592a1f8d6e02791e25f737c556875 # Parent 69cdb1e84c383ace84cda6eb117d9bc39132334b *** empty log message *** diff -r 69cdb1e84c38 -r f3cbe79b8375 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Thu Mar 23 05:51:03 2006 +0000 +++ b/lisp/gnus/ChangeLog Thu Mar 23 05:51:44 2006 +0000 @@ -1,3 +1,10 @@ +2006-03-23 Kenichi Handa + + * 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 * nnimap.el (nnimap-request-update-info-internal): Optimize.