diff options
| author | Gnus developers | 2010-09-26 12:47:09 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-26 12:47:09 +0000 |
| commit | 2d04f304a2ab6b69d10feb88b398d62d3ab60474 (patch) | |
| tree | d383c2db5fc1893967649934b20a326649df7338 /doc/misc | |
| parent | 8af55556e6cc093641dde5205aa5e295039b809f (diff) | |
| download | emacs-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.texi | 6 |
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 | ||
| 108 | Symbols like @code{gcc-self} now has the same presedence rules in | ||
| 109 | @code{gnus-parameters} as other ``real'' variables: The last match | ||
| 110 | wins instead of the first match. | ||
| 111 | |||
| 106 | @item | 112 | @item |
| 107 | Old intermediate incoming mail files (@file{Incoming*}) are deleted | 113 | Old intermediate incoming mail files (@file{Incoming*}) are deleted |
| 108 | after a couple of days, not immediately. @xref{Mail Source | 114 | after a couple of days, not immediately. @xref{Mail Source |