diff options
| author | Miles Bader | 2005-08-02 07:21:08 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-08-02 07:21:08 +0000 |
| commit | afea040a3d16a892ca86589c33ea4b0e30f7a320 (patch) | |
| tree | 1c1a45c96023946304c132206f11cf48d0b9f4a3 /lisp/gnus/ChangeLog | |
| parent | a4fbb790db4e05bab11b0837872cc45d536aee7a (diff) | |
| download | emacs-afea040a3d16a892ca86589c33ea4b0e30f7a320.tar.gz emacs-afea040a3d16a892ca86589c33ea4b0e30f7a320.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-507
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 100)
- Update from CVS
2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mml.el (mml-generate-mime-1): Make the content type default to
text/plain if the filename is not specified.
2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
instead of insert-buffer.
* lisp/gnus/message.el (message-yank-original): Ditto; set the mark at the
end of the yanked message.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 6b25403e47b..a96013006c2 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2005-08-02 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * mml.el (mml-generate-mime-1): Make the content type default to | ||
| 4 | text/plain if the filename is not specified. | ||
| 5 | |||
| 6 | 2005-08-01 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 7 | |||
| 8 | * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring | ||
| 9 | instead of insert-buffer. | ||
| 10 | |||
| 11 | * message.el (message-yank-original): Ditto; set the mark at the | ||
| 12 | end of the yanked message. | ||
| 13 | |||
| 1 | 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org> | 14 | 2005-07-29 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 15 | ||
| 3 | * gnus-art.el (gnus-article-next-page-1): Reduce the number of | 16 | * gnus-art.el (gnus-article-next-page-1): Reduce the number of |