comparison lisp/gnus/ChangeLog @ 69645:367a30fbed4e

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Thu, 23 Mar 2006 11:30:48 +0000
parents f3cbe79b8375
children e78140e0c24a
comparison
equal deleted inserted replaced
69644:26ee9321c6d7 69645:367a30fbed4e
1 2006-03-23 Kenichi Handa <handa@m17n.org>
2
3 * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
4 instead of set-buffer-multibyte.
5
1 2006-03-23 Kenichi Handa <handa@m17n.org> 6 2006-03-23 Kenichi Handa <handa@m17n.org>
2 7
3 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte 8 * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
4 buffer and then decode the buffer text if necessary. 9 buffer and then decode the buffer text if necessary.
5 (rfc2231-encode-string): Be sure to work on multibyte buffer at 10 (rfc2231-encode-string): Be sure to work on multibyte buffer at
6 first, and after mm-encode-body, change the buffer to unibyte. 11 first, and after mm-encode-body, change the buffer to unibyte.
7 12
8 2006-03-21 Daniel Pittman <daniel@rimspace.net> 13 2006-03-21 Daniel Pittman <daniel@rimspace.net>
9 14
10 * nnimap.el (nnimap-request-update-info-internal): Optimize. 15 * nnimap.el (nnimap-request-update-info-internal): Optimize.
11 Don't `gnus-uncompress-range' to avoid excessive memory usage. 16 Don't `gnus-uncompress-range' to avoid excessive memory usage.
12 17