Mercurial > emacs
changeset 75285:20dea730746f
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 192-193)
- Merge from emacs--devo--0
- Update from CVS
2007-01-14 Reiner Steib <Reiner.Steib@gmx.de>
* lisp/gnus/gnus-sum.el (gnus-auto-select-first): Improve doc string.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-604
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 19 Jan 2007 10:35:34 +0000 |
parents | f4d4f6f361cc |
children | 2eb7060c5458 |
files | lisp/gnus/ChangeLog lisp/gnus/gnus-sum.el |
diffstat | 2 files changed, 15 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog Fri Jan 19 04:17:28 2007 +0000 +++ b/lisp/gnus/ChangeLog Fri Jan 19 10:35:34 2007 +0000 @@ -3,6 +3,10 @@ * uudecode.el (uudecode-decode-region-internal): Make it work in a multibyte buffer. +2007-01-14 Reiner Steib <Reiner.Steib@gmx.de> + + * gnus-sum.el (gnus-auto-select-first): Improve doc string. + 2007-01-07 Reiner Steib <Reiner.Steib@gmx.de> * gnus-soup.el: Add missing :group in previous change.
--- a/lisp/gnus/gnus-sum.el Fri Jan 19 04:17:28 2007 +0000 +++ b/lisp/gnus/gnus-sum.el Fri Jan 19 10:35:34 2007 +0000 @@ -304,12 +304,20 @@ :type 'boolean) (defcustom gnus-auto-select-first t - "*If non-nil, select the article under point. -Which article this is is controlled by the `gnus-auto-select-subject' -variable. + "If non-nil, select an article on group entry. +An article is selected automatically when entering a group +e.g. with \\<gnus-group-mode-map>\\[gnus-group-read-group], or via `gnus-summary-next-page' or +`gnus-summary-catchup-and-goto-next-group'. + +Which article is selected is controlled by the variable +`gnus-auto-select-subject'. If you want to prevent automatic selection of articles in some newsgroups, set the variable to nil in `gnus-select-group-hook'." + ;; Commands include... + ;; \\<gnus-group-mode-map>\\[gnus-group-read-group] + ;; \\<gnus-summary-mode-map>\\[gnus-summary-next-page] + ;; \\<gnus-summary-mode-map>\\[gnus-summary-catchup-and-goto-next-group] :group 'gnus-group-select :type '(choice (const :tag "none" nil) (sexp :menu-tag "first" t)))