* 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)
commit6ca9d9da76d87d4ab2a70063ff5abc8264283278
tree8b8080c2676ec7178a32599c85d2ae6aacf498e7
parent428ddacff361fa75cf20b188014bccf78c1ba68d
* 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.
lisp/ChangeLog