* gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
authorKevin Greiner <kevin.greiner@compsol.cc>
Wed, 22 Jan 2003 05:30:12 +0000 (05:30 +0000)
committerKevin Greiner <kevin.greiner@compsol.cc>
Wed, 22 Jan 2003 05:30:12 +0000 (05:30 +0000)
gnus-newsgroup-unfetched, the list of articles whose headers have
not been fetched from the server.

* gnus-sum.el (gnus-summary-find-next): Removed undownloaded
parameter as it never worked due to a bug.  Added check to prevent
selection of any article in the gnus-newsgroup-unfetched list.
(gnus-summary-find-prev): Added check to prevent selection of any
article in the gnus-newsgroup-unfetched list.
(gnus-summary-first-subject): Documented API. Modified
implementation so that constraints are handled independently.
Added check to prevent selection of any article in the
gnus-newsgroup-unfetched list.
(gnus-summary-first-unseen-subject): Updated parameters in
gnus-summary-first-subject call to match new API.
(gnus-summary-first-unseen-or-unread-subject): Ditto.
(gnus-summary-catchup): Do not mark unfetched articles as read.

lisp/ChangeLog

index a715bf4..86d2206 100644 (file)
@@ -1,3 +1,23 @@
+2002-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+
+       * gnus-agent.el (gnus-agent-get-undownloaded-list): Now computes
+       gnus-newsgroup-unfetched, the list of articles whose headers have
+       not been fetched from the server.
+
+       * gnus-sum.el (gnus-summary-find-next): Removed undownloaded
+       parameter as it never worked due to a bug.  Added check to prevent
+       selection of any article in the gnus-newsgroup-unfetched list.
+       (gnus-summary-find-prev): Added check to prevent selection of any
+       article in the gnus-newsgroup-unfetched list.
+       (gnus-summary-first-subject): Documented API. Modified
+       implementation so that constraints are handled independently.
+       Added check to prevent selection of any article in the
+       gnus-newsgroup-unfetched list.
+       (gnus-summary-first-unseen-subject): Updated parameters in
+       gnus-summary-first-subject call to match new API.
+       (gnus-summary-first-unseen-or-unread-subject): Ditto.
+       (gnus-summary-catchup): Do not mark unfetched articles as read.
+       
 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-art.el (gnus-treat-strip-pgp, gnus-article-hide-pgp-hook):