Synch to No Gnus 200404081602.
[elisp/gnus.git-] / lisp / ChangeLog
index df96ea2..27bed39 100644 (file)
@@ -1,3 +1,190 @@
+2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-start.el (gnus-get-unread-articles): Fix last commit.
+
+2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+       * 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
+       used.
+       (gnus-agent-retrieve-headers): Use
+       gnus-agent-update-view-total-fetched-for to increment disk space
+       used.
+       (gnus-agent-regenerate-group): Replace gnus-group-update-group
+       with gnus-agent-update-files-total-fetched-for to decrement disk
+       space and fresh group buffer.
+       (gnus-agent-inhibit-update-total-fetched-for): New variable.
+       (gnus-agent-need-update-total-fetched-for): New variable.
+       (gnus-agent-update-files-total-fetched-for): New function.
+       (gnus-agent-update-view-total-fetched-for): New function.
+       (gnus-agent-total-fetched-for): New function.  
+
+       * 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-group.el (): Require gnus-sum and autoload functions to
+       resolve warnings when gnus-group.el compiled alone.
+       (gnus-group-line-format): Documented new %F
+       (size of Fetched data) group line format; identifies disk space
+       used by agent and cache.
+       (gnus-group-line-format-alist): Defined new F format.
+       (gnus-total-fetched-for): New function.
+       (gnus-group-delete-group): No longer update
+       gnus-cache-active-altered as gnus-request-delete-group now keeps
+       the cache in sync.
+       (gnus-group-list-active): Let the agent store a server's active
+       list if currently plugged.
+
+       * gnus-int.el (gnus-request-delete-group): Use
+       gnus-cache-delete-group and gnus-agent-delete-group to keep the
+       local disk in sync with the server.
+        (gnus-request-rename-group): Use
+       gnus-cache-rename-group and gnus-agent-rename-group to keep the
+       local disk in sync with the server.
+
+       * gnus-start.el (gnus-get-unread-articles): Cosmetic
+       simplification to logic.
+
+       * gnus-util.el (gnus-rename-file): New function.
+
+2004-04-07  Jesper Harder  <harder@ifa.au.dk>
+
+       * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
+       '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
+
+       * mm-util.el (mm-image-load-path): Handle nil in load-path.
+       From Christian Neukirchen <chneukirchen@yahoo.de>.
+
+2004-04-06  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
+       alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
+
+2004-04-03  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
+
+2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-set-difference): new function to replace
+       gnus-set-difference in spam.el
+       (spam-summary-prepare-exit): use spam-set-difference
+
+2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-cache-file): updated to use
+       gnus-dribble-directory OR gnus-home-directory OR ~
+       (gnus-registry-split-fancy-with-parent): fixed doc
+
+2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-exchange-point-and-mark): Use
+       message-mark-active-p.  Suggested by Jesper Harder
+       <harder@ifa.au.dk>.
+
+2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-exchange-point-and-mark): Don't activate
+       region if it was inactive.  Suggested by Hiroshi Fujishima
+       <pooh@nature.tsukuba.ac.jp>.
+
+2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-display-face): Display Faces in the same
+       order as X-Faces.
+
+2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
+
+2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
+       (gnus-mime-multipart-functions): Revert 2004-03-19 change.
+       (gnus-article-mime-hierarchy): Remove.
+       (gnus-article-mime-hierarchy-next): Remove.
+       (gnus-article-mode): Revert 2004-03-19 change.
+       (gnus-article-setup-buffer): Revert 2004-03-19 change.
+       (gnus-insert-mime-button): Revert 2004-03-19 change.
+       (gnus-mime-accumulate-hierarchy): Remove.
+       (gnus-mime-enter-multipart): Remove.
+       (gnus-mime-leave-multipart): Remove,
+       (gnus-mime-display-part): Revert 2004-03-19 change.
+       (gnus-mime-display-alternative): Revert 2004-03-19 change.
+
+       * mml.el (mml-preview): Revert 2004-03-19 change.
+
+2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
+
+       * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
+
+2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
+       t while entering a file name using the mm-with-multibyte macro.
+       Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
+
+       * mm-util.el (mm-with-multibyte): New macro.
+
+2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
+       user option.
+       (gnus-mime-multipart-functions): Doc and customization fix.
+       (gnus-article-mime-hierarchy): New variable.
+       (gnus-article-mime-hierarchy-next): New variable.
+       (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
+       (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
+       gnus-article-mime-hierarchy-next to nil.
+       (gnus-insert-mime-button): Show hierarchy numbers.
+       (gnus-mime-accumulate-hierarchy): New function.
+       (gnus-mime-enter-multipart): New function.
+       (gnus-mime-leave-multipart): New function.
+       (gnus-mime-display-part): Recompute hierarchical MIME structure.
+       (gnus-mime-display-alternative): Show hierarchy numbers.
+
+       * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
+       gnus-article-mime-hierarchy-next to nil.
+
 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
 
        * dns.el: Don't require gnus-xmas.