Changes committed gnus/lisp (ChangeLog gnus-group.el gnus-topic.el)
"Miles Bader" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: ChangeLog gnus-group.el gnus-topic.el Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 276-278) - Update from CVS 2008-02-11 Reiner Steib <[email protected]> * lisp/gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group): Document negativ prefix. * lisp/gnus-group.el (gnus-group-read-group): Document negativ prefix. Revision: [email protected]/gnus--devo--0--patch-459 Index: ChangeLog diff -u gnus/lisp/ChangeLog:7.1755 gnus/lisp/ChangeLog:7.1756 --- ChangeLog:7.1755 Sun Feb 24 07:23:40 2008 +++ ChangeLog Sun Feb 24 11:29:15 2008 @@ -15,6 +15,13 @@ * nnmail.el (nnmail-message-id-cache-file): Derive from `gnus-home-directory'. +2008-02-11 Reiner Steib <[email protected]> + + * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group): + Document negativ prefix. + + * gnus-group.el (gnus-group-read-group): Document negativ prefix. + 2008-02-10 Lars Magne Ingebrigtsen <[email protected]> * message.el (message-unsent-separator): Add the Exim bounce Index: gnus-group.el diff -u gnus/lisp/gnus-group.el:7.107 gnus/lisp/gnus-group.el:7.108 --- gnus-group.el:7.107 Wed Jan 9 23:33:00 2008 +++ gnus-group.el Sun Feb 24 11:29:15 2008 @@ -2055,10 +2055,15 @@ (defun gnus-group-read-group (&optional all no-article group select-articles) "Read news in this newsgroup. If the prefix argument ALL is non-nil, already read articles become -readable. IF ALL is a number, fetch this number of articles. If the -optional argument NO-ARTICLE is non-nil, no article will be -auto-selected upon group entry. If GROUP is non-nil, fetch that -group." +readable. + +If ALL is a positive number, fetch this number of the latest +articles in the group. If ALL is a negative number, fetch this +number of the earliest articles in the group. + +If the optional argument NO-ARTICLE is non-nil, no article will +be auto-selected upon group entry. If GROUP is non-nil, fetch +that group." (interactive "P") (let ((no-display (eq all 0)) (group (or group (gnus-group-group-name))) Index: gnus-topic.el diff -u gnus/lisp/gnus-topic.el:7.22 gnus/lisp/gnus-topic.el:7.23 --- gnus-topic.el:7.22 Sun Jan 20 06:23:57 2008 +++ gnus-topic.el Sun Feb 24 11:29:15 2008 @@ -1193,7 +1193,10 @@ No article is selected automatically. If the group is opened, just switch the summary buffer. If ALL is non-nil, already read articles become readable. -If ALL is a number, fetch this number of articles. + +If ALL is a positive number, fetch this number of the latest +articles in the group. If ALL is a negative number, fetch this +number of the earliest articles in the group. If performed over a topic line, toggle folding the topic." (interactive "P") @@ -1245,10 +1248,15 @@ (defun gnus-topic-read-group (&optional all no-article group) "Read news in this newsgroup. If the prefix argument ALL is non-nil, already read articles become -readable. IF ALL is a number, fetch this number of articles. If the -optional argument NO-ARTICLE is non-nil, no article will be -auto-selected upon group entry. If GROUP is non-nil, fetch that -group. +readable. + +If ALL is a positive number, fetch this number of the latest +articles in the group. If ALL is a negative number, fetch this +number of the earliest articles in the group. + +If the optional argument NO-ARTICLE is non-nil, no article will +be auto-selected upon group entry. If GROUP is non-nil, fetch +that group. If performed over a topic line, toggle folding the topic." (interactive "P")