(nnml-compressed-files-size-threshold): New variable.
[gnus] / lisp / ChangeLog
index e3b7b95..64c916f 100644 (file)
@@ -1,3 +1,211 @@
+2005-09-11  Romain Francoise  <romain@orebokech.com>
+
+       * nnml.el (nnml-compressed-files-size-threshold): New variable.
+       (nnml-save-mail): Use it.
+
+       * gnus-uu.el (gnus-uu-mark-series): Return number of marked
+       articles.  Add new argument `silent'.
+       (gnus-uu-mark-all): Report the total number of marked articles.
+
+2005-09-10  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
+       (gnus-uu-mark-series): Likewise.
+
+2005-09-10  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
+       t, based on discussion on the ding list with Robert Epprecht
+       <epprecht@solnet.ch>.
+
+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.
+
+       * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
+       make `gnus-summary-sort-by-recipient' work with threading.
+
+       * nnweb.el (nnweb-google-wash-article): Print a message if article
+       is not available.
+
+2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
+
+       * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
+       change.  Decode text/* parts content before displaying.
+
+2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml-smime.el: Remove defvar of gnus-extract-address-components.
+
+2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-display-inline-fontify): Disable support modes.
+
+       * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
+       url-package-name, url-package-version,
+       w3m-cid-retrieve-function-alist, w3m-current-buffer,
+       w3m-display-inline-images, and w3m-minor-mode-map.
+
+2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-tab-body-function): Fixed mismatched custom
+       type.
+
+       * gnus.el (gnus-group-change-level-function): Ditto.
+
+       * gnus-msg.el (gnus-outgoing-message-group): Ditto.
+
+       * gnus-art.el (gnus-signature-limit)
+       (gnus-article-mime-part-function): Ditto.
+
+2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el (mml-mode): Silence the byte compiler.
+
+       * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
+       using `(sit-for 0)' before moving the point to the specified part;
+       skip unbuttonized parts.
+       (gnus-article-part-wrapper): Don't use save-window-excursion; don't
+       return to the summary window if gnus-auto-select-part is non-nil.
+
+2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
+       variables.
+       (mml-dnd-attach-file, mml-mode): Use them.
+
+       * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
+       Make fetching article by MID work again for Google Groups.  Added
+       FIXME concerning gnus-group-make-web-group.
+
+       * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
+       Don't depend on Gnus by using mail-extract-address-components if
+       gnus-extract-address-components is not bound.
+
+2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-mime-display-security): Don't display the
+       signature, but only the signed part.
+
+2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
+
+       * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
+       list, not listp.
+
+2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
+       when encoding.
+
+       * mm-bodies.el (mm-decode-content-transfer-encoding):
+       De-canonicalize CRLF for all text content types, not just
+       text/plain.
+
+2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-part-wrapper): Error if there's no
+       valid article; point arrow and cursor at the MIME button.
+
+2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
+       Suggested by Dan Christensen <jdc@uwo.ca>.
+
+       * mm-decode.el (mm-save-part): Enable change of prompt.
+
+2005-08-29  Jari Aalto  <jari.aalto@cante.net>
+
+       * gnus-msg.el (gnus-inews-add-send-actions): Made
+       `message-post-method' lambda parameter ARG `&optional'.
+
+2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-mime-map): Added
+       gnus-article-save-part-and-strip, gnus-article-delete-part and
+       gnus-article-jump-to-part.
+
+       * gnus-art.el (gnus-article-edit-article): Added quiet argument.
+       (gnus-article-edit-part): Use it.
+       (gnus-article-part-wrapper): Added no-handle argument.
+       (gnus-article-save-part-and-strip, gnus-article-delete-part): New
+       functions.
+
+2005-08-29  Romain Francoise  <romain@orebokech.com>
+
+       * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
+       docstring.
+       (gnus-face-from-file): Likewise.
+
+2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
+       (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
+       non-nil.
+       (gnus-auto-select-part): New variable.
+       (gnus-article-jump-to-part): New function.
+       (gnus-article-edit-part, gnus-mime-save-part-and-strip)
+       (gnus-mime-delete-part): Allow selecting specified part after
+       deleting or stripping parts.
+       (gnus-article-jump-to-part): Don't use `read-number'.  Use last
+       part if argument is bogus.
+
+2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (w3m-minor-mode-map):
+       * gnus-spec.el (gnus-newsrc-file-version):
+       * gnus-util.el (nnmail-active-file-coding-system)
+       (gnus-original-article-buffer, gnus-user-agent):
+       * gnus.el (gnus-ham-process-destinations)
+       (gnus-parameter-ham-marks-alist)
+       (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
+       (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
+       (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
+       * mm-decode.el (gnus-current-window-configuration):
+       * mm-extern.el (gnus-article-mime-handles):
+       * mm-url.el (url-current-object, url-package-name)
+       (url-package-version):
+       * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
+       (smime-keys, w3m-cid-retrieve-function-alist)
+       (w3m-current-buffer, w3m-display-inline-images)
+       (w3m-minor-mode-map):
+       * mml-smime.el (gnus-extract-address-components):
+       * mml.el (gnus-article-mime-handles, gnus-mouse-2)
+       (gnus-newsrc-hashtb, message-default-charset)
+       (message-deletable-headers, message-options)
+       (message-posting-charset, message-required-mail-headers)
+       (message-required-news-headers):
+       * mml1991.el (mc-pgp-always-sign):
+       * mml2015.el (mc-pgp-always-sign):
+       * nnheader.el (nnmail-extra-headers):
+       * rfc1843.el (gnus-decode-encoded-word-function)
+       (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)
+
+       * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
+       the end of the date treatments.
+
+2005-08-15  Simon Josefsson  <jas@extundo.com>
+
+       * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
+       it in url-handlers.el and XEmacs in url.el.  Reported by Luca
+       Capello and Romain Francoise.
+       (pgg-fetch-key-function): Removed, not used?
+       (pgg-insert-url-with-w3): Require url, to get
+       url-insert-file-contents regardless of where it is defined.
+
+2005-08-13  Romain Francoise  <romain@orebokech.com>
+
+       * message.el (message-cite-original-1): New function.
+       (message-cite-original): Use it.
+       (message-cite-original-without-signature): Ditto.
+
 2005-08-08  Romain Francoise  <romain@orebokech.com>
 
        * message.el (message-yank-empty-prefix): New variable.
 
        * message.el (message-user-fqdn): Fix typo in docstring.
 
-2005-08-05  Daiki Ueno <ueno@unixuser.org>
+2005-08-05  Daiki Ueno  <ueno@unixuser.org>
 
        * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
 
        gnus-score-edit-exit-function to gnus-score-edit-done and call
        gnus-message.
 
+2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-msg.el (gnus-button-mailto): Remove
+       save-selected-window-window hackery because it relies on
+       save-selected-window internals.
+
 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of