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 0e83e08..63d67c6 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 353089d..705b361 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 e53a6a5..1e66d68 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 3ec15d0..ad91868 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