From e6243087c9faa749639b67f484b5dc1075336d10 Mon Sep 17 00:00:00 2001 From: Kevin Greiner Date: Sun, 13 Apr 2003 00:02:25 +0000 Subject: [PATCH] * gnus-agent.el (gnus-agent-group-pathname): Bind gnus-command-method so that gnus-agent-directory will always return a valid directory. * gnus-cache.el (gnus-cache-enter-article): Remove article from gnus-newsgroup-undownloaded so that the summary will display the article as downloaded. (gnus-cache-remove-article): If the article isn't in the agent, remove it from gnus-newsgroup-undownloaded so that the summary will display the article as undownloaded. --- lisp/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca8c2b0bc..d8a10c496 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2003-04-13 Kevin Greiner + + * gnus-agent.el (gnus-agent-group-pathname): Bind + gnus-command-method so that gnus-agent-directory will always + return a valid directory. + * gnus-cache.el (gnus-cache-enter-article): Remove article from + gnus-newsgroup-undownloaded so that the summary will display the + article as downloaded. + (gnus-cache-remove-article): If the article isn't in the agent, + remove it from gnus-newsgroup-undownloaded so that the summary + will display the article as undownloaded. + 2003-04-13 Lars Magne Ingebrigtsen * gnus.el (gnus-version-number): Bump. -- 2.25.1