Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Sun, 24 Feb 2008 10:29:15 +0000 (10:29 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 24 Feb 2008 10:29:15 +0000 (10:29 +0000)
Patches applied:

 * gnus--rel--5.10  (patch 276-278)

   - Update from CVS

2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>

   * 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: emacs@sv.gnu.org/gnus--devo--0--patch-459

lisp/ChangeLog
lisp/gnus-group.el
lisp/gnus-topic.el

index 1b2164b..6ac2901 100644 (file)
        * nnmail.el (nnmail-message-id-cache-file): Derive from
        `gnus-home-directory'.
 
+2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * 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  <larsi@gnus.org>
 
        * message.el (message-unsent-separator): Add the Exim bounce
index ee5068e..ef64fc8 100644 (file)
@@ -2055,10 +2055,15 @@ and with point over the group in question."
 (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 a400474..92f4ca0 100644 (file)
@@ -1193,7 +1193,10 @@ articles in the topic and its subtopics."
 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 @@ Also see `gnus-group-catchup'."
 (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")