diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 087cdf14503..792fb2a5c0d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,24 @@ | |||
| 1 | 2006-04-12 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus-art.el (gnus-mime-view-part-as-charset): Ignore charset | ||
| 4 | that the part specifies. | ||
| 5 | |||
| 6 | * mm-decode.el (mm-display-part): Work with external parts and | ||
| 7 | usual parts similarly. | ||
| 8 | |||
| 9 | * mm-extern.el (mm-inline-external-body): Use mm-display-part | ||
| 10 | instead of gnus-display-mime. | ||
| 11 | |||
| 12 | * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part | ||
| 13 | tag to summarized topics part in order to encode non-ASCII text. | ||
| 14 | |||
| 15 | 2006-04-12 Kenichi Handa <handa@m17n.org> | ||
| 16 | |||
| 17 | * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte | ||
| 18 | buffer and then decode the buffer text if necessary. | ||
| 19 | (rfc2231-encode-string): Be sure to work on multibyte buffer at | ||
| 20 | first, and after mm-encode-body, change the buffer to unibyte. | ||
| 21 | |||
| 1 | 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de> | 22 | 2006-04-11 Reiner Steib <Reiner.Steib@gmx.de> |
| 2 | 23 | ||
| 3 | * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'. | 24 | * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'. |