From_Jan Nieuwenhuizen:
[gnus] / lisp / ChangeLog
index ad9691a..1d76b44 100644 (file)
@@ -1,3 +1,541 @@
+2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
+       internal variable to a custom variable.  Changed default value
+       from compressed(2) to uncompressed(1).
+       (gnus-agent-read-agentview): Reversed revision 7.8 to restore
+       support for uncompressed agentview files.  Taken together, reading
+       the agentview file should now be 6-7 times faster.
+
+2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
+       as a buffer-local variable.  This avoids creating truncated
+       dribble files as a result of a hang up, eg.
+
+2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * messagexmas.el (message-use-toolbar): Change the valid values
+       into default, top, bottom, left, and right.
+       (message-toolbar-thickness): New variable.
+       (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
+       well.
+       (message-setup-toolbar): Make it work.
+
+       * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
+       (gnus-use-toolbar): Change the valid values into default, top,
+       bottom, left, and right.
+       (gnus-toolbar-thickness): New variable.
+       (gnus-xmas-setup-toolbar): New function.
+       (gnus-xmas-setup-group-toolbar): Use it.
+       (gnus-xmas-setup-summary-toolbar): Use it.
+
+2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-1): Add "native" to
+       gnus-predefined-server-alist.
+
+       * gnus.el (gnus-method-to-server): Don't add "native" to the
+       lists here, because that leads to problems when
+       gnus-select-method is bound.
+
+2005-11-09  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
+       use (not sort-by-date) instead.
+
+2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-generate-headers): Downcase the argument
+       given to message-check-element.
+
+2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * nntp.el (nntp-authinfo-rejected): New error condition.
+       (nntp-wait-for): Use new error condition to signal authentication
+       error.
+       (nntp-retrieve-data): Rethrow new error condition to break out of
+       recursive call to nntp-send-authinfo.
+
+2005-11-08  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
+       (gnus-summary-exit-map): Bind to `Z p'.
+       (gnus-summary-make-menu-bar): Add menu item.
+
+2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-treat-custom): Add `first'.
+       (gnus-treat-*): Add `first' in all doc strings.
+
+       * gnus-group.el (gnus-group-compact-group): Fix typo.
+
+2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.el (gnus-parameters-case-fold-search): New variable.
+       (gnus-parameters-get-parameter): Use it.
+
+       * gnus-score.el (gnus-home-score-file): Doc fix.
+
+2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
+
+       * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
+
+2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-special-display-p): New function.
+
+       * mml.el (mml-preview): Use it; doc fix.
+
+2005-10-29  Romain Francoise  <romain@orebokech.com>
+
+       * message.el (message-fix-before-sending): Fix comment.
+
+2005-10-29  Jari Aalto  <jari.aalto@cante.net>
+
+       * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
+
+2005-10-29  Jari Aalto  <jari.aalto@cante.net>
+
+       * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
+       Used in gnus-score.el.
+
+2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-codepage-setup): Remove bogus alias test.
+
+2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * flow-fill.el (fill-flowed-encode-tests): Restore trailing
+       whitespace removed in revision 7.8.  Use concatenated string to
+       protect trailing whitespace.
+
+2005-10-27  Jouni K Seppanen <jks@iki.fi>  (tiny change)
+
+       * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
+       (nnimap-request-expire-articles): Use it to avoid sending 'UID
+       SEARCH UID ... NOT SINCE' queries, for inefficient servers like
+       Courier IMAP ("some version from 2004").  Mostly based on similar
+       code in the same function.
+
+2005-10-26  Didier Verna  <didier@xemacs.org>
+
+       * gnus-group.el (gnus-group-compact-group): invalidate original
+       article buffer.
+       * gnus-srvr.el (gnus-server-compact-server): ditto.
+       * nnml.el (nnml-request-compact-group): handle self Xref: field in
+       NOV database and in article itself.
+       Invalidate article backlog.
+
+2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
+
+2005-10-26  Simon Josefsson  <jas@extundo.com>
+
+       * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
+       part of 2004-07-25 change.
+
+2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-display-completion-list): New function.
+       (message-expand-group): Use it; make sure the Completions buffer
+       is modifiable.
+
+2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
+       user-mail-name is an empty string.
+
+2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
+       depending on gnus-score-decay-constant.
+
+       * encrypt.el (encrypt-insert-file-contents)
+       (encrypt-write-file-contents): Don't use `gnus-message'.
+
+       * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
+       arguments.
+       (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
+       arguments to mm-uu-verbatim-marks-extract.
+       (mm-uu-hide-markers): New variable.
+       (mm-uu-extract): Use face similar to `gnus-cite-3'.
+
+       * gnus-fun.el (gnus-convert-image-to-x-face-command)
+       (gnus-convert-image-to-face-command): Use "convert" by default to
+       allow other input image formats.
+       (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
+       accordingly.
+
+2005-10-23  Simon Josefsson  <jas@extundo.com>
+
+       * imap.el (imap-gssapi-program): Align command line parameters
+       with latest GNU SASL.
+       (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
+
+2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
+       HTML.
+       (nnslashdot-request-article): Ditto.
+
+       * lpath.el (featurep): Add nobreak-char-display.
+
+2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
+
+       * mail-source.el (mail-source-fetch-pop): Require pop3.
+       (mail-source-check-pop): Ditto.
+
+2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
+       errors.
+
+2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
+       (gnus-treat-strip-leading-blank-lines): Improve doc string.
+
+       * message.el (message-tool-bar-local-item-from-menu): Fix comment.
+
+       * mm-bodies.el (mm-decode-string): Call
+       `mm-charset-to-coding-system' with allow-override argument.
+
+2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
+       (rfc2047-charset-to-coding-system): New function.
+       (rfc2047-decode-encoded-words): New function.
+       (rfc2047-decode-region): Use them.
+       (rfc2047-decode-cte): Remove.
+       (rfc2047-parse-and-decode): Remove.
+       (rfc2047-decode): Remove.
+
+2005-10-15  Kenichi Handa  <handa@m17n.org>
+
+       * rfc2047.el (rfc2047-decode-cte): New function.
+       (rfc2047-decode-region): Change the way to decode successive
+       encoded-words: decode B- or Q-encoding in each encoded-word,
+       concatenate them, and decode it as charset.
+
+2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * lpath.el: Fbind codepage-setup for XEmacs.
+
+2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
+
+       * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
+       widget-move-and-invoke.
+       (gnus-custom-mode): Use gnus-custom-map.
+
+2005-10-15  Bill Wohler  <wohler@newt.com>
+
+       * message.el (message-tool-bar-map): Renamed image file from
+       mail_send to mail/send.
+
+2005-10-16  Masatake YAMATO  <jet@gyve.org>
+
+       * message.el (message-expand-group): Pass the common
+       prefix substring of completion to `display-completion-list'.
+
+2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml-sec.el (mml-secure-method): New internal variable.
+       (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
+       (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
+       functions using mml-secure-method.
+
+       * mml.el (mml-mode-map): Add key bindings for those functions.
+       (mml-menu): Simplify security menu entries.  Suggested by Jesper
+       Harder <harder@myrealbox.com>.
+       (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
+       end of message if point is the headers of the message.
+
+       * message.el (message-in-body-p): New function.
+
+       * assistant.el: Autoload gnus-util and netrc.
+
+       * mm-util.el (mm-charset-to-coding-system): Add allow-override.
+       Use `mm-charset-override-alist' only when decoding.
+
+       * mm-bodies.el (mm-decode-body): Call
+       `mm-charset-to-coding-system' with allow-override argument.
+
+       * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
+       `filename' from Content-Disposition if Content-Type doesn't
+       provide `name'.
+       (gnus-mime-view-part-as-type): Set default instead of
+       initial-input.
+
+2005-10-09  Daniel Brockman <daniel@brockman.se>
+
+       * format-spec.el (format-spec): Propagate text properties of % spec.
+
+2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-treat-predicate): Add `first'.
+
+2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-util.el (mm-charset-synonym-alist): Improve doc string.
+       (mm-charset-override-alist): New variable.
+       (mm-charset-to-coding-system): Use it.
+       (mm-codepage-setup): New helper function.
+       (mm-charset-eval-alist): New variable.
+       (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
+       about unknown charsets.
+
+       * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
+
+2005-10-04  David Hansen  <david.hansen@gmx.net>
+
+       * nnrss.el (nnrss-request-article): Add support for the comments tag.
+       (nnrss-check-group): Ditto.
+
+2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
+       Rename x-gnus-verbatim to x-verbatim.
+       (mm-uu-type-alist): Fix regexp for verbatim-marks.
+
+       * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
+       x-verbatim.
+
+       * mm-url.el (mm-url-predefined-programs): Add switches for curl.
+
+       * gnus-util.el (gnus-remove-duplicates): Remove.
+
+       * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
+       instead of gnus-remove-duplicates.
+
+       * message.el (message-remove-duplicates): Remove.
+       (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
+       message-remove-duplicates.
+
+       * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
+       available, else use implementation from `delete-dups'.
+
+       * message.el (message-insert-expires): New function.
+       (message-mode-map): Add key binding.
+       (message-mode-field-menu): Add menu entry.
+       (message-mode): Document it.
+       (message-make-expires-date): Use `message-make-date'.
+
+2005-10-04  Josh Huber  <huber@alum.wpi.edu>
+
+       * message.el (message-make-expires-date): New function.
+
+2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile.in (list-installed-shadows): New entry.
+       (install): Use it.
+       (remove-installed-shadows): New entry.
+
+       * dgnushack.el (dgnushack-default-load-path): New variable.
+       (dgnushack-find-lisp-shadows): New function.
+       (dgnushack-remove-lisp-shadows): New function.
+
+2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * Makefile.in (install-el-elc): New entry.
+       (install): Use it so that .el files are necessarily installed.
+
+2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * time-date.el: Autoload parse-time-string, XEmacs needs it.
+
+2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
+       function rather than the diff-mode.el package.
+       (mm-display-external): Use with-current-buffer.
+       (mm-viewer-completion-map, mm-viewer-completion-map):
+       Move initialization inside declaration.
+
+2005-09-29  Simon Josefsson  <jas@extundo.com>
+
+       * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
+       autoload mail-check-payment.
+       (spam-check-hashcash): Define unconditionally, since hashcash.el
+       is part of Gnus now.  Ignore errors from payment checking.
+
+2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-bold-region, message-unbold-region): Rename
+       from `bold-region' and `unbold-region'.
+
+       * message.el: Remove useless autoloads.
+
+2005-09-28  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-use-idna): Default to t.
+       (message-use-idna): Test whether encoding works too.  Doc fix.
+
+2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-warn-about-losing-connection): Remove.
+
+2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
+       customizable.  Change default value.
+       (mm-uu-diff-groups-regexp): Change default value.
+       (mm-uu-type-alist): Add doc string.
+       (mm-uu-configure): Add doc string.  Make it interactive.
+       (mm-uu-tex-groups-regexp): New variable.
+       (mm-uu-latex-extract, mm-uu-latex-test): New functions.
+       (mm-uu-type-alist): Add LaTeX documents.
+       (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
+       of "text/verbatim".
+       (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
+
+       * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
+       instead of "text/verbatim".
+
+       * message.el (message-mark-inserted-region)
+       (message-mark-insert-file): Use slrn style marks when called with
+       prefix argument.
+
+2005-09-27  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-idna-to-ascii-rhs-1): Reformat.
+
+2005-09-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+
+       * message.el (message-remove-duplicates): New function.
+       Implementation borrowed from `gnus-remove-duplicates'.
+       (message-idna-to-ascii-rhs): Also encode idna addresses in
+       Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
+       (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
+       only ask about the same idna domain once per header and also tell
+       in what header to replace the idna domain.
+
+       * gnus-art.el (article-decode-idna-rhs): Also decode idna
+       addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
+       (article-decode-idna-rhs): Fix regexp so that all idna-address in
+       a header is decoded and not just the last one.
+
+2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-display-single): Don't modify text if it
+       has been decoded.
+
+       * mm-decode.el (mm-automatic-display): Add text/verbatim.
+       (mm-insert-part): Don't modify text if it has been decoded.
+
+       * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
+       decoded.
+
+       * mm-view.el (mm-inline-text): Don't strip text props unless
+       decoding enriched or richtext parts.
+
+2005-09-25  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
+       * gnus-start.el (gnus-subscribe-interactively):
+       * gnus-uu.el (gnus-uu-grab-articles):
+       End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
+       space.
+
+2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
+
+       * smime.el (smime-sign-buffer, smime-decrypt-buffer):
+       * mm-view.el (mm-view-pkcs7-decrypt):
+       * gnus-sum.el (gnus-summary-limit-to-extra)
+       (gnus-summary-respool-article, gnus-read-move-group-name):
+       * gnus-score.el (gnus-summary-increase-score):
+       * gnus-util.el (gnus-completing-read-with-default):
+       * gnus-art.el (gnus-read-save-file-name)
+       (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
+       (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
+       * message.el (message-check-news-header-syntax):
+       Follow convention for reading with the minibuffer.
+
+2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * spam-report.el (spam-report-url-ping-plain):
+       Use gnus-extended-version as User-Agent.
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
+       default value is nil.
+
+       * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
+       (mm-uu-verbatim-marks-extract): New function.
+       (mm-uu-extract): New face.
+       (mm-uu-copy-to-buffer): Use it.
+
+       * spam-report.el (spam-report-gmane-ham): Renamed from
+       `spam-report-gmane-unspam'.
+       (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
+       Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
+
+       * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
+       Autoload.
+       (spam-report-gmane-unregister-routine): Renamed
+       `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
+
+2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
+       (spam-report-gmane-unregister-routine): added support for gmane
+       unregistration
+
+       * spam-report.el (spam-report-gmane-unspam)
+       (spam-report-gmane-spam): new wrappers around spam-report-gmane
+       (spam-report-gmane): changed to take a single article and do
+       unspam registration
+
+2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-url.el (mm-url-decode-entities): Fix regexp.
+
+2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
+       default to nil, to be able to use Gnus at all.  If the default
+       switches to something else, then the function should be fixed not
+       be exceedingly slow.
+
+2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-start.el (gnus-activate-group): if the server is nil, don't
+       fail hard
+
+       * spam-report.el: better Keywords line
+
+       * spam.el: added Maintainer and better Keywords line
+
+2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-replace-part)
+       (gnus-mime-replace-part): New functions.
+       (gnus-mime-action-alist, gnus-mime-button-commands)
+       (gnus-mime-save-part-and-strip): Added file argument.
+       (gnus-article-part-wrapper): Added interactive argument.
+
+       * gnus-sum.el (gnus-summary-mime-map): Add
+       `gnus-article-replace-part'.
+
+2005-09-19  Didier Verna  <didier@xemacs.org>
+
+       The nnml compaction feature:
+       * nnml.el (nnml-request-compact-group): New function.
+       * nnml.el (nnml-request-compact): New function.
+       * gnus-int.el (gnus-request-compact-group): New function.
+       * gnus-int.el (gnus-request-compact): New function.
+       * gnus-group.el (gnus-group-compact-group): New function.
+       * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
+       * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
+       * gnus-srvr.el (gnus-server-compact-server): New function.
+       * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
+       * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
+
+2005-09-18  Deepak Goel  <deego@gnufans.org>
+
+       * sieve.el (sieve-help): Fix `message' call: first arg should be a
+       format spec.
+
 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus.el (gnus-group-startup-message): Bind image-load-path.
 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * spam-report.el (spam-report-gmane): Make it work without
-       X-Report-Spam header.  Gmane now only provides Archived-At.  This
-       is only used if `spam-report-gmane-use-article-number' is nil.
-       (spam-report-gmane-spam-header): Removed.  Not used anymore.
+       X-Report-Spam header.  Gmane now only provides Archived-At.
+       This is only used if `spam-report-gmane-use-article-number' is nil.
+       (spam-report-gmane-spam-header): Remove.  Not used anymore.
 
        * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
        make `gnus-summary-sort-by-recipient' work with threading.