* message.texi (Interface): Add tool bar customization.
authorReiner Steib <Reiner.Steib@gmx.de>
Fri, 12 May 2006 14:20:21 +0000 (14:20 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Fri, 12 May 2006 14:20:21 +0000 (14:20 +0000)
(MIME): Index and text additions for mml-attach.

* gnus.texi (Oort Gnus): Fix some entries.
(Starting Up): Add references to "Emacs for Heathens" and to
"Finding the News".  Add user-full-name and user-mail-address.
(Group Buffer Format): Add tool bar customization and update.
(Summary Buffer): Add tool bar customization.
(Posting Styles): Add message-alternative-emails.

texi/ChangeLog
texi/gnus.texi
texi/message.texi

index 60a812e..01e4b22 100644 (file)
@@ -1,6 +1,15 @@
 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus.texi (Oort Gnus): Reorder entries in sections.
+       * message.texi (Interface): Add tool bar customization.
+       (MIME): Index and text additions for mml-attach.
+
+       * gnus.texi (Oort Gnus): Reorder entries in sections.  Fix some
+       entries.
+       (Starting Up): Add references to "Emacs for Heathens" and to
+       "Finding the News".  Add user-full-name and user-mail-address.
+       (Group Buffer Format): Add tool bar customization and update.
+       (Summary Buffer): Add tool bar customization.
+       (Posting Styles): Add message-alternative-emails.
 
 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
index 6f028a9..33d4370 100644 (file)
@@ -26914,6 +26914,10 @@ though it is not quoted in any way.  The variable
 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
 citations.
 
+The new command @kbd{W Y f}
+(@code{gnus-article-outlook-deuglify-article}) allows deuglifying broken
+Outlook (Express) articles.
+
 @item
 @code{gnus-article-skip-boring}
 
@@ -26927,7 +26931,8 @@ consist of a little new content at the top with a long, untrimmed
 message cited below.
 
 @item
-Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
+Smileys (@samp{:-)}, @samp{;-)} etc) are now displayed graphically in
+Emacs too.
 
 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.gnus.el} to
 disable it.
@@ -26953,17 +26958,7 @@ recipient's name or the group name posting to for @acronym{NNTP}
 groups.
 
 @item
-@file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
-
-A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
-broken Outlook (Express) articles.
-
-@item
-Externalizing and deleting of attachments.
-
-If @code{gnus-gcc-externalize-attachments} or
-@code{message-fcc-externalize-attachments} is non-@code{nil}, attach
-local files as external parts.
+Deleting of attachments.
 
 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
 on @acronym{MIME} buttons) saves a part and replaces the part with an
@@ -27037,6 +27032,13 @@ the nnml back end allows compressed message files.
 The new option @code{gnus-gcc-mark-as-read} automatically marks
 Gcc articles as read.
 
+@item
+Externalizing of attachments
+
+If @code{gnus-gcc-externalize-attachments} or
+@code{message-fcc-externalize-attachments} is non-@code{nil}, attach
+local files as external parts.
+
 @item
 The envelope sender address can be customized when using Sendmail.
 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
@@ -27175,7 +27177,8 @@ This change was made to avoid conflict with the standard binding of
 @code{back-to-indentation}, which is also useful in message mode.
 
 @item
-The default for @code{message-forward-show-mml} changed to symbol @code{best}.
+The default for @code{message-forward-show-mml} changed to the symbol
+@code{best}.
 
 The behavior for the @code{best} value is to show @acronym{MML} (i.e.,
 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
index 5e8e140..c73dabf 100644 (file)
@@ -97,6 +97,9 @@ sending it.
 * Mailing Lists::        Send mail to mailing lists.
 @end menu
 
+You can customize the Message Mode tool bar, see @kbd{M-x
+customize-apropos RET message-tool-bar}.  This feature is only available
+in Emacs.
 
 @node New Mail Message
 @section New Mail Message
@@ -821,10 +824,12 @@ doesn't have to do anything to make the @acronym{MIME} happen---Message will
 automatically add the @code{Content-Type} and
 @code{Content-Transfer-Encoding} headers.
 
+@findex mml-attach
+@kindex C-c C-a
 The most typical thing users want to use the multipart things in
 @acronym{MIME} for is to add ``attachments'' to mail they send out.
-This can be done with the @kbd{C-c C-a} command, which will prompt for
-a file name and a @acronym{MIME} type.
+This can be done with the @kbd{C-c C-a} command (@kbd{M-x mml-attach}),
+which will prompt for a file name and a @acronym{MIME} type.
 
 @vindex mml-dnd-protocol-alist
 @vindex mml-dnd-attach-options
@@ -1811,6 +1816,9 @@ that look like:
 Hallvard B Furuseth <h.b.furuseth@@usit.uio.no> writes:
 @end example
 
+@c FIXME: Add `message-insert-formated-citation-line' and
+@c `message-citation-line-format'
+
 Point will be at the beginning of the body of the message when this
 function is called.