diff options
| author | Gnus developers | 2012-01-04 22:14:09 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-01-04 22:14:09 +0000 |
| commit | 9937bef4b8f3a820220d0309b340f25285808fae (patch) | |
| tree | c84ab0101d4c13b5187845914217966f39bbca16 /doc/misc | |
| parent | a7183d7c4625f88a8754061b02674d718e64f48f (diff) | |
| download | emacs-9937bef4b8f3a820220d0309b340f25285808fae.tar.gz emacs-9937bef4b8f3a820220d0309b340f25285808fae.zip | |
Merge changes made in Gnus trunk.
2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Group Parameters): Note precedence.
2012-01-04 Chris Gray <chrismgray@gmail.com> (tiny change)
* mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
live buffer.
2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
* nnir.el (nnir-retrieve-headers): Protect against the article not
existing on the server (bug#10335).
2012-01-04 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
* gnus-agent.el (gnus-agent-load-local): Recompute
gnus-agent-article-local on changing method.
2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.el (gnus-parameters): Note precedence.
2012-01-04 Leo <sdl.web@gmail.com>
* nndraft.el (nndraft-update-unread-articles): Don't move point around
in the group buffer.
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 30c4b01d3fa..21aef5c5a9a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Group Parameters): Note precedence. | ||
| 4 | |||
| 1 | 2012-01-03 Eric Schulte <eric.schulte@gmx.com> | 5 | 2012-01-03 Eric Schulte <eric.schulte@gmx.com> |
| 2 | 6 | ||
| 3 | * org.texi (Noweb reference syntax): Adding documentation of | 7 | * org.texi (Noweb reference syntax): Adding documentation of |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 76bfbc4bb52..6523dc9528c 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -3187,8 +3187,10 @@ For example: | |||
| 3187 | (broken-reply-to . t)))) | 3187 | (broken-reply-to . t)))) |
| 3188 | @end lisp | 3188 | @end lisp |
| 3189 | 3189 | ||
| 3190 | String value of parameters will be subjected to regexp substitution, as | 3190 | The first clause that matches the group name will be used. |
| 3191 | the @code{to-group} example shows. | 3191 | |
| 3192 | Parameters that are strings will be subjected to regexp substitution, | ||
| 3193 | as the @code{to-group} example shows. | ||
| 3192 | 3194 | ||
| 3193 | @vindex gnus-parameters-case-fold-search | 3195 | @vindex gnus-parameters-case-fold-search |
| 3194 | By default, whether comparing the group name and one of those regexps | 3196 | By default, whether comparing the group name and one of those regexps |