diff options
author | Gnus developers <ding@gnus.org> | 2011-03-08 14:26:05 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-03-08 14:26:05 +0000 |
commit | a50575464256f7d77914548c520255e72950803c (patch) | |
tree | 3fac9c0c9f6d7b9cbbc9e03675824cd7b844ad06 /doc | |
parent | b511b994ae5fc66d36a64f54eb71b87612463918 (diff) | |
download | emacs-a50575464256f7d77914548c520255e72950803c.tar.gz |
Merge changes made in Gnus trunk.
message.texi (Message Buffers): Update default value of message-generate-new-buffers.
shr.el (shr-table-horizontal-line): Change the defaults for the table lines to be spaces instead.
sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
(sieve-sasl-auth): Check that auth-source-search did return something, or just return an empty string.
gnus-start.el (gnus-group-change-level): Allow putting foreign groups onto the list of killed groups, too. This makes killed nnimap groups, for instance, more reliably not reappear.
nnimap.el (nnimap-request-thread): Don't bug out when we can't find the parent.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/misc/message.texi | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 2c5f998737a..75674c7fd17 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2011-03-07 Antoine Levitt <antoine.levitt@gmail.com> + + * message.texi (Message Buffers): Update default value of + message-generate-new-buffers. + 2011-03-06 Jay Belanger <jay.p.belanger@gmail.com> * calc.texi (Logarithmic Units): Rename calc-logunits-dblevel diff --git a/doc/misc/message.texi b/doc/misc/message.texi index b28639907ed..2937037ebb3 100644 --- a/doc/misc/message.texi +++ b/doc/misc/message.texi @@ -2298,8 +2298,7 @@ created. @item unique @item t -Create the new buffer with the name generated in the Message way. This -is the default. +Create the new buffer with the name generated in the Message way. @item unsent Similar to @code{unique} but the buffer name begins with "*unsent ". @@ -2315,7 +2314,7 @@ type, the To address and the group name (any of these may be @code{nil}). The function should return the new buffer name. @end table -The default value is @code{unique}. +The default value is @code{unsent}. @item message-max-buffers @vindex message-max-buffers |