aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2010-09-26 12:47:09 +0000
committerKatsumi Yamaoka2010-09-26 12:47:09 +0000
commit2d04f304a2ab6b69d10feb88b398d62d3ab60474 (patch)
treed383c2db5fc1893967649934b20a326649df7338 /doc/misc
parent8af55556e6cc093641dde5205aa5e295039b809f (diff)
downloademacs-2d04f304a2ab6b69d10feb88b398d62d3ab60474.tar.gz
emacs-2d04f304a2ab6b69d10feb88b398d62d3ab60474.zip
gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
gnus.el (gnus-group-fast-parameter): Return the last matching parameter instead of the first matching parameter. auth-source.el (auth-source-user-or-password): Query for password, although there are no existing auth sources. auth-source.el (auth-source-user-or-password): Use the existing auth sources, if any, for creation.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/gnus-news.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/gnus-news.texi b/doc/misc/gnus-news.texi
index bf7a685003f..7d654820440 100644
--- a/doc/misc/gnus-news.texi
+++ b/doc/misc/gnus-news.texi
@@ -103,6 +103,12 @@ EasyPG is included in Emacs 23 and available separately as well.
103@c ************************ 103@c ************************
104 104
105@itemize @bullet 105@itemize @bullet
106
107@item
108Symbols like @code{gcc-self} now has the same presedence rules in
109@code{gnus-parameters} as other ``real'' variables: The last match
110wins instead of the first match.
111
106@item 112@item
107Old intermediate incoming mail files (@file{Incoming*}) are deleted 113Old intermediate incoming mail files (@file{Incoming*}) are deleted
108after a couple of days, not immediately. @xref{Mail Source 114after a couple of days, not immediately. @xref{Mail Source