* gnus.el (gnus-update-message-archive-method): New variable.
[gnus] / lisp / ChangeLog
index 215b9ef..5afdf45 100644 (file)
@@ -1,3 +1,434 @@
+2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.el (gnus-update-message-archive-method): New variable.
+
+       * gnus-start.el (gnus-setup-news): Update saved "archive" method
+       according to gnus-message-archive-method if
+       gnus-update-message-archive-method is non-nil.
+
+2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
+       by Loic Dachary <loic@dachary.org>.
+       (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
+
+2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-pop-to-buffer): Add switch-function argument.
+       (message-mail): Pass switch-function argument to it.
+
+2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
+       Improve doc string.
+
+2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
+       (gnus-header-content)
+       * gnus-cite.el (gnus-cite-10)
+       * gnus-srvr.el (gnus-server-closed)
+       * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
+       (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
+       (gnus-group-mail-3-empty, gnus-group-mail-low)
+       (gnus-group-mail-low-empty, gnus-splash)
+       * message.el (message-header-to, message-header-cc)
+       (message-header-subject, message-header-other, message-header-name)
+       (message-header-xheader, message-separator, message-cited-text)
+       (message-mml): Lighten colors of faces used for dark background.
+
+2007-05-24  Simon Josefsson  <simon@josefsson.org>
+
+       * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
+       to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
+
+2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-narrow-to-headers-or-head): Ignore
+       mail-header-separator in the body.
+
+2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-image-fit-p): Return t if image size is just the
+       same as window size.
+
+2007-05-22  Kevin Ryde  <user42@zip.com.au>
+
+       * message.el (message-font-lock-keywords): Use message-header-xheader
+       face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
+       ahead of the anything pattern, to get it recognised.
+
+2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
+       spam.el loads uses it in the compiled defadvice form.
+
+2007-05-12  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus-sum.el (gnus-articles-to-read)
+       (gnus-summary-insert-old-articles): Don't truncate group name for
+       `read-string'.
+
+       * gnus-util.el (gnus-limit-string): Delete this function.
+
+       * gnus-sum.el (gnus-simplify-subject-fully): Use
+       `truncate-string-to-width' instead.
+
+2007-05-11  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell if, on
+       summary exit, the next group has to be selected.
+       (gnus-summary-exit): Use it.
+
+2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-mode): Fix comment about displaying
+       non-break space.
+
+2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
+       Check if group is not a directory.
+       (nnfolder-request-expire-articles): Don't delete articles if the target
+       group is not available.
+
+       * nnml.el (nnml-request-create-group): Properly check if group is not a
+       file.
+       (nnml-request-expire-articles): Don't delete articles if the target
+       group is not available.
+
+       * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
+       Don't quote characters that are within parentheses.
+
+2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
+       (gnus-handle-ephemeral-exit): Select article according to it.
+
+2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-insert-formated-citation-line): Remove newline.
+       (message-citation-line-format): Add final \n here so that the user can
+       avoid a blank line.
+
+2007-05-03  Dan Christensen  <jdc@uwo.ca>
+
+       * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
+       (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
+       Update lanl/arXiv support.
+
+2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.el: Bump version number.
+
+2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Bump version.
+
+2007-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.6 is released.
+
+2007-04-27  Didier Verna  <didier@xemacs.org>
+
+       * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
+       * gmm-utils.el (gmm-regexp-concat): here.
+       * message.el: Don't require 'gnus-util.
+       (message-dont-reply-to-names): Handle name change above.
+       * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
+
+2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
+       since the initial value varies according to the system.
+
+2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-charset-synonym-alist): Defcustom.
+
+2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
+
+       * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
+
+2007-04-24  Didier Verna  <didier@xemacs.org>
+
+       Improve the type of gnus-ignored-from-addresses.
+       * gnus-util.el (gnus-orify-regexp): New function.
+       * message.el (gnus-util): Require it.
+       * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
+       * gnus-sum.el (gnus-ignored-from-addresses): New function.
+       * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
+
+2007-04-24  Didier Verna  <didier@xemacs.org>
+
+       * gnus-sum.el:
+       * gnus-utils.el: Fix some trailing whitespaces.
+
+2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
+       (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
+       article's Message-ID; refer parent article in summary buffer.
+
+       * message.el (message-bounce): Call mime-to-mml.
+
+       * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
+       not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
+       optimize and/or forms properly.
+
+2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
+       URL.
+
+2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
+
+2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
+       (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
+       displayed of multipart/alternative part if it is invoked from summary
+       buffer.
+
+       * mm-view.el (mm-inline-text-html-render-with-w3m)
+       (mm-inline-text-html-render-with-w3m-standalone)
+       (mm-inline-render-with-function): Use mail-parse-charset by default.
+
+2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
+
+       * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
+       is less than the length of parse-time-syntax.
+
+2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
+       from gnus-newsgroup-processable.
+
+2007-04-16  Didier Verna  <didier@xemacs.org>
+
+       * gnus-msg.el (gnus-configure-posting-styles): Handle
+       message-signature-directory properly with :file syntax. Reported by
+       "Leo".
+
+2007-04-11  Didier Verna  <didier@xemacs.org>
+
+       New user option: message-signature-directory.
+       * gnus-msg.el (gnus-configure-posting-styles): Support it.
+       * message.el (message-insert-signature): Ditto.
+       * message.el (message-signature-file): Doc update.
+       * message.el (message-signature-directory): New.
+
+2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-inews-yank-articles): Use
+       message-exchange-point-and-mark instead of exchange-point-and-mark.
+
+2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-yank-original): Make sure cited text ends with
+       newline; don't exchange point and mark.
+
+2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
+
+       * tls.el (open-tls-stream): Properly handle case where there
+       is no associated buffer.
+
+2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
+       message-yank-original, make sure (< mark TEXT point).
+
+2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-fill-column): New variable.
+       (message-mode): Use it.  Add comment on a possible new hook.
+
+       * nnmail.el (nnmail-spool-file): Mark as obsolete.
+       (nnmail-get-new-mail): Reformat.
+
+       * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
+
+       * gmm-utils.el: Fix Commentary.
+       (gmm-tool-bar-from-list): Fix typo in doc string.
+
+2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * message.el (message-yank-original): Don't switch point and mark
+       unnecessarily to put point and mark as documented.
+
+2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-put-addresses-in-ecomplete): Only fetch headers
+       from the message heads.
+
+2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * gnus-art.el (gnus-article-set-window-start): Do nothing when the
+       article buffer does not have a window.  This may not be the best
+       solution but is certainly better than setting the start of the null,
+       that is the current, window.
+
+2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-draft.el (gnus-draft-setup-hook): New hook.
+       (gnus-draft-setup): Run it.
+
+       * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
+       gnus-score-fast-scoring.  Allow regexp.
+       (gnus-score-headers): Use it.
+
+       * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
+       XEmacs.
+
+       * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
+       string.
+       (gnus-button-alist): Also catch `<f1> k ...'.
+       (gnus-treat-display-x-face): Fix doc string.
+
+2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
+       evaluation of gnus-extended-version to ensure correct generation of the
+       User-Agent header when message-generate-headers-first is used.
+
+2007-03-24  Simon Josefsson  <simon@josefsson.org>
+
+       * hashcash.el (hashcash-generate-payment-async): Don't crash if
+       hashcash-path is nil.  Don't call callback with incorrect number of
+       parameters if val is 0.
+
+2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * message.el (message-required-news-headers):
+       * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
+
+2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * tls.el (open-tls-stream): In handshake-waiting loop,
+       don't wait more if there is output available to process.
+
+2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * tls.el (tls-program): Doc fix.
+
+2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-generate-new-buffers): Change the meaning of the
+       nil value; add `standard' to the choices; treat t as `unique'; improve
+       doc string.
+       (gnus-select-frame-set-input-focus): Autoload.
+       (message-buffer-name): Search for the existing message buffer if
+       message-generate-new-buffers is nil or `standard'; treat the value t of
+       message-generate-new-buffers as `unique'.
+       (message-pop-to-buffer): Raise the frame already displaying the message
+       buffer; clear the echo area after querying.
+       (message-setup): Pass the `continue' argument to compose-mail.
+       (message-mail): Prefer `switch-function' if it is given; search for the
+       existing message buffer if the `continue' argument is non-nil; pass
+       continue and switch-function arguments to compose-mail by way of
+       message-setup.
+       (message-mail-other-window): Adjust argument of message-setup.
+       (message-mail-other-frame): Ditto.
+
+2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
+       (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
+       to turn font-lock on when turning gnus-message-citation-mode on.
+
+2007-03-06  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml-smime.el (mml-smime-use): New variable; default to use openssl.
+       (mml-smime-function-alist): New variable; add epg as the backend.
+       * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
+       mml-smime- functions instead.
+       * mm-view.el: Require smime.
+
+2007-03-05  Didier Verna  <didier@xemacs.org>
+
+       * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
+       instead of just inheritance for posting styles.
+       * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
+
+2007-02-24  Chris Moore  <dooglus@gmail.com>
+
+       * pgg-pgp5.el (pgg-pgp5-encrypt-region):
+       * pgg-pgp.el (pgg-pgp-encrypt-region):
+       * pgg-gpg.el (pgg-gpg-encrypt-region):
+       Check pgg-encrypt-for-me if no other recipients.
+
+2007-02-24  John Paul Wallington  <jpw@pobox.com>
+
+       * tls.el (tls-certtool-program): Fix custom type.
+
+2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
+       and point-at-eol instead of line-(beginning|end)-position.
+
+       * assistant.el (assistant-parse-buffer): Ditto.
+
+       * netrc.el (netrc-parse-services): Ditto.
+
+2007-02-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-find-usable-key): New function.
+       (mml2015-epg-sign): Use it.
+       (mml2015-epg-encrypt): Use it.
+
+2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-make-in-reply-to): Quote name containing
+       non-ASCII characters.  It will make the RFC2047 encoder cause an error
+       if there are special characters.  Reported by NAKAJI Hiroyuki
+       <nakaji@kankyo-u.ac.jp>.
+
+2007-02-27  Didier Verna  <didier@xemacs.org>
+
+       Include the group parameters as well as the topic ones in the
+       inheritance filter process.
+       * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
+       argument GROUP-PARAMS-LIST.
+       * gnus-topic.el (gnus-group-topic-parameters): Use it.
+
+2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-never-echoes-commands)
+       (nntp-open-connection-functions-never-echo-commands): New variables.
+       (nntp-send-command): Use them.
+
+2007-02-20  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-verify): Simplified.
+
+2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el (mml-content-disposition-alist): New user option.
+       (mml-content-disposition): New function.
+       (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
+       (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
+
+2007-02-19  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
+       verification.
+
+2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
+       articles posted in the last 24 hours.
+
+2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
+
+       * smiley.el (smiley-regexp-alist): Add "dead" smiley.
+
+2007-02-14  Micha\e,Ak\e(Bl Cadilhac  <michael@cadilhac.name>
+
+       * nntp.el (nntp-send-command): Don't wait for echoes when
+       nntp-open-ssl-stream is used.
+
 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-cite.el (gnus-test-font-lock-add-keywords)
        (gnus-button-alist): Add mid\\|message-id.
        (gnus-button-fetch-group): Extend for use in
        `browse-url-browser-function'.
-       (gnus-button-url-regexp): Try to catch URL with parentheses as in
-       WikiPedia URL.
+       (gnus-button-url-regexp): Try to catch paired parentheses like in
+       Wikipedia URLs.
 
        * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
        Suggested by Simon Krahnke <overlord@gmx.li>.
        (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
        (gnus-sort-threads-loop): New function.
 
-2006-12-06  Chris Moore  <dooglus@gmail.com>  (tiny change)
+2006-12-06  Chris Moore  <dooglus@gmail.com>
 
        * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
        Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
        (rfc2231-parse-string): Allow concatanation of parameters that
        aren't contiguous.  The test case is
          (mail-header-parse-content-type "message/external-body;
-            name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
-            access-type=LOCAL-FILE;
-            name*1*=plugh%2fhello-sailor%2fbing.pdf")
+           name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
+           access-type=LOCAL-FILE;
+           name*1*=plugh%2fhello-sailor%2fbing.pdf")
 
 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
 
 
        * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
 
-2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny patch)
+2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
 
        * imap.el (imap-kerberos4-open): Ignore SSL stuff.
 
        (gnus-decode-header-function, gnus-newsgroup-name):
        * spam-stat.el (gnus-original-article-buffer): Add defvars.
 
-2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
+2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
 
        * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
        the end of the date treatments.
 
 2004-10-12  Simon Josefsson  <jas@extundo.com>
 
-       * net/tls.el (tls-certtool-program): New variable.
+       * tls.el (tls-certtool-program): New variable.
        (tls-certificate-information): New function, based on
        ssl-certificate-information.
 
 
 2004-05-20  Danny Siu  <dsiu@adobe.com>
 
-        * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
+       * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
        centered even when gnus-auto-center-summary is t
 
 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 See ChangeLog.2 for earlier changes.
 
     Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc.
-  Copying and distribution of this file, with or without modification,
-  are permitted provided the copyright notice and this notice are preserved.
+
+  This file is part of GNU Emacs.
+
+  GNU Emacs is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2, or (at your option)
+  any later version.
+
+  GNU Emacs is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+  You should have received a copy of the GNU General Public License
+  along with GNU Emacs; see the file COPYING.  If not, write to the
+  Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+  Boston, MA 02110-1301, USA.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit