aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorGnus developers2012-01-04 22:14:09 +0000
committerKatsumi Yamaoka2012-01-04 22:14:09 +0000
commit9937bef4b8f3a820220d0309b340f25285808fae (patch)
treec84ab0101d4c13b5187845914217966f39bbca16 /doc/misc
parenta7183d7c4625f88a8754061b02674d718e64f48f (diff)
downloademacs-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/ChangeLog4
-rw-r--r--doc/misc/gnus.texi6
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 @@
12012-01-04 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * gnus.texi (Group Parameters): Note precedence.
4
12012-01-03 Eric Schulte <eric.schulte@gmx.com> 52012-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
3190String value of parameters will be subjected to regexp substitution, as 3190The first clause that matches the group name will be used.
3191the @code{to-group} example shows. 3191
3192Parameters that are strings will be subjected to regexp substitution,
3193as the @code{to-group} example shows.
3192 3194
3193@vindex gnus-parameters-case-fold-search 3195@vindex gnus-parameters-case-fold-search
3194By default, whether comparing the group name and one of those regexps 3196By default, whether comparing the group name and one of those regexps