(gnus-getenv-nntpserver): Strip whitespace.
[gnus] / lisp / ChangeLog
index bb3bc78..2ef6c9b 100644 (file)
@@ -1,3 +1,187 @@
+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.
+
+2004-03-17  Jesper Harder  <harder@ifa.au.dk>
+
+       * mml.el (mml-generate-mime-1): Don't use format=flowed with
+       inline PGP.
+       (mml-menu): Disable mml-quote-region if mark is inactive.
+
+2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
+       when the group's active is not available.
+
+2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
+       error.
+
+       * gnus-sum.el (gnus-read-header): Don't remove a header for the
+       parent article of a sparse article in the thread hashtb.  From
+       Stefan Wiens <s.wi@gmx.net>.
+
+2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * imap.el (imap-store-password): New variable.
+       (imap-interactive-login): Use it.
+       Suggested by Mark Plaksin <happy@mcplaksin.org>.
+
+2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-read-summary-keys): Restore new
+       window-start and hscroll to summary window.
+
+2004-03-12  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-start.el (gnus-convert-old-newsrc): Only write the
+       conversion message to newsrc-dribble when an actual conversion is
+       performed.
+
+2004-03-10  Malcolm Purvis <malcolmpurvis@optushome.com.au>  (tiny change)
+
+       * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
+
+2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-complicated-handles): New function reviving
+       former definition of mm-multiple-handles.
+
+       * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
+       (gnus-mime-delete-part): Use it.
+
+2004-03-09  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-agent.el (gnus-agent-read-local): Bind
+       nnheader-file-coding-system to gnus-agent-file-coding-system to
+       avoid the implicit assumption that they will always be equal.
+       (gnus-agent-save-local): Bind buffer-file-coding-system, not
+       coding-system-for-write, as the with-temp-file macro first prints
+       to a buffer then saves the buffer.
+
+2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-edit-part): New function.
+       (gnus-mime-save-part-and-strip): Use it; do query instead of
+       signaling an error; don't use mm-multiple-handles.
+       (gnus-mime-delete-part): Ditto.
+
+2004-03-08  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-agent.el (gnus-agent-read-agentview): Removed support for
+       old file versions.
+       (gnus-group-prepare-hook): Removed function that converted list
+       form of gnus-agent-expire-days to group properties.
+
+       * gnus-int.el: Autoload gnus-agent-regenerate-group.
+       (gnus-request-accept-article): Re-indented.
+
+       * gnus-start.el (gnus-convert-old-newsrc): Registered new
+       converters to handle old agent file formats.  Added logic for a
+       "backup before upgrading warning".
+       (gnus-convert-mark-converter-prompt): Developers can mark
+       functions as needing (default), or not needing,
+       gnus-convert-old-newsrc's "backup before upgrading warning".
+       (gnus-convert-converter-needs-prompt): Tests whether the user
+       should be protected from potentially irreversable changes by the
+       function.
+
+       * legacy-gnus-agent.el (): New. Provides converters that are only
+       loaded when gnus-convert-old-newsrc needs to call them.
+       
+2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mail-source.el (mail-source-touch-pop): Doc fix.
+
+       * message.el (message-smtpmail-send-it): Doc fix.
+
 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
 
        * sha1-el.el (sha1-maximum-internal-length): Doc fix.