2004-01-27 Steve Youngs <sryoungs@bigpond.net.au>
[gnus] / lisp / ChangeLog
index b0d0850..9dfa72a 100644 (file)
@@ -1,3 +1,333 @@
+2004-01-27  Steve Youngs  <sryoungs@bigpond.net.au>
+
+       * gnus-spec.el (gnus-parse-simple-format): Fix setq value
+       omission. 
+       From Jerry James  <james@xemacs.org>
+
+2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
+       Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
+
+2004-01-25  Paul Jarc  <prj@po.cwru.edu>
+
+       * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile,
+       nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
+       New macros and functions.
+       * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
+       Handle > NLINK_MAX messages.
+       * nnmaildir.el (nnmaildir-request-set-mark): Use
+       nnmaildir--emlink-p and nnmaildir--eexist-p.
+
+2004-01-25  Alex Schroeder  <alex@gnu.org>
+
+       * spam-stat.el (spam-stat-process-directory-age): New option.
+       (spam-stat-process-directory): Use it.
+
+2004-01-24  Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>  (tiny change)
+
+       * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
+       (spam-stat-save): Accept prefix argument.
+
+2004-01-23  Paul Jarc  <prj@po.cwru.edu>
+
+       * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
+       links" error.
+
+2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
+       the rest of the and/or forms.
+
+2004-01-23  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
+       compatibility with old .newsrc.eld files.
+
+       * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
+
+       * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
+
+       * gnus-start.el (gnus-1): do.
+
+       * gnus-group.el (gnus-group-line-format-alist): do.
+
+       * gnus.el: (gnus-use-grouplens, gnus-visual): do.
+
+       * gnus-gl.el: Remove.
+
+2004-01-23  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
+       marks consisting of a single range {for example, (3 . 5)} rather
+       than a list of a single range { ((3 . 5)) }.
+
+2004-01-23  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
+       with-current-buffer.
+       (spam-stat-store-current-buffer): Use insert-buffer-substring to
+       avoid consing a string.
+
+       * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
+       Remove obsolete entries for big5 and gb2312.
+
+2004-01-22  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
+       uncompressed list.
+
+2004-01-22  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el (spam-stat-strip-xref): New function.
+       (spam-stat-process-directory): Use it.
+
+       * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
+       here -- it's done in message-fetch-field.
+
+2004-01-21  Kevin Greiner <kgreiner@xpediantsolutions.com>
+
+       * gnus-agent.el (gnus-agent-queue-mail,
+       gnus-agent-prompt-send-queue): New variables.
+       (gnus-agent-send-mail): Use gnus-agent-queue-mail.
+       * gnus-draft.el (gnus-group-send-queue): Pass the group name
+       "nndraft:queue" along to gnus-draft-send.  Use
+       gnus-agent-prompt-send-queue.
+       (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
+       is "nndraft:queue".  Suggested by Gaute Strokkenes
+       <gs234@srcf.ucam.org>
+
+       * gnus-agent.el (agent-disable-undownloaded-faces): Removed
+       (agent-enable-undownloaded-faces): Added
+       (gnus-agent-cat-groups): Use eval-and-compile, not
+       eval-when-compile, to define gnus-agent-set-cat-groups as the setf
+       method of gnus-agent-cat-groups even when the buffer has been
+       evaled.
+       (gnus-agent-save-active,gnus-agent-save-active-1): Merged to
+       delete gnus-agent-save-active-1.
+       (gnus-agent-save-groups): Deleted. Identical to
+       gnus-agent-save-active.
+       (gnus-agent-write-active): No longer adjust agent's copy of active
+       file as agent's adjustments are now stored in their own
+       file. Removed optional parameter.
+       (gnus-agent-possibly-alter-active): Ignore groups of unagentized
+       servers.  Add use of min/max range limits from server's local
+       file.
+       (gnus-agent-save-alist): Removed unused optional argument.
+       (gnus-agent-load-local,gnus-agent-read-and-cache-local),
+       (gnus-agent-read-local,gnus-agent-save-local,gnus-agent-get-local),
+       (gnus-agent-set-local): A per-server file that keeps min/max range
+       limits for articles known to the agent.  Provides a fast mechanism
+       for altering many active ranges.
+       (gnus-agent-expire-group,gnus-agent-expire): No longer save the
+       active file (local makes it unnecessary).
+       (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
+
+       * gnus-cus.el (agent-disable-undownloaded-faces): Removed
+       (agent-enable-undownloaded-faces): Added
+
+       * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
+       disable it when sending to "nndraft:queue".
+       (gnus-group-send-queue): Add safety check to avoid sending queue
+       when unplugged.
+
+       * gnus-group.el (gnus-group-catchup): Use new
+       gnus-sequence-of-unread-articles, not
+       gnus-list-of-unread-articles, to avoid exhausting memory with huge
+       numbers of articles.  Use gnus-range-map to avoid having to
+       uncompress the unread list.
+       (gnus-group-archive-directory,
+       gnus-group-recent-archive-directory): Fixed invalid ange-ftp
+       reference.
+
+       * gnus-range.el (gnus-range-map): Iterate over list or sequence.
+       (gnus-sorted-range-intersection): Intersection of two ranges
+       without requiring that they first be uncompressed.
+
+       * gnus-start.el (gnus-activate-group): Unless blocked by the
+       caller, possibly expand the active range to include both cached
+       and agentized articles.
+       (gnus-convert-old-newsrc): Rewrote in anticipation of having
+       multiple version-dependent converters.
+       (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
+       gnus-agent-save-active.
+       (gnus-save-newsrc-file): Save dirty agent range limits.
+
+       * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
+       gnus-agent-possibly-alter-active.
+       (gnus-adjust-marked-articles): Faster handling of simple lists
+       
+2004-01-21  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el (spam-stat-test-directory): New optional argument
+       displays a list of files detected.  Suggested by Andrew Cohen
+       <cohen@andy.bu.edu>.
+       (spam-stat-buffer-words-with-scores): Don't narrow and change
+       syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
+
+2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>  
+
+       * spam.el (gnus-summary-mode-map): make spam-generic-score the
+       default scoring function
+       (spam-generic-score): calls spam-spamassassin-score if
+       spam-use-spamassassin or spam-use-spamassassin-headers is on;
+       spam-bogofilter-score otherwise.
+
+       From Hubert Chan <hubert@uhoreg.ca>:
+
+       * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
+       (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
+       (spam-spamassassin-arguments)
+       (spam-spamassassin-spam-flag-header)
+       (spam-spamassassin-positive-spam-flag-header)
+       (spam-spamassassin-spam-status-header, spam-sa-learn-path)
+       (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
+       (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
+       (spam-list-of-processors, spam-list-of-checks)
+       (spam-list-of-statistical-checks, spam-registration-functions)
+       (spam-check-spamassassin-headers, spam-check-spamassassin)
+       (spam-spamassassin-score)
+       (spam-spamassassin-register-with-sa-learn)
+       (spam-spamassassin-register-spam-routine)
+       (spam-spamassassin-register-ham-routine)
+       (spam-assassin-register-spam-routine)
+       (spam-assassin-register-ham-routine): add SpamAssassin support
+       (spam-bogofilter-score): fix to show article before scoring
+
+       * gnus.el (spam-process, spam-autodetect-methods): add
+       spamassassin and spamassassin-headers
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent):
+       Suppress unnecessary messages.  From Nevin Kapur
+       <nkapur@cs.caltech.edu>.
+
+2004-01-20  Jesper Harder  <harder@ifa.au.dk>
+
+       * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
+       make-hash-table.
+
+2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * canlock.el (base64-encode-string): Don't autoload it.
+
+2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * run-at-time.el: Remove useless (require 'itimer),
+       eval-and-compile and (featurep 'xemacs).
+
+2004-01-16  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
+       GROUP is a virtual group.
+
+2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
+
+       * gnus.el: Autoload `message-y-or-n-p'.
+
+2004-01-15  Jesper Harder  <harder@ifa.au.dk>
+
+       * pgg-parse.el: Remove unnecessary (require 'custom).
+
+       * pgg-def.el: do.
+
+       * nnmail.el: do.
+
+       * gnus-undo.el: do.
+
+       * gnus-picon.el: do.
+
+       * gnus-util.el: do.
+
+2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-pick-line-number): Add autoload.
+
+2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decoce.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.
+       Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
+       (mm-w3m-cid-retrieve): Simplify.
+
+2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
+
+       * message.el (message-kill-to-signature): Allow prefix arg to
+       specify number of lines to keep before signature.  From Vasily
+       Korytov.
+       (message-kill-to-signature): Change docstring.
+
+2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * canlock.el: Always require sha1-el.
+       (canlock-sha1): Bind sha1-maximum-internal-length to nil.
+
+       * message.el: Autoload sha1 only when compiling.
+
+       * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
+       eudc-expand-inline for XEmacs.
+
+2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-canlock-generate): Require sha1-el.
+
+2004-01-13  Jesper Harder  <harder@ifa.au.dk>
+
+       * message.el (message-expand-name): Silence the byte compiler.
+
+       * lpath.el: Add detect-coding-system.
+
+       * dgnushack.el (dgnushack-compile): Remove obsolete check for
+       cus-edit.
+
+2004-01-13  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
+       Invoke gnus-score-mode.  Reported by
+       bojohan+news@dd.chalmers.se (Johan Bockg\e,Ae\e(Brd).
+
+       * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
+       Jim Blandy <jimb@redhat.com> (tiny change).
+
+2004-01-12  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
+
+2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-get-article-as-string): updated to use
+       gnus-request-article-this-buffer, much simpler
+       (spam-get-article-as-buffer): removed
+
+2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
+
+       * message.el (message-expand-name): Use EUDC if the user uses
+       that.
+
+2004-01-12  Jesper Harder  <harder@ifa.au.dk>
+
+       * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
+       character for the encoding to avoid consing a string.
+       
+       * rfc2047.el (rfc2047-decode-string): Don't cons a string
+       unnecessarily.
+
+       * mm-util.el (mm-replace-chars-in-string): Remove.
+
+       * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
+       of mm-replace-chars-in-string.
+
+2004-01-11  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new
+       strings.
+
+       * mm-util.el (mm-subst-char-in-string): Support inplace.        
+
+       * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
+       a new string in every iteration.  Use shy groups.
+
 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)