(gnus-thread-sort-functions)
[gnus] / lisp / ChangeLog
index a935f14..b9388fb 100644 (file)
@@ -1,5 +1,93 @@
+2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
+
+       * gnus-sum.el (gnus-thread-sort-functions)
+       (gnus-article-sort-functions): Document `(not F)' items.
+
+2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-use-gmane-xref): new backend
+       (spam-gmane-xref-spam-group): variable to control the name of the
+       Gmane spam group
+       (spam-blackhole-servers, spam-blackhole-good-server-regex)
+       (spam-regex-headers-spam, spam-regex-headers-ham)
+       (spam-regex-body-spam, spam-regex-body-ham): clarified docs
+       (spam-list-of-checks): added spam-use-gmane-xref to list of
+       backends and checks
+       (spam-check-gmane-xref): function for spam-use-gmane-xref
+
+       * gnus.el (spam-autodetect-methods): add spam-use-gmane-xref as
+       an autodetect method
+
+2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-int.el (gnus-request-accept-article): Inform the agent that
+       articles are being added to a group.
+       (gnus-request-replace-article): Inform the agent that articles
+       need to be uncached as the cached contents are no longer valid.
+       
+2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * binhex.el: Don't autoload executable-find.
+
+       * canlock.el: Don't autoload mail-fetch-field.
+
+       * dgnushack.el: Autoload c-mode for XEmacs.
+
+       * gnus-ems.el: Don't autoload appt-select-lowest-window.
+
+       * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
+       rmail-dont-reply-to and rmail-output.
+
+       * gnus-score.el: Don't autoload ffap-string-at-point.
+
+       * gnus-setup.el: Don't autoload sc-cite-original.
+
+       * imap.el: Don't autoload base64-decode-string,
+       base64-encode-string and md5.
+
+       * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
+       and rmail-msg-restore-non-pruned-header.
+
+       * mm-decode.el: Don't autoload executable-find.
+
+       * mm-url.el: Don't autoload executable-find.
+
+       * mm-view.el: Don't autoload diff-mode.
+
+       * nndb.el: Don't autoload news-reply-mode, news-setup,
+       cancel-timer and telnet.
+
+       * password.el: Don't autoload run-at-time for Emacs.
+
+       * sha1-el.el: Don't autoload executable-find.
+
+       * sieve-mode.el: Don't autoload c-mode.
+
+       * uudecode.el: Don't autoload executable-find.
+
+2004-03-04  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+        * gnus-agent.el (gnus-agent-file-header-cache): Removed.
+       (gnus-agent-possibly-alter-active): Avoid null in numeric
+       comparison.
+       (gnus-agent-set-local): Refuse to save null in local object table.
+       (gnus-agent-regenerate-group): The REREAD parameter can now be a
+       list of articles that will be marked as unread.
+
+2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
+
+2004-03-04  Jesper Harder  <harder@ifa.au.dk>
+
+       * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
+       language tags.
+
 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
 
+       * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
+       Don't bind "obarray".
+
        * gnus-sum.el (gnus-thread-sort-functions): Added
        `gnus-thread-sort-by-most-recent-number' and
        `gnus-thread-sort-by-most-recent-date'.
 
 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-decoce.el (mm-multiple-handles): Recognize a string as a mime
+       * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
        handle, as well as a list.
 
        * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.