(spam-bogofilter-score): check bogofilter headers before
[gnus] / lisp / ChangeLog
index d3928dc..6e946cc 100644 (file)
@@ -1,9 +1,167 @@
+2003-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
+       From John Wiegley <johnw@gnu.org>
+
+       * spam.el (spam-bogofilter-score): check bogofilter headers before
+       checking bogofilter itself
+
+2003-04-16  Dave Love  <fx@gnu.org>
+
+       * nnmail.el (gnus): Require.
+
+       * gnus-util.el: Move provide to end.
+       (gnus-string-equal): Maybe use compare-strings.
+       (gnus-merge): New.
+
+       * gnus-sum.el (gnus-summary-prepare-threads): Don't use copy-list.
+       (gnus-summary-insert-articles): Use gnus-merge.
+
+       * gnus-fun.el: Require cl and mm-util when compiling.
+
+       * gnus-diary.el (gnus-diary-delay-format-french)
+       (gnus-diary-delay-format-english): Don't use setf with nthcdr.
+
+       * nndiary.el (nndiary-compute-reminders): Don't use setf with
+       nthcdr.
+
+2003-04-16  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-agent.el (gnus-agent-make-cat): Added optional parameter to
+       specify a predicate other than false.
+       (gnus-category-read): Use the new feature to create a 'default'
+       category with a 'short' predicate.
+       
+2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-unique-id): Comment change.
+
+       * gnus-art.el (gnus-article-next-page-1): New function.
+       (gnus-article-next-page): Use it.
+
+2003-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-split): added save-restriction to save-excursion
+
+2003-04-15  Reiner Steib  <Reiner.Steib@gmx.de>
+       From Julien Avarre <julien@avarre.com>
+
+       * gnus-fun.el: Fixed autoload cookie.
+
+2003-04-15  Paul Jarc  <prj@po.cwru.edu>
+       From Remi Letot  <remi.letot@easynet.be>
+
+       * nnmaildir.el (nnmaildir-request-scan): Use gnus-remove-if
+       instead of remove-if.
+
+2003-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-news-other-window): Use delq and
+       copy-sequence instead of remove which is a cl run-time function in
+       Emacs 20.
+
+2003-04-14  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-msg.el (gnus-summary-news-other-window): Make a buffer
+       local copy of gnus-discouraged-post-methods with the current
+       method removed.
+
+2003-04-14  Simon Josefsson  <jas@extundo.com>
+
+       * mailcap.el (mailcap-mime-data): Add application/pgp-keys.
+
+2003-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-sort-coding-systems-predicate): Convert elements
+       of `mm-coding-system-priorities' to base coding system.
+
+       * gnus-sum.el: Added coding cookie ("middle dot" in
+       gnus-summary-morse-message).
+
+2003-04-13  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-art.el (article-fill-long-lines)
+       (article-verify-x-pgp-sig, article-decode-group-name)
+       (gnus-mime-button-menu): Split >80 character lines.
+
+2003-04-13  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-summary-local-variables): Use defvar since
+       we're let-binding it.
+
+       * nnmbox.el (nnmbox-mbox-buffer): It's not a constant.
+
+2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-hide-headers): Don't do intangible.
+
+       * gnus.el (gnus-group-prefixed-name): Comment out the test for
+       colon. 
+
+       * gnus-srvr.el (gnus-browse-read-group): Don't give the real name
+       to the ephemeral entry, but the prefixed name.
+
+       * gnus.el (gnus-group-prefixed-name): Clean up.
+
+2003-04-13  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * 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  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Bump.
+
+2003-04-13 01:12:01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: Oort Gnus v0.18 is released.
+
+2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-draft.el (gnus-draft-send): Add message-hidden-headers. 
+
 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * gnus-art.el (gnus-article-next-page): Use
+       gnus-article-over-scroll.
+       (gnus-article-over-scroll): New variable.
+
+       * message.el (message-newline-and-reformat): Place a boundary
+       before filling.
+       (message-make-forward-subject-function): Changed default to
+       message-forward-subject-name-subject. 
+       (message-forward-subject-name-subject): New function.
+
+       * nnimap.el (nnimap-split-fancy): Ditto.
+
+       * gnus-sum.el (gnus-summary-line-message-size): Ditto.
+
+       * gnus-cus.el (gnus-group-parameters): Removed "which see".
+
+       * mml.el (mml-minibuffer-read-file): Bind
+       completion-ignored-extensions to nil.
+
+       * message.el (message-fix-before-sending): Comment fix.
+       (message-fix-before-sending): Make hidden headers visible.
+       (message-hide-headers): Bind after-change-functions to nil.
+       (message-forbidden-properties): Put invisible and intangible
+       back. 
+       (message-strip-forbidden-properties): Ignore message-hidden text.
+
+       * gnus-msg.el: Hide headers.
+
        * message.el (message-hidden-headers): New variable.
        (message-hide-headers): New function.
        (message-hide-header-p): New function.
        (message-hide-header-p): Change logic.
+       (message-forbidden-properties): Remove intangible nil invisible
+       nil. 
+       (message-hide-headers): Narrow to headers.
 
        * lpath.el (featurep): Bind Info-directory, Info-menu.
 
 
 2003-03-28  Paul Jarc  <prj@po.cwru.edu>
 
-       * nnmaildir.el (nnmaildir-request-set-mark,
-       nnmaildir-close-group): Allow each mark directory in a group to
+       * nnmaildir.el (nnmaildir-request-set-mark)
+       (nnmaildir-close-group): Allow each mark directory in a group to
        have its own inode for mark files, to accommodate AFS.
 
 2003-03-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
-       * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by gnus-read-newsrc-el-file
+       * gnus-start.el (gnus-read-newsrc-el-hook): new hook called by
+       gnus-read-newsrc-el-file
        (gnus-read-newsrc-el-file): call the gnus-read-newsrc-el-hook
 
        * gnus-registry.el (gnus-registry-translate-to-alist)
 
 2003-03-27  Katsumi Yamaoka <yamaoka@jpl.org>
 
-       * lpath.el: Bind url-current-object for FSF Emacs; bind
+       * lpath.el: Bind url-current-object for Emacs; bind
        gnus-agent-expire-current-dirs for XEmacs; fbind open-ssl-stream
        for both Emacsen.
 
 
 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
 
-       * nnmaildir.el (nnmaildir-open-server,
-       nnmaildir-request-scan,
-       nnmaildir-request-create-group,
-       nnmaildir-request-delete-group): Replace create-directory with
-       target-prefix.
+       * nnmaildir.el (nnmaildir-open-server, nnmaildir-request-scan)
+       (nnmaildir-request-create-group, nnmaildir-request-delete-group):
+       Replace create-directory with target-prefix.
 
 2003-03-18  Jesper Harder  <harder@ifa.au.dk>