changeset 98345:952d664ebd93

Merge from gnus--devo--0 Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1431
author Miles Bader <miles@gnu.org>
date Thu, 25 Sep 2008 15:47:30 +0000
parents 7fa3e064d230
children 5ddec572c49e
files doc/misc/ChangeLog doc/misc/message.texi lisp/gnus/ChangeLog lisp/gnus/message.el
diffstat 4 files changed, 17 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/doc/misc/ChangeLog	Thu Sep 25 15:38:29 2008 +0000
+++ b/doc/misc/ChangeLog	Thu Sep 25 15:47:30 2008 +0000
@@ -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.
--- a/doc/misc/message.texi	Thu Sep 25 15:38:29 2008 +0000
+++ b/doc/misc/message.texi	Thu Sep 25 15:47:30 2008 +0000
@@ -2225,7 +2225,7 @@
 
 @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
--- a/lisp/gnus/ChangeLog	Thu Sep 25 15:38:29 2008 +0000
+++ b/lisp/gnus/ChangeLog	Thu Sep 25 15:47:30 2008 +0000
@@ -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.
--- a/lisp/gnus/message.el	Thu Sep 25 15:38:29 2008 +0000
+++ b/lisp/gnus/message.el	Thu Sep 25 15:47:30 2008 +0000
@@ -442,7 +442,7 @@
   :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