# HG changeset patch # User Miles Bader # Date 1169202934 0 # Node ID 20dea730746f07b05e57e59840d75b7a26dad17d # Parent f4d4f6f361cc980dcfcc0642a338cc3c3e7b8dbf 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 * lisp/gnus/gnus-sum.el (gnus-auto-select-first): Improve doc string. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-604 diff -r f4d4f6f361cc -r 20dea730746f lisp/gnus/ChangeLog --- 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 + + * gnus-sum.el (gnus-auto-select-first): Improve doc string. + 2007-01-07 Reiner Steib * gnus-soup.el: Add missing :group in previous change. diff -r f4d4f6f361cc -r 20dea730746f lisp/gnus/gnus-sum.el --- 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-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-read-group] + ;; \\\\[gnus-summary-next-page] + ;; \\\\[gnus-summary-catchup-and-goto-next-group] :group 'gnus-group-select :type '(choice (const :tag "none" nil) (sexp :menu-tag "first" t)))