Ted Zlatanov | 2 Apr 2004 20:04

CVS update of gnus/texi (ChangeLog gnus.texi)

    Date: Friday, April 2, 2004  <at>  20:04:23
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: ChangeLog gnus.texi

(SpamAssassin backend): added new node about SpamAssassin

-----------+
 ChangeLog |    5 +++++
 gnus.texi |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)

Ted Zlatanov | 2 Apr 2004 21:09

CVS update of gnus/lisp (ChangeLog spam.el)

    Date: Friday, April 2, 2004  <at>  21:09:16
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog spam.el

(spam-set-difference): new function to replace
gnus-set-difference in spam.el
(spam-summary-prepare-exit): use spam-set-difference

-----------+
 ChangeLog |    6 ++++++
 spam.el   |   16 +++++++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

Jesper Harder | 3 Apr 2004 17:28
Picon
Picon
Picon

CVS update of gnus/lisp (ChangeLog gnus.el)

    Date: Saturday, April 3, 2004  <at>  17:28:01
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog gnus.el

(gnus-getenv-nntpserver): Strip whitespace.

-----------+
 ChangeLog |    4 ++++
 gnus.el   |    5 ++---
 2 files changed, 6 insertions(+), 3 deletions(-)

Reiner Steib | 5 Apr 2004 16:20
Picon
Picon

CVS update of gnus/contrib (ChangeLog nnir.el)

    Date: Monday, April 5, 2004  <at>  16:20:08
  Author: cvs
    Path: /usr/local/cvsroot/gnus/contrib

Modified: ChangeLog nnir.el

(nnir-group-server): Move before first use.
From Andreas Schwab  <schwab <at> suse.de>.
Fix doc-string, indent.

-----------+
 ChangeLog |    6 ++++++
 nnir.el   |   25 ++++++++++++-------------
 2 files changed, 18 insertions(+), 13 deletions(-)

Jesper Harder | 6 Apr 2004 15:21
Picon
Picon
Picon

CVS update of gnus/lisp (ChangeLog gnus-cache.el)

    Date: Tuesday, April 6, 2004  <at>  15:21:02
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog gnus-cache.el

(gnus-cache-save-buffers): Check if buffer is
alive.  Reported by Laurent Martelli <laurent <at> aopsys.com>.

---------------+
 ChangeLog     |    5 +++++
 gnus-cache.el |    5 ++---
 2 files changed, 7 insertions(+), 3 deletions(-)

Ted Zlatanov | 7 Apr 2004 19:36

CVS update of gnus/texi (ChangeLog gnus.texi)

    Date: Wednesday, April 7, 2004  <at>  19:36:33
  Author: cvs
    Path: /usr/local/cvsroot/gnus/texi

Modified: ChangeLog gnus.texi

(Blacklists and Whitelists, BBDB Whitelists)
(Bogofilter, spam-stat spam filtering, SpamOracle): old incorrect
warning about ham processors in spam groups removed

-----------+
 ChangeLog |    6 ++++++
 gnus.texi |   15 +++++----------
 2 files changed, 11 insertions(+), 10 deletions(-)

Jesper Harder | 7 Apr 2004 21:05
Picon
Picon
Picon

CVS update of gnus/lisp (ChangeLog mm-util.el)

    Date: Wednesday, April 7, 2004  <at>  21:05:43
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog mm-util.el

(mm-image-load-path): Handle nil in load-path.
From Christian Neukirchen <chneukirchen <at> yahoo.de>.

------------+
 ChangeLog  |    5 +++++
 mm-util.el |   11 ++++++-----
 2 files changed, 11 insertions(+), 5 deletions(-)

Jesper Harder | 7 Apr 2004 21:41
Picon
Picon
Picon

CVS update of gnus/lisp (ChangeLog rfc2047.el)

    Date: Wednesday, April 7, 2004  <at>  21:41:45
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: ChangeLog rfc2047.el

(rfc2047-encoded-word-regexp): Remove unnecessary
'+'.  Reported by Stefan Wiens <s.wi <at> gmx.net>.

------------+
 ChangeLog  |    3 +++
 rfc2047.el |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

Kevin Greiner | 8 Apr 2004 03:46

CVS update of gnus/lisp (gnus-agent.el)

    Date: Thursday, April 8, 2004  <at>  03:46:44
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: gnus-agent.el

	* gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
	(gnus-agent-with-refreshed-group): New macro.
	(gnus-agent-rename-group): New function.
	(gnus-agent-delete-group): New function.
	(gnus-agent-save-group-info): Use gnus-command-method when
	`method' parameter is nil.  Don't write nil entries into the
	active file.
	(gnus-agent-get-group-info): New function.
	(gnus-agent-fetch-articles): Use
	gnus-agent-update-files-total-fetched-for to increment disk space
	used.
	(gnus-agent-fetch-headers, gnus-agent-save-alist): Use
	gnus-agent-update-view-total-fetched-for to increment disk space
	used.
	(gnus-agent-get-local): Added optional parameters to avoid calling
	gnus-group-real-name and gnus-find-method-for-group.
	(gnus-agent-set-local): Delete stored entry if either min, or max,
	are nil.
	(gnus-agent-fetch-session): Reworded error/quit messages.  On
	quit, use gnus-agent-regenerate-group to record existance of any
	articles fetched to disk before the quit occurred.
	(gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
	gnus-agent-update-view-total-fetched-for, and
	gnus-agent-update-files-total-fetched-for to decrement disk space
(Continue reading)

Kevin Greiner | 8 Apr 2004 03:47

CVS update of gnus/lisp (gnus-cache.el)

    Date: Thursday, April 8, 2004  <at>  03:47:34
  Author: cvs
    Path: /usr/local/cvsroot/gnus/lisp

Modified: gnus-cache.el

	* gnus-cache.el (gnus-cache-save-buffers): Use
	gnus-cache-update-overview-total-fetched-for to change disk space
	used by this group.
	(gnus-cache-possibly-enter-article): Use
	gnus-cache-update-file-total-fetched-for to increment disk space
	used by this group.
	(gnus-cache-possibly-remove-article): Use
	gnus-cache-update-file-total-fetched-for to decrement disk space
	used by this group.
	(gnus-cache-generate-nov-databases): Purge total fetched cache.
	(gnus-cache-rename-group): New function.
	(gnus-cache-delete-group): New function.
	(gnus-cache-inhibit-update-total-fetched-for): New variable.
	(gnus-cache-need-update-total-fetched-for): New variable.
	(gnus-cache-with-refreshed-group): New macro.
	(gnus-cache-update-file-total-fetched-for): New function.
	(gnus-cache-update-overview-total-fetched-for): New function.
	(gnus-cache-rename-group-total-fetched-for): New function.
	(gnus-cache-delete-group-total-fetched-for): New function.
	(gnus-cache-total-fetched-for): New function.

---------------+
 gnus-cache.el |  141 +++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 134 insertions(+), 7 deletions(-)
(Continue reading)


Gmane