* message.texi (Message Headers): Add message-allow-no-recipients.
authorJesper Harder <harder@ifa.au.dk>
Sat, 21 Dec 2002 01:49:51 +0000 (01:49 +0000)
committerJesper Harder <harder@ifa.au.dk>
Sat, 21 Dec 2002 01:49:51 +0000 (01:49 +0000)
(Various Commands): Add TAB and message-tab-body-function.

texi/ChangeLog
texi/message.texi

index 6fe1519..94bc5c5 100644 (file)
@@ -1,7 +1,7 @@
-2002-12-19  Paul Jarc  <prj@po.cwru.edu>
+2002-12-20  Jesper Harder  <harder@ifa.au.dk>
 
-       * gnus.texi (Optional Back End Functions):
-       nnchoke-request-update-info need not return the info object.
+       * message.texi (Message Headers): Add message-allow-no-recipients.
+       (Various Commands): Add TAB and message-tab-body-function.
 
 2002-12-15  Jesper Harder  <harder@ifa.au.dk>
 
index 9fdf682..01d13fc 100644 (file)
@@ -971,6 +971,14 @@ Sort headers according to @code{message-header-format-alist}
 Rename the buffer (@code{message-rename-buffer}).  If given a prefix,
 prompt for a new buffer name.
 
+@item TAB
+@kindex TAB
+@findex message-tab
+@vindex message-tab-body-function
+If non-@code{nil} execute the function specified in
+@code{message-tab-body-function}.  Otherwise use the function bound to
+@kbd{TAB} in @code{text-mode-map} or @code{global-map}.
+
 @end table
 
 
@@ -1182,6 +1190,13 @@ responding to a message:
 A regexp to match the alternative email addresses.  The first matched
 address (not primary one) is used in the @code{From} field.
 
+@item message-allow-no-recipients
+@vindex message-allow-no-recipients
+Specifies what to do when there are no recipients other than
+@code{Gcc} or @code{Fcc}.  If it is @code{always}, the posting is
+allowed.  If it is @code{never}, the posting is not allowed.  If it is
+@code{ask} (the default), you are prompted.
+
 @end table