Synch to No Gnus 200409121807.
[elisp/gnus.git-] / lisp / ChangeLog
index 5a3f33e..4105cba 100644 (file)
@@ -1,3 +1,305 @@
+2004-09-11  Simon Josefsson  <jas@extundo.com>
+
+       * dns-mode.el: Add.
+
+       * mm-view.el (mm-display-dns-inline): Add.
+
+       * mm-decode.el (mm-inline-media-tests): Add text/dns.
+       (mm-automatic-display): Ditto.
+
+       * mailcap.el (mailcap-mime-data): Add text/dns.
+       (mailcap-mime-extensions): Map .soa to text/dns.
+
+2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
+
+       * gnus-art.el (article-decode-mime-words, article-babel)
+       (gnus-article-highlight-signature, gnus-article-add-buttons)
+       (gnus-signature-toggle): Remove unnecessary bindings of
+       `inhibit-read-only' inherited from v5.10 merge.
+
+2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nntp.el (nntp): New customization group.
+       (nntp-authinfo-file): Added customization group.
+
+       * mml2015.el (mml2015-unabbrev-trust-alist): Added customization
+       group.
+
+       * mml-sec.el (mml-signencrypt-style-alist): Ditto.
+
+       * gnus.el (to-address, to-list, subscribed)
+       (large-newsgroup-initial): Ditto.
+
+       * flow-fill.el (fill-flowed-display-column)
+       (fill-flowed-encode-column): Ditto.
+
+2004-09-06  Stefan  <monnier@iro.umontreal.ca>
+
+       * message.el (message-tokenize-header, message-send-mail-with-qmail):
+       Use point-min rather than 1.
+       (message-send-mail): Use buffer-size rather than point-max.
+
+       * gnus-sum.el (gnus-summary-search-article-forward):
+       Signal a specific `search-failed' rather than a generic `error'.
+
+       * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
+       (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
+       (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
+
+2004-09-10  Simon Josefsson  <jas@extundo.com>
+
+       * nndb.el (require): Remove tcp and duplicate cl.
+
+2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (directory-files-and-attributes): Move forward.
+
+2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (directory-files-and-attributes): Optionally
+       defined to support XEmacs.
+
+2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
+
+       * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf
+       to avoid run-time CL dependencies.
+       (gnus-agent-unfetch-articles): New function.
+       (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
+       article numbers even when local .overview file is missing.
+       (gnus-agent-read-article-number): New function. Only accepts
+       27-bit article numbers.
+       (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
+       gnus-agent-read-article-number.
+       (gnus-agent-braid-nov): Rewrote to validate article numbers coming
+       from backend while recognizing that article numbers in .overview
+       must be valid.
+       (gnus-agent-update-files-total-fetched-for): Use
+       directory-files-and-attributes to improve performance.
+       * gnus-int.el (gnus-request-move-article): Use
+       gnus-agent-unfetch-articles in place of gnus-agent-expire to
+       improve performance.
+
+       * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
+       some users confused by references to .newsrc when they only have a
+       .newsrc.eld file.
+       (gnus-convert-mark-converter-prompt,
+       gnus-convert-converter-needs-prompt): Fixed use of property list.
+       * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
+       New function. Used internally to only display 'gnus converting
+       files' message when actually necessary.
+
+       * gnus-sum.el (): Removed (require 'gnus-agent) as required
+       methods now autoloaded.
+
+2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-insert-subject): Remove list
+       identifiers.
+
+2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-picon.el: Fix indentation and closing parenthesis.
+
+2004-09-01  Simon Josefsson  <jas@extundo.com>
+
+       * message.el (message-canlock-generate): Require sha1, not
+       sha1-el.  (Can we get rid of this require alltogheter? It is ugly
+       to require within a function.  Sadly, if sha1.el isn't loaded, the
+       let binding in m-c-g will hide the defcustom definition, which is
+       bad.)
+
+       * canlock.el: Require sha1, not sha1-el.
+
+       * message.el: Don't autoload sha1 (there is a autoload cookie in
+       sha1.el).
+
+       * sha1-el.el: Renamed to sha1.el.
+
+2004-08-30  Juanma Barranquero  <lektu@terra.es>
+
+       * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
+
+2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
+
+2004-08-30  Kim F. Storm  <storm@cua.dk>
+
+       * nntp.el (nntp-authinfo-file): Add :group 'nntp.
+
+       * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
+       Add :group 'nnimap.
+
+2004-08-30  Simon Josefsson  <jas@extundo.com>
+
+       * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
+       ?* and ?\; (tiny patch).  From Andreas Schwab <schwab@suse.de>.
+
+2004-08-30  Simon Josefsson  <jas@extundo.com>
+
+       * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
+       and ?\' to symbol instead of whitespace (tiny patch).  From
+       Andreas Schwab <schwab@suse.de>.
+
+2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
+
+       * gnus-sum.el (gnus-summary-morse-message): Use search-forward
+       instead of re-search-forward.
+
+       * gnus-uu.el (gnus-uu-save-article): Ditto.
+       (gnus-uu-post-encode-uuencode): Ditto.
+
+       * html2text.el (html2text-clean-list-items): Ditto.
+       (html2text-clean-dtdd): Ditto.
+       (html2text-format-tags): Ditto.
+
+       * message.el (message-send-mail-with-sendmail): Fix regexp.
+       (message-fill-field-general): Use search-forward instead of
+       re-search-forward.
+       (unbold-region): Ditto.
+
+       * nnrss.el (nnrss-request-article): Ditto.
+
+       * nnslashdot.el (nnslashdot-request-article): Ditto.
+
+       * nnweb.el (nnweb-gmane-wash-article): Ditto.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
+       "Unrecognized menu descriptor" error in XEmacs.
+
+2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward
+       entry.
+
+       * gnus-group.el (gnus-group-line-format-alist): Convert the value
+       of gnus-tmp-news-method into string under XEmacs.  It will be
+       passed to gnus-correct-length which takes only a string argument.
+
+2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-util.el (gnus-bind-print-variables): New macro.
+       (gnus-prin1): Use it.
+       (gnus-prin1-to-string): Use it.
+       (gnus-pp): New function.
+       (gnus-pp-to-string): New function.
+
+       * gnus-cus.el (gnus-agent-cat-prepare-category-field): Replace
+       pp-to-string with gnus-pp-to-string.
+       * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
+       * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
+       * gnus-msg.el (gnus-debug): Ditto.
+       * gnus-score.el (gnus-score-save): Ditto.
+       * gnus-spec.el (gnus-update-format): Replace pp-to-string with
+       gnus-pp-to-string.
+       * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
+       with gnus-pp.
+       * score-mode.el (gnus-score-pretty-print): Ditto.
+       * webmail.el (webmail-debug): Ditto.
+
+2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-display-face, article-display-x-face): Use
+       buffer-read-only.
+
+2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-hide-list-identifiers): Bind
+       inhibit-read-only as t.
+
+2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
+
+2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
+       (gnus-narrow-to-page): Don't assume point-min == 1.
+       (gnus-article-edit-mode): Derive from message-mode.
+
+       * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
+       point-min == 1.
+
+       * imap.el (imap-parse-address-list, imap-parse-body-ext):
+       Disable incorrect use of `assert'.
+
+       * message.el (message-mode): Set comment-start-skip.
+
+
+2004-08-22  Sam Steingold  <sds@gnu.org>
+
+       * pop3.el (pop3-leave-mail-on-server): New user variable.
+       (pop3-movemail): Delete mail only when it is nil.
+
+2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
+
+       * mml.el (mml-preview): Use `pop-to-buffer'.
+
+       * message.el (message-goto-mail-followup-to): Insert after "To".
+       (message-carefully-insert-headers): Add comment.
+
+       * gnus.el: Remove unused variable `gnus-article-check-size'.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
+
+       * gnus-art.el (gnus-button-alist): Improve
+       `gnus-button-handle-library' entry.
+
+2004-08-19  Paul Jarc  <prj@po.cwru.edu>
+
+       * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
+       downcase, since XEmacs capitalizes error messages differently.
+       From Sebastian Freundt <hroptatyr@gna.org>.
+
+2004-08-18  Jesper Harder  <harder@ifa.au.dk>
+
+       * nntp.el: Add (require 'gnus) due to reference to
+       `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
+
+2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
+
+       * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
+       `mm-fill-flowed'.
+
+       * mm-decode.el (mm-dissect-singlepart): Check it.
+
+2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnimap.el (nnimap-open-connection): add 'imaps' synonym to
+       'imap' for netrc parsing
+
+2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mailcap.el (mailcap-mime-data): Mark as risky.
+
+2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
+       may be included in the encoded word.
+       (rfc2047-encode): Don't append a space if the encoded word
+       includes close parenthesis.
+
+2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
+       of text within parentheses.
+
+2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
+       (gnus-encrypt-write-file-contents): the password key is the file
+       name PLUS the cipher, not just the cipher.  Also remove failed
+       passwords from the cache.
+
+2004-08-06  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
+       fix.
+
 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
 
        * gnus.el (gnus-logo-color-style): Changed colors to `no'.
 
-       * Moved to Changelog.1.
+       * Moved to Changelog.2.
+
+2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Bump version.
+
+2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.1 is released.
+
+2004-01-04 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.0 is released.
+
+2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Bump.
+       (gnus-version): No.
+
+See ChangeLog.2 for earlier changes.
 
     Copyright (C) 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
   Copying and distribution of this file, with or without modification,