Synch to No Gnus 200409100706.
[elisp/gnus.git-] / lisp / ChangeLog
index 91e3fe0..977daf9 100644 (file)
@@ -1,5 +1,125 @@
+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.