diff options
| author | Miles Bader | 2007-08-27 04:01:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-27 04:01:49 +0000 |
| commit | 9b8801ec33b0d0c0bb0a98a1b2f533a0c0c00f3f (patch) | |
| tree | f380f8752f31f207f3e7741d63a28c4bc33e27eb /man | |
| parent | 619fb9ee822da1d92d8b7974b827dac6a918967f (diff) | |
| download | emacs-9b8801ec33b0d0c0bb0a98a1b2f533a0c0c00f3f.tar.gz emacs-9b8801ec33b0d0c0bb0a98a1b2f533a0c0c00f3f.zip | |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
2007-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
* lisp/gnus/mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
(mml-generate-mime-1): Don't encode body if it is specified to be in
raw form; don't make buffer be unibyte when inserting multibyte string.
2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change)
* man/message.texi (MIME): Replace mml-attach with mml-attach-file.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-100
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 4 | ||||
| -rw-r--r-- | man/message.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index a9719d6d454..04ccb80f6e0 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2007-08-24 IRIE Tetsuya <irie@t.email.ne.jp> (tiny change) | ||
| 2 | |||
| 3 | * message.texi (MIME): Replace mml-attach with mml-attach-file. | ||
| 4 | |||
| 1 | 2007-08-27 Richard Stallman <rms@gnu.org> | 5 | 2007-08-27 Richard Stallman <rms@gnu.org> |
| 2 | 6 | ||
| 3 | * emacs.texi (Top): Clarify menu item for Glossary. | 7 | * emacs.texi (Top): Clarify menu item for Glossary. |
diff --git a/man/message.texi b/man/message.texi index eef4d77205a..2bca4b046e5 100644 --- a/man/message.texi +++ b/man/message.texi | |||
| @@ -821,11 +821,11 @@ doesn't have to do anything to make the @acronym{MIME} happen---Message will | |||
| 821 | automatically add the @code{Content-Type} and | 821 | automatically add the @code{Content-Type} and |
| 822 | @code{Content-Transfer-Encoding} headers. | 822 | @code{Content-Transfer-Encoding} headers. |
| 823 | 823 | ||
| 824 | @findex mml-attach | 824 | @findex mml-attach-file |
| 825 | @kindex C-c C-a | 825 | @kindex C-c C-a |
| 826 | The most typical thing users want to use the multipart things in | 826 | The most typical thing users want to use the multipart things in |
| 827 | @acronym{MIME} for is to add ``attachments'' to mail they send out. | 827 | @acronym{MIME} for is to add ``attachments'' to mail they send out. |
| 828 | This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach}), | 828 | This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach-file}), |
| 829 | which will prompt for a file name and a @acronym{MIME} type. | 829 | which will prompt for a file name and a @acronym{MIME} type. |
| 830 | 830 | ||
| 831 | @vindex mml-dnd-protocol-alist | 831 | @vindex mml-dnd-protocol-alist |