SYnch to No Gnus 200404251801.
[elisp/gnus.git-] / lisp / ChangeLog
index 55ab168..c29f066 100644 (file)
@@ -1,3 +1,140 @@
+2004-04-25  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
+       Use mapc when appropriate.
+
+       * sieve-manage.el (sieve-manage-open): do.
+
+       * nnweb.el (nnweb-insert-html): do.
+
+       * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
+       (nnvirtual-partition-sequence, nnvirtual-create-mapping): do.
+
+       * nnspool.el (nnspool-request-group): do.
+
+       * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
+       do.
+
+       * nnml.el (nnml-request-update-info): do.
+
+       * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
+       (nnmh-request-create-group, nnmh-update-gnus-unreads): do.
+
+       * nnimap.el (nnimap-request-close, nnimap-acl-edit)
+       (nnimap-request-set-mark): do.
+
+       * nnfolder.el (nnfolder-request-update-info): do.
+
+       * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
+       do.
+
+       * mml.el (mml-destroy-buffers, mml-compute-boundary-1): do.
+
+       * gnus-uu.el (gnus-uu-find-articles-matching): do.
+
+       * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
+       do.
+
+       * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
+       do.
+
+       * gnus-score.el (gnus-score-load-file, gnus-sort-score-files): do.
+
+       * gnus-nocem.el (gnus-nocem-scan-groups): do.
+
+       * gnus-int.el (gnus-start-news-server): do.
+
+       * gnus-group.el (gnus-group-make-kiboze-group)
+       (gnus-group-browse-foreign-server): do.
+
+2004-04-22  Teodor Zlatanov  <tzz@bwh.harvard.edu>
+
+       * spam.el (spam-necessary-extra-headers): get the extra headers we
+       may need for spam sorting and scoring
+       (spam-user-format-function-S): a user format function suitable for
+       general use
+       (spam-article-sort-by-spam-status): sorting function for summary
+       sorting
+       (spam-extra-header-to-number): get a score from a header
+       (spam-summary-score): get a numeric score from the headers
+       (spam-generic-score): oops, function doc in wrong place
+       (spam-initialize): take symbols when it's run, and install the
+       extra headers that spam-necessary-extra-headers thinks we need
+
+2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-summary-prepare-exit): logic and message fix.
+       Reported by bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
+
+2004-04-17  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-sum.el (gnus-set-global-variables)
+       (gnus-build-all-threads, gnus-get-newsgroup-headers)
+       (gnus-article-get-xrefs, gnus-summary-best-group)
+       (gnus-summary-next-article, gnus-summary-enter-digest-group)
+       (gnus-summary-set-bookmark, gnus-offer-save-summaries)
+       (gnus-summary-update-info, gnus-kill-or-deaden-summary): Use
+       with-current-buffer.
+
+2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-summary-prepare-exit): simplified logic
+       (spam-fetch-article-header): read the article header if it's not
+       available
+       (spam-list-articles): simplified logic
+       (spam-filelist-register-routine): found bug with unregister-list
+
+       * gnus-registry.el: clarified comments at beginning
+
+2004-04-16  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.el (message-cater-to-broken-inn): Remove.
+       (message-shorten-references): Make sure the total folded length of
+       References is shorter than 998 characters to cater to a bug in INN
+       2.3.  Also, don't pretend that references aren't folded -- this
+       hasn't worked for a while.
+
+2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+               
+       * gnus-agent.el (gnus-agentize):
+       gnus-agent-send-mail-real-function no longer set to current value
+       of message-send-mail-function but rather a lambda that calls
+       message-send-mail-function.  The change makes the agent real-time
+       responsive to user changes to message-send-mail-function.
+
+2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+               
+       * legacy-gnus-agent.el
+       (gnus-agent-convert-to-compressed-agentview): Fixed typos with
+       help from Florian Weimer <fw@deneb.enyo.de>
+
+2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnmail.el (nnmail-cache-insert): Revert last change.
+
+2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnmail.el (nnmail-cache-insert): Always check whether
+       nnmail-cache-ignore-groups matches a group name.
+
+2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
+       (spam-find-spam, spam-log-processing-to-registry)
+       (spam-log-registered-p, spam-log-unregistration-needed-p)
+       (spam-log-undo-registration): use gnus-message instead of
+       gnus-error, none of these errors are fatal
+
+       * gnus-registry.el (gnus-registry-clean-empty-function)
+       (gnus-registry-clean-empty): remove only empty entries without
+       extra data
+
+2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam-stat.el (spam-stat-buffer-change-to-spam)
+       (spam-stat-buffer-change-to-non-spam): change (error) to
+       (gnus-message 8) invocation
+
 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nntp.el (nntp-via-netcat-command): New variable.