(gnus-getenv-nntpserver): Strip whitespace.
[gnus] / lisp / ChangeLog
index 4beea1a..2ef6c9b 100644 (file)
@@ -1,3 +1,448 @@
+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.
+
+       * nnmail.el (nnmail-split-fancy): do.
+
+       * gnus-kill.el (gnus-kill, gnus-execute): do.
+
+2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
+
+       * gnus-sum.el (gnus-widget-reversible-match) 
+       (gnus-widget-reversible-to-internal) 
+       (gnus-widget-reversible-to-external): New functions.
+       (gnus-widget-reversible): New widget.
+       (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
+
+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'.
+       Reported by Kai Grossjohann <kai@emptydomain.de>.
+
+2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
+
+2004-03-02  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-cus.el (gnus-agent-customize-category): Removed
+       ignore-errors macro reference that required cl to be loaded at
+       run-time.
+
+       * gnus-range.el (gnus-sorted-range-intersection): Now accepts
+       single-interval range of the form (min . max).  Previously the
+       range had to look like ((min . max)).  Likewise, return
+       (min . max) rather than ((min . max)).
+       (gnus-range-map): Use gnus-range-normalize to accept
+       single-interval range.
+
+       * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
+       the cache, but not the agent, now appear with their usual face.
+
+       * dgnushack.el (loaddir): New variable that is bound to the
+       directory containing the dgnushack.el file. Use loaddir, rather
+       than srcdir, to update load-path. Change lets dgnushack compile
+       code in directories other than GNUS/lisp.
+
+2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Don't bind w3m-safe-url-regexp.
+
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
+       w3m-safe-url-regexp variable buffer-local.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
+
+2004-02-27  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
+       gnus-group-real-prefix.
+       (gnus-summary-move-article): Use it, instead of
+       gnus-group-real-prefix.
+
+2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Bind w3m-safe-url-regexp.
+
+       * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
+       w3m-safe-url-regexp variable buffer-local and set it as the value
+       of mm-w3m-safe-url-regexp.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
+
+       * gnus-msg.el (gnus-setup-message): Ignore an article copy while
+       parsing gnus-posting-styles when the message is not for replying.
+
+       * dgnushack.el: Autoload sgml-mode for XEmacs.
+
+       * nnrss.el (nnrss-opml-export): Use
+       mm-set-buffer-file-coding-system instead of
+       set-buffer-file-coding-system.
+
+2004-02-27  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
+       of checkdoc.el).
+       * nnrss.el: do.
+       * gnus-mlspl.el: do.
+       * gnus-ml.el: do.
+       * gnus-srvr.el: do.
+
+       * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
+
+2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
+
+       * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
+       Corrections to custom-manual links.
+
+       * gnus-art.el (gnus-article): Ditto.
+
+       * mm-decode.el (mime-display, mime-security): Ditto.
+
+2004-02-26  Jesper Harder  <harder@ifa.au.dk>
+
+       * flow-fill.el: Typo.
+
+2004-02-26  Andrew Cohen <cohen@andy.bu.edu>
+
+       * spam-wash.el: New file.
+
+2004-02-26  Mark A. Hershberger <mah@everybody.org> 
+
+       * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
+
+2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-summary-prepare-exit): gnus-set-difference needs
+       to be run with new-articles as LIST1, not LIST2
+       (spam-registration-functions): add spam-use-ham-copy as a nil
+       registration backend
+
+2004-02-26  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el (spam-stat-washing-hook): New option.
+       (spam-stat-buffer-words): Use it.
+       (spam-stat-process-directory, spam-stat-test-directory): Use
+       insert-file-contents-literally.
+       (spam-stat-coding-system): New variable.
+       (spam-stat-load, spam-stat-save): Use it.
+
+2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * spam-report.el (spam-report-plug-agent): Quote
+       spam-report-url-to-file and spam-report-url-ping-plain.
+
+2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
+       / in mailto URLs.
+
+2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * spam-report.el (spam-report-process-queue): Fix interactive use.
+       (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
+       (spam-report-unplug-agent): Doc fixes.
+       (spam-report-url-ping-mm-url, spam-report-url-to-file)
+       (spam-report-agentize, spam-report-deagentize): Autoload
+
+2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
+
+       * message.el (message-setup-fill-variables): Add mml tags to
+       paragraph-start and paragraph-separate.  Suggested by Andrew Korty
+       <ajk@iu.edu>.
+       (message-mode): Don't modify paragraph-separate there.
+
+2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface-use-external): Default to undecided.
+       (uncompface-use-external-threshold): New variable.
+       (uncompface-float-time): New macro.
+       (uncompface): Determine whether to use the external decoder if
+       uncompface-use-external is undecided.
+
+2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
+       after images.
+
+       * gnus-art.el (gnus-mime-display-single): Remove dead code.
+
 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
 
        * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
 
 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.