Synch with Oort Gnus.
authoryamaoka <yamaoka>
Sat, 21 Dec 2002 11:24:06 +0000 (11:24 +0000)
committeryamaoka <yamaoka>
Sat, 21 Dec 2002 11:24:06 +0000 (11:24 +0000)
texi/ChangeLog
texi/message-ja.texi
texi/message.texi

index 6fe1519..4f6aaae 100644 (file)
@@ -1,8 +1,13 @@
+2002-12-20  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.texi (Message Headers): Add message-allow-no-recipients.
+       (Various Commands): Add TAB and message-tab-body-function.
+
 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
 
        * gnus.texi (Optional Back End Functions):
        nnchoke-request-update-info need not return the info object.
-
+       
 2002-12-15  Jesper Harder  <harder@ifa.au.dk>
 
        * gnusref.tex: Additions.
index 700e3ca..dc02e2b 100644 (file)
@@ -985,6 +985,15 @@ documentation of your OpenPGP implementation, so we refer to it.
 @findex message-rename-buffer
 \e$B%P%C%U%!$NL>A0$rJQ99$7$^$9\e(B (@code{message-rename-buffer})\e$B!#@\F,0z?t$rM?\e(B
 \e$B$($i$l$l$P!"?7$7$$%P%C%U%!L>$NF~NO$rB%?J$7$^$9!#\e(B
+
+@item TAB
+@kindex TAB
+@findex message-tab
+@vindex message-tab-body-function
+@code{message-tab-body-function} \e$B$K@_Dj$5$l$F$$$k4X?t$r<B9T$7$^$9!#$5$b\e(B
+\e$B$J$1$l$P\e(B (\e$B$=$l$,\e(B @code{nil} \e$B$@$C$?$i\e(B)\e$B!"\e(B
+@code{text-mode-map} \e$B$+\e(B @code{global-map} \e$B$N\e(B @kbd{TAB} \e$B%-!<$K3d$jEv$F$i\e(B
+\e$B$l$F$$$k%3%^%s%I$r;H$$$^$9!#\e(B
 @end table
 
 @node Sending
@@ -1199,6 +1208,13 @@ Message \e$B$O%a%C%;!<%8:n@.ItJ,$K4X$7$F$OHs>o$K@Q6KE*$G$9!#$=$l$O<!$N$h$&$G\e(B
 (\e$BLuCm\e(B: To \e$B$+\e(B Cc \e$B$K$"$k%"%I%l%9$G!":G=i$K$3$N@55,I=8=$K9gCW$7!"\e(B
 \e$B$+$D\e(B @code{user-mail-address} \e$B$H$O0c$&$b$N$,!"\e(B@code{From} \e$B%U%#!<%k%I$N%a!<\e(B
 \e$B%k%"%I%l%9$H$7$F;H$o$l$^$9!#\e(B)
+
+@item message-allow-no-recipients
+@vindex message-allow-no-recipients
+@code{Gcc} \e$B$H\e(B @code{Fcc} \e$B0J30$K<u<h?M$,$$$J$+$C$?>l9g$K!"2?$r$9$k$+$r@_\e(B
+\e$BDj$7$^$9!#\e(B@code{always} \e$B$@$C$?$i$H$K$+$/Aw?.$7!"\e(B@code{never} \e$B$@$C$?$iAw\e(B
+\e$B?.$7$^$;$s!#\e(B@code{ask} (\e$B$=$l$,%G%#%U%)%k%H\e(B) \e$B$@$C$?$i!"$I$&$9$k$+?R$M$i$l\e(B
+\e$B$^$9!#\e(B
 @end table
 
 @node Mail Headers
index cd8c147..3905d30 100644 (file)
@@ -973,6 +973,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
 
 
@@ -1198,6 +1206,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