Sync.
authoryamaoka <yamaoka>
Wed, 26 Apr 2000 07:00:54 +0000 (07:00 +0000)
committeryamaoka <yamaoka>
Wed, 26 Apr 2000 07:00:54 +0000 (07:00 +0000)
lisp/ChangeLog
lisp/gnus-msg.el
texi/ChangeLog
texi/gnus-ja.texi
texi/gnus.texi

index a3973ce..703a193 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-26 02:17:44  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus-msg.el (gnus-configure-posting-styles): Just remove the
+       header if nil.
+
 2000-04-26 00:23:46  Shenghuo ZHU  <zsh@cs.rochester.edu>
 
        * mm-view.el (mm-inline-text): Insert directly if decoded.
index 203a4bd..2cb63f5 100644 (file)
@@ -1356,8 +1356,10 @@ this is a reply."
                      `(lambda ()
                         (save-excursion
                           (message-remove-header ,header)
-                          (message-goto-eoh)
-                          (insert ,header ": " ,(cdr result) "\n"))))))))
+                          (let ((value ,(cdr result)))
+                            (when value
+                              (message-goto-eoh)
+                              (insert ,header ": " value "\n"))))))))))
       (when (or name address)
        (add-hook 'message-setup-hook
                  `(lambda ()
index cd81980..95f0434 100644 (file)
@@ -1,3 +1,7 @@
+2000-04-26 02:30:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
+
+       * gnus.texi (Posting Styles): Addition. 
+
 2000-04-24 17:09:17  Felix Natter  <f.natter@ndh.net>
 
        * gnusref.tex: New version.
index a760959..b052eb3 100644 (file)
@@ -9322,8 +9322,9 @@ Gnus \e$(B$O30$X=P$F9T$/A4$F$N%a%C%;!<%8$K!"0l$D$+$=$l0J>e$N$=$N%5!<%P!<$N%0%k!<\e
 \e$(B$O!"\e(B@code{signature}, @code{signature-file}, @code{organization},
 @code{address}, @code{name}, @code{body} \e$(B$N$I$l$+$G$"$k;v$,$G$-$^$9!#B0\e(B
 \e$(B@-L>$OJ8;zNs$G$"$k;v$b$G$-$^$9!#$=$N>l9g$O!"$3$l$O%X%C%@!<L>$H$7$F;H$o$l!"\e(B
-\e$(B$=$NCM$,5-;v$N%X%C%@!<$KA^F~$5$l$^$9!#$b$7B0@-L>$,\e(B @code{eval} \e$(B$@$C$?$i\e(B
-\e$(B$=$NMM<0$,I>2A$5$l!"7k2L$O<N$F$i$l$^$9!#\e(B
+\e$(B$=$NCM$,5-;v$N%X%C%@!<$KA^F~$5$l$^$9!#$b$7B0@-L>$,\e(B @code{nil} \e$(B$@$C$?$i$=\e(B
+\e$(B$N%X%C%@!<L>$O:o=|$5$l$^$9!#$b$7B0@-L>$,\e(B @code{eval} \e$(B$@$C$?$i$=$NMM<0$,\e(B
+\e$(BI>2A$5$l!"7k2L$O<N$F$i$l$^$9!#\e(B
 
 \e$(BB0@-CM$OJ8;zNs\e(B (\e$(B$=$N$^$^;H$o$l$^$9\e(B)\e$(B!"0z?t$NL5$$4X?t\e(B (\e$(BJV$jCM$,;H$o$l$^$9\e(B)\e$(B!"\e(B
 \e$(BJQ?t\e(B (\e$(B$=$NCM$,;H$o$l$^$9\e(B) \e$(B$^$?$O%j%9%H\e(B (\e$(B$=$l$O\e(B @code{\e$(BI>2A\e(B} \e$(B$5$l$F!"JV$j\e(B
index 3d2db39..44730e6 100644 (file)
@@ -9683,8 +9683,9 @@ attribute name can be one of @code{signature}, @code{signature-file},
 @code{organization}, @code{address}, @code{name} or @code{body}.  The
 attribute name can also be a string.  In that case, this will be used as
 a header name, and the value will be inserted in the headers of the
-article.  If the attribute name is @code{eval}, the form is evaluated,
-and the result is thrown away.
+article; if the value is @code{nil}, the header name will be removed.
+If the attribute name is @code{eval}, the form is evaluated, and the
+result is thrown away.
 
 The attribute value can be a string (used verbatim), a function with
 zero arguments (the return value will be used), a variable (its value