diff options
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 86e279685c1..2fbab6bea54 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -3,6 +3,22 @@ | |||
| 3 | * message.el (message-beginning-of-line): Change the behavior when | 3 | * message.el (message-beginning-of-line): Change the behavior when |
| 4 | invoked between BOL and : so that it first moves backward. | 4 | invoked between BOL and : so that it first moves backward. |
| 5 | 5 | ||
| 6 | 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 7 | |||
| 8 | * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the | ||
| 9 | article buffer when editing of the article is discarded. | ||
| 10 | (gnus-article-prepare): Revert. | ||
| 11 | |||
| 12 | 2005-01-28 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 13 | |||
| 14 | * gnus-art.el (gnus-article-prepare): Remove | ||
| 15 | message-strip-forbidden-properties from the local hook. | ||
| 16 | |||
| 17 | 2005-01-24 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 18 | |||
| 19 | * mml.el (mml-generate-mime-1): Convert string into unibyte when | ||
| 20 | inserting " *mml*" buffer's contents into a unibyte temp buffer. | ||
| 21 | |||
| 6 | 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org> | 22 | 2005-01-20 Katsumi Yamaoka <yamaoka@jpl.org> |
| 7 | 23 | ||
| 8 | * mm-decode.el (mm-insert-part): Switch the multibyteness of data | 24 | * mm-decode.el (mm-insert-part): Switch the multibyteness of data |