Revision: gnus--cvs-trunk--0--patch-10 Archive: lorentey@elte.hu--2004 Creator: Karoly Lorentey Date: Sat May 1 21:45:11 CEST 2004 Standard-date: 2004-05-01 19:45:11 GMT Modified-files: lisp/CVS/Entries lisp/ChangeLog lisp/gnus-agent.el lisp/gnus-int.el lisp/gnus.el lisp/html2text.el lisp/message.el lisp/nnrss.el lisp/spam.el New-patches: lorentey@elte.hu--2004/gnus--cvs-trunk--0--patch-10 Summary: Update from CVS 2004-05-01 Lars Magne Ingebrigtsen * lisp/gnus.el (gnus-version-number): Bump. 2004-05-01 Lars Magne Ingebrigtsen * lisp/gnus.el: No Gnus v0.2 is released. 2004-05-01 Lars Magne Ingebrigtsen * lisp/gnus-agent.el (gnus-agent-read-agentview): Inline gnus-uncompress-range. 2004-05-01 TSUCHIYA Masatoshi * lisp/spam.el (spam-bsfilter-path): Use `executable-find' instead of `exec-installed-p'. 2004-04-30 TSUCHIYA Masatoshi * lisp/gnus.el (spam-process, spam-autodetect-methods): Add bsfilter and bsfilter-headers. * lisp/spam.el (spam-bsfilter): New customize group. (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path) (spam-bsfilter-header, spam-bsfilter-probability-header) (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch) (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch) (spam-bsfilter-database-directory): New options. (spam-install-hooks, spam-list-of-processors, spam-list-of-checks) (spam-list-of-statistical-checks, spam-registration-functions): Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'. (spam-bsfilter-score): New command. (spam-check-bsfilter-headers, spam-check-bsfilter) (spam-bsfilter-register-with-bsfilter) (spam-bsfilter-register-spam-routine) (spam-bsfilter-unregister-spam-routine) (spam-bsfilter-register-ham-routine) (spam-bsfilter-unregister-ham-routine): New functions. (spam-generic-score): Supprt bsfilter; Accept an optional argument to recalcurate spam score even if scoring header has already been added. (spam-bogofilter-score, spam-spamassassin-score): Accept an optional argument to recalcurate spam score even if scoring header has already been added. 2004-04-29 Jesper Harder * lisp/nnrss.el (nnrss-get-namespace-prefix): Use string= to compare strings! Reported by David D. Smith . (nnrss-check-group, nnrss-read-group-data): Hash on Subject if link is missing. 2004-04-28 Jesper Harder * lisp/html2text.el (html2text-replace-list): Add & and '. (html2text-get-attr): Rewrite. * lisp/message.el (message-setup-1): Remove redundant put-text-property on mail-header-separator.