]> code.delx.au - gnu-emacs/commitdiff
Merge from gnus--devo--0
authorMiles Bader <miles@gnu.org>
Thu, 25 Sep 2008 15:47:30 +0000 (15:47 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 25 Sep 2008 15:47:30 +0000 (15:47 +0000)
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1431

doc/misc/ChangeLog
doc/misc/message.texi
lisp/gnus/ChangeLog
lisp/gnus/message.el

index 0e83e083383e089a07d148bfe9e50535013e44f4..63d67c665990e5e961fbee1bbaddde33cccc436c 100644 (file)
@@ -1,3 +1,8 @@
+2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * message.texi (Sending Variables): Fixed variable documentation to
+       avoid the "y/n" wording.
+
 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * message.texi (Sending Variables): Added `message-confirm-send' doc.
index 353089da26496688e9b4c7f60eae6706d76ee15c..705b36124837469dc02b8ad0f973128fe9875d10 100644 (file)
@@ -2225,7 +2225,7 @@ if @code{nil} let the mailer mail back a message to report errors.
 
 @item message-confirm-send
 @vindex message-confirm-send
-If non-@code{nil} display a y/n prompt before actually sending the
+When non-@code{nil}, Gnus will ask for confirmation when sending a
 message.
 
 @end table
index e53a6a52452fb6a589e649f31c2ab410b875617b..1e66d688a23104de0a6ac78fcc477491693e21f4 100644 (file)
@@ -1,3 +1,13 @@
+2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * message.el (message-confirm-send): Fixed variable documentation to
+       avoid the "y/n" wording.
+
+2008-09-25  Francis Litterio <flitterio@gmail.com>  (tiny change)
+
+       * message.el (message-set-auto-save-file-name): Save to a different
+       filename so multiple messages (especially drafts) can be recovered.
+
 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * message.el (message-confirm-send): Add appropriate version.
index 3ec15d0083162ec469f86fc51e52b6169697222d..ad91868fa7a92999f3d141c1e515a01a361d7a30 100644 (file)
@@ -442,7 +442,7 @@ nil means let mailer mail back a message to report errors."
   :type 'boolean)
 
 (defcustom message-confirm-send nil
-  "Non-nil means when sending a message ask for y/n confirmation."
+  "When non-nil, ask for confirmation when sending a message."
   :group 'message-sending
   :group 'message-mail
   :version "22.3" ;; No Gnus