diff options
| author | Miles Bader | 2007-08-27 04:00:19 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-08-27 04:00:19 +0000 |
| commit | 7f22a76506a3f3db2eb4bce1cfc49105bd8d0824 (patch) | |
| tree | 02ffae400506ae46fcf03eacaa5210aac7fe57de /man | |
| parent | d53a60a6f76043ba9fb395eece2aaccc67a0d1b2 (diff) | |
| parent | 619fb9ee822da1d92d8b7974b827dac6a918967f (diff) | |
| download | emacs-7f22a76506a3f3db2eb4bce1cfc49105bd8d0824.tar.gz emacs-7f22a76506a3f3db2eb4bce1cfc49105bd8d0824.zip | |
Merge from emacs--rel--22
Patches applied:
* emacs--rel--22 (patch 97-100)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 246-247)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-860
Diffstat (limited to 'man')
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/message.texi | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 732c18c980d..5b096844f37 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,10 +1,13 @@ | |||
| 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-22 Carsten Dominik <dominik@science.uva.nl> | 5 | 2007-08-22 Carsten Dominik <dominik@science.uva.nl> |
| 2 | 6 | ||
| 3 | * org.texi (Adding hyperlink types): New section. | 7 | * org.texi (Adding hyperlink types): New section. |
| 4 | (Embedded LaTeX): Chapter updated because of LaTeX export. | 8 | (Embedded LaTeX): Chapter updated because of LaTeX export. |
| 5 | (LaTeX export): New section. | 9 | (LaTeX export): New section. |
| 6 | (Using links out): New section. | 10 | (Using links out): New section. |
| 7 | |||
| 8 | 11 | ||
| 9 | 2007-08-22 Glenn Morris <rgm@gnu.org> | 12 | 2007-08-22 Glenn Morris <rgm@gnu.org> |
| 10 | 13 | ||
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 |