Update.
[gnus] / lisp / ChangeLog
index d6dda57..1750a16 100644 (file)
@@ -1,5 +1,640 @@
+2006-09-05  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
+       * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
+
+2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-decode-encoded-words): Make it fast.
+
+2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
+
+       * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
+       in quoted string into `\'.
+
+2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
+       Use standard-syntax-table.
+
+2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-decode-address-function): New variable.
+       (article-decode-encoded-words): Use it to decode headers which are
+       assumed to contain addresses.
+       (gnus-mime-delete-part): Remove useless `or'.
+
+       * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
+       (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
+       (gnus-nov-parse-line): Use it to decode From header.
+       (gnus-get-newsgroup-headers): Ditto.
+       (gnus-summary-enter-digest-group): Use it to decode `to-address'.
+
+       * mail-parse.el (mail-decode-encoded-address-region): New alias.
+       (mail-decode-encoded-address-string): New alias.
+
+       * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
+       New function.
+       (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
+       (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
+       (rfc2047-decode-region): Use it; add optional argument `address-mime'.
+       (rfc2047-decode-string): Ditto.
+       (rfc2047-decode-address-region): New function.
+       (rfc2047-decode-address-string): New function.
+
+2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-caesar-buffer-body): Allow rotating headers.
+
+       * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
+
+       * message.el (message-insert-formated-citation-line): Fix %f.
+       Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
+
+2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
+       (gnus-bookmark-mouse-available-p): New macro.
+       (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
+       (gnus-bookmark-bmenu-show-infos): Use it.
+       (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
+       (gnus-bookmark-bmenu-hide-infos): Ditto.
+       (gnus-bookmark-remove-properties): New function.
+       (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
+       (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
+       (gnus-bookmark-write-file): Bind coding-system-for-write.
+       (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
+       (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
+       group before selecting it.
+       (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
+       (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
+       quit-window if it is not available; use gnus-mouse-2 and bind it to
+       gnus-bookmark-bmenu-select-by-mouse.
+       (gnus-bookmark-show-details): Remove unused variable `details-list'.
+       (gnus-bookmark-bmenu-select-by-mouse): New function.
+
+2006-08-13  Romain Francoise  <romain@orebokech.com>
+
+       * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
+       space.
+
+2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Use binary rather than raw-text-unix.
+
+2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface): Make sure the eol conversion doesn't take
+       place when communicating with the external programs.  Reported by
+       ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
+
+2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnheader.el (nnheader-insert-head): Fix typo in comment.
+
+2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
+       Make it more robust by parsing author and date independently.
+
+2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
+
+2006-07-28  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
+       first matching secret key.
+       (mml2015-epg-encrypt): Ditto.
+
+       * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
+       first matching secret key.
+       (mml1991-epg-encrypt): Ditto.
+
+       * mml2015.el (mml2015-encrypt-to-self): New user option.
+       (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
+       mml2015-epg-encrypt-to-self is set.
+
+       * mml1991.el (mml1991-encrypt-to-self): New variable.
+       (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
+       mml1991-epg-encrypt-to-self is set.
+
+       * mml2015.el (mml2015-signers): New user option.
+       (mml2015-epg-sign): Reflect the value of mml2015-signers.
+       (mml2015-epg-encrypt): Allow to select signing keys.
+
+       * mml1991.el (mml1991-signers): New variable.
+       (mml1991-epg-sign): Reflect the value of mml1991-signers.
+       (mml1991-epg-encrypt): Allow to select signing keys.
+
+2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnheader.el (nnheader-insert-head): Make it work even if the file
+       uses CRLF for the line-break code.
+
+2006-07-25  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el: Require mml-sec instead of password.
+       (mml2015-verbose): Inherit the default value from mml-secure-verbose.
+       (mml2015-cache-passphrase): Inherit the default value from
+       mml-secure-cache-passphrase.
+       (mml2015-passphrase-cache-expiry): Inherit the default value from
+       mml-secure-passphrase-cache-expiry.
+
+       * mml1991.el: Require mml-sec instead of password.
+       (mml1991-verbose): Inherit the default value from mml-secure-verbose.
+       (mml1991-cache-passphrase): Inherit the default value from
+       mml-secure-cache-passphrase.
+       (mml1991-passphrase-cache-expiry): Inherit the default value from
+       mml-secure-passphrase-cache-expiry.
+
+       * mml-sec.el: Require password.
+       (mml-secure-verbose): New user option.
+       (mml-secure-cache-passphrase): New user option.
+       (mml-secure-passphrase-cache-expiry): New user option.
+
+2006-07-24  Daiki Ueno  <ueno@unixuser.org>
+
+       * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
+       letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
+       andreas@altroot.de (Andreas V\e,Av\e(Bgele)
+
+2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
+       workaround for the url package included with Emacs.
+
+       * nnweb.el (nnweb-google-create-mapping): Update regexp.
+
+2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
+       correctly.  This fixes a bug caused by the 2006-05-12 change.
+
+2006-07-18  Karl Fogel  <kfogel@red-bean.com>
+
+       * nnmail.el (nnmail-article-group): If splitting raises an error, give
+       some information about the error when saying that the `bogus' mail
+       group will be used.
+
+2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
+       string.
+
+2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
+
+       * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
+
+2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
+
+2006-07-10  Daiki Ueno <ueno@unixuser.org>
+
+       * mml1991.el (mml1991-function-alist): Add epg.
+       (mml1991-epg-passphrase-callback, mml1991-epg-sign)
+       (mml1991-epg-encrypt): New functions.
+
+2006-07-10  Daiki Ueno <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-verbose): New variable.
+       (mml2015-cache-passphrase): Ditto.
+       (mml2015-passphrase-cache-expiry): Ditto.
+       (mml2015-function-alist): Add epg.
+       (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
+       (mml2015-epg-clear-decrypt, mml2015-epg-verify)
+       (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
+       functions.
+
+2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * message.el (message-cite-original-1): Preserve region when removing
+       quoted text due to X-No-Archive in order to avoid bogus attribution
+       when citing multiple messages.
+
+2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
+       Kenneth Jacker <khj@be.cs.appstate.edu>.
+
+2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-diary.el (gnus-user-format-function-d)
+       (gnus-user-format-function-D): Autoload.
+
+       * imap.el (Commentary): Fix typo.
+
+       * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
+       2006-04-22 contribution.
+
+2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
+       It didn't really fix the bogosity I'm seeing with solid web groups.
+
+2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
+       Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
+       created using server names.  If we use the feature without declaring
+       it, Gnus does not properly manage server and group state.
+
+       * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
+       bound.
+
+2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
+       looking up the method using GROUP's prefix before inventing a new one.
+       It is used on killed/unknown groups in various places where returning
+       an all-new method isn't expected by the caller.
+
+       * gnus-util.el (gnus-group-server): Fix for empty virtual server names
+       and match semantics of gnus-group-real-prefix.
+
+2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnmail.el (nnmail-broken-references-mailers): New variable.
+       (nnmail-ignore-broken-references): New function generalizing
+       nnmail-fix-eudora-headers.
+       (nnmail-fix-eudora-headers): Now obsolete.
+
+       * gnus-art.el (gnus-button-handle-custom): Support
+       `customize-apropos*'.
+
+2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
+
+       * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
+       articles.
+
+2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-cite-reply-above): New variable.
+       (message-yank-original): Use it.
+
+2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
+
+2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
+       as read.
+
+       * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
+
+2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
+       (gnus-bookmark-default-file): Use gnus-directory.
+       (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
+       Remove "*" in doc string.
+       (gnus-bookmark-write-file): Simplify.
+       (gnus-bookmark-maybe-sort-alist): Use `when'.
+       (gnus-bookmark-get-bookmark): Fix typo in doc string.
+       (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
+       FIXME about Emacs 21 and XEmacs compatibility.
+       (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
+       compatibility.
+       (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
+       compatibility.
+       (gnus-bookmark-menu-heading): Fix version.
+
+2006-06-19  Bastien Guerry  <bzg@altern.org>
+
+       * gnus-bookmark.el: New file.
+
+2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-syntax-checks): Doc fix.
+
+2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
+       unsubscribed groups as if they were killed ones.  It causes duplicate
+       entries in gnus-newsrc-alist.
+
+2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-syntax-checks): Doc fix.
+       (message-send-mail): Add check for continuation headers.
+       (message-check-news-header-syntax): Fix regexp used to check for
+       continuation headers.
+
+2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
+
+2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
+
+2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-truncate-lines): Default to the value of
+       default-truncate-lines.
+
+2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
+       to fill the utf-8 entry.
+
+       * lpath.el: Fbind unicode-precedence-list.
+
+2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
+
+2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * gnus-agent.el (directory-files-and-attributes): Move all the way
+       forward (the third and final move).
+       (gnus-agent-read-agentview): Trap reconstruction errors due to
+       nonexistant directory.  Handle by returning nil.
+
+2006-05-30  Didier Verna  <didier@xemacs.org>
+
+       * message.el (message-dont-reply-to-names): Update the custom type.
+       * message.el (message-dont-reply-to-names): New defsubst: potentially
+       convert a list of regexps into a single one.
+       * message.el (message-get-reply-headers): Use it.
+       * nnmail.el (nnmail-fancy-expiry-target): Ditto.
+
+2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-agent.el (directory-files-and-attributes): Move forward.
+
+2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-ml.el (gnus-mailing-list-subscribe)
+       (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
+       (gnus-mailing-list-message): Fix doc strings.
+
+2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
+       of doing it manually.
+
+2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
+       comment.
+
+2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
+
+       * gnus-agent.el (Added gnus-agent-flush*) to purge agent info.
+       (gnus-agent-read-agentview): Fixed handling of end-of-file error.
+       (gnus-agent-read-local): All symbols allocated in my-obarray
+       (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
+       (gnus-agent-regenerate-group): Check numeric names to see if they are
+       messages or groups.
+       (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
+       better way of do this...)
+
+       * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
+       'dummy.group' (there should be a better way of do this...)
+
+2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
+       (gnus-saved-headers): Ditto.
+       (gnus-default-article-saver): Mention functions may have properties.
+       (gnus-article-save): Override gnus-save-all-headers and
+       gnus-saved-headers by :headers property which saver function may have.
+       (gnus-summary-save-in-file): Add :headers property.
+       (gnus-summary-write-to-file): Ditto.
+
+       * gnus-sum.el (gnus-summary-save-article): Bind
+       gnus-prompt-before-saving to t when saving many articles in a file;
+       always show all headers.
+
+       * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
+
+2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
+       marks.
+
+       * message.el (message-indent-citation): Add optional arguments to allow
+       using it outside of message buffers.
+
+       * gnus-art.el (gnus-article-unfold-long-headers): New variable.
+       (gnus-article-treat-unfold-headers): Use it.
+       (gnus-article-truncate-lines): New variable.
+       (gnus-article-mode): Use it.
+       (gnus-article-toggle-truncate-lines): New function.
+
+       * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
+       gnus-article-toggle-truncate-lines.
+
+       * uudecode.el (uudecode-decode-region-external): nil isn't a valid
+       coding system in XEmacs, use binary.
+
+2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
+       after-load-alist.
+
+       * gnus-art.el (gnus-summary-save-in-file): Use property to specify
+       this function should save decoded articles.
+       (gnus-summary-write-to-file): Use property to specify this function
+       should save decoded articles and specify gnus-summary-save-in-file
+       should be used to save articles other than the first one when saving
+       many articles.
+       (gnus-summary-save-body-in-file): Use property to specify this
+       function should save decoded articles.
+       (gnus-summary-write-body-to-file): Use property to specify this
+       function should save decoded articles and specify
+       gnus-summary-save-body-in-file should be used to save articles other
+       than the first one when saving many articles.
+
+       * gnus-sum.el (gnus-summary-save-article): Simplify.
+
+2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver): Add
+       gnus-summary-write-body-to-file.
+       (gnus-article-save-coding-system): Don't use coding system object
+       in XEmacs.
+       (gnus-read-save-file-name): Add optional `dir-var' argument which
+       specifies directory in which files are saved; work even if optional
+       `variable' argument is not specified.
+       (gnus-summary-write-to-file): Read file name.
+       (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
+       (gnus-summary-write-body-to-file): New function.
+
+       * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
+       (gnus-summary-local-variables): Add it.
+       (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
+       (gnus-summary-save-article): Remove optional `decode' argument;
+       determine whether to decode articles by the value of
+       gnus-default-article-saver; when saving many files using
+       gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
+       it first and use gnus-summary-save-in-file or
+       gnus-summary-save-body-in-file thereafter unless
+       gnus-prompt-before-saving is always; move point to article which
+       will be saved.
+       (gnus-summary-save-article-file): Revert.
+       (gnus-summary-write-article-file): Revert.
+       (gnus-summary-save-article-body-file): Revert.
+       (gnus-summary-write-article-body-file): New function.
+
+2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver): Doc fix.
+       (gnus-article-save-coding-system): Move from gnus-sum.el, rename
+       from gnus-summary-save-article-coding-system, and default to a
+       certain coding system.
+       (gnus-output-to-file): Add coding cookie and encode text according
+       to gnus-article-save-coding-system; don't use mm-append-to-file.
+
+       * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
+       gnus-art.el and rename to gnus-article-save-coding-system.
+       (gnus-summary-save-article): Require gnus-art; don't show all
+       headers if it decodes articles; don't add coding cookie here;
+       don't bind mm-text-coding-system-for-write.
+       (gnus-summary-save-article-file): Save decoded articles.
+       (gnus-summary-write-article-file): When saving many files, use
+       gnus-summary-write-to-file first and gnus-summary-save-in-file
+       thereafter unless gnus-prompt-before-saving is always.
+       (gnus-summary-save-article-body-file): Save decoded articles.
+
+       * lpath.el: Fbind select-safe-coding-system for XEmacs.
+
+2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnrss.el (nnrss-check-group): Bind hash-index.
+
+2006-05-23  Michael Cadilhac  <michael.cadilhac@lrde.org>
+
+       * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
+       its hash index.  Store this hash in `nnrss-group-data'.
+       (nnrss-read-group-data): Update accordingly.
+
+2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
+       entry.
+
+       * gnus-sum.el (gnus-summary-make-menu-bar): Add
+       gnus-article-browse-html-article.
+
+2006-05-23  Hynek Schlawack  <hynek@ularx.de>
+
+       * gnus-sum.el (gnus-summary-mime-map): Add
+       gnus-article-browse-html-article.
+
+       * gnus-art.el (gnus-article-browse-html-article): Remove comment.
+
+2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
+       suitable coding systems in customize.
+
+2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mail-source.el (mail-sources): Fix custom type.
+
+2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
+       (gnus-summary-expire-articles-now): Shorten prompt.
+
+       * gmm-utils.el (wid-edit): Require.
+       (defun-gmm): Renamed from `gmm-defun-compat'.
+       (gmm-image-search-load-path): Use it.
+       (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
+
+2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-save-article-coding-system): New
+       variable.
+       (gnus-summary-save-article): Add optional `decode' argument.  If
+       it is set and gnus-summary-save-article-coding-system is non-nil,
+       save decoded article.
+       (gnus-summary-write-article-file): Save decoded article if
+       gnus-summary-save-article-coding-system is non-nil.
+
+       * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
+       type.
+
+2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (easy-menu-define): Use :active instead of :enable.
+
+2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
+       first to test gnus-single-article-buffer which may be buffer-local.
+
+       * gnus-sum.el (gnus-summary-setup-buffer): Make
+       gnus-single-article-buffer buffer-local and nil in ephemeral
+       group; make gnus-article-buffer, gnus-article-current, and
+       gnus-original-article-buffer always buffer-local.
+       (gnus-summary-exit): Kill article buffer belonging to ephemeral
+       group.
+       (gnus-handle-ephemeral-exit): Don't move to next summary line.
+
+2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnml.el (nnml-request-compact-group): Compressed files might not
+       have .gz extension.
+
+2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
+       (mm-copy-to-buffer): Use with-current-buffer.
+       (mm-display-part): Simplify.
+       (mm-inlinable-p): Add optional arg `type'.
+
+2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
+       (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
+       Try harder to show the attachment internally or externally using
+       gnus-mime-view-part-as-type.
+
+2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-from-style, message-signature-separator)
+       (message-user-organization-file, message-send-mail-function)
+       (message-citation-line-function, message-yank-prefix)
+       (message-indent-citation-function, message-signature)
+       (message-signature-file, message-signature-insert-empty-line):
+       Remove autoloads.
+
+       * gnus-art.el (gnus-buttonized-mime-types): Remove
+       "multipart/signed".  Revert 2006-04-26 change.
+
+2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-version-number): Bump version.
+
+2006-05-01 Lars Magne Ingebrigtsen <lars@ingebrigtsen.no>
+
+       * gnus.el: No Gnus v0.5 is released.
+
+2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
+
+       * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
+       fetching articles by message-id.
+
 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * message.el (hashcash): Require hashcash as normal.
+
+       * ecomplete.el (ecomplete-highlight-match-line): Use
+       point-at-eol.
+       (ecomplete-highlight-match-line): Use `highlight', because that
+       face exists in both Emacs and XEmacs.
+
+       * message.el (message-display-abbrev): Use point-at-bol.
+
        * mail-source.el: Don't require timer/timer-funcs.
 
        * gnus-async.el: Ditto.
 
        * mm-util.el: Require timer/timer-funcs.
 
-2006-04-23  Andreas Seltenreich  <andreas+ding@gate450.dyndns.org>  (tiny change)
+2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
        Close.
        * mm-decode.el (mm-automatic-display): Don't make application/pgp
        element match to application/pgp-*.
 
-2006-04-23  Andreas Seltenreich  <andreas+ding@gate450.dyndns.org>  (tiny change)
+2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
        * nnweb.el (nnweb-google-wash-article): Sync up to new Google
        HTML.
 
 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-util.el (gnus-replace-in-string): Prefer
-       replace-regexp-in-string over of replace-in-string.
+       * gnus-util.el (gnus-replace-in-string):
+       Prefer replace-regexp-in-string over of replace-in-string.
 
 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * gnus-util.el (gnus-select-frame-set-input-focus): Use
-       select-frame-set-input-focus if it is available in XEmacs; use
+       * gnus-util.el (gnus-select-frame-set-input-focus):
+       Use select-frame-set-input-focus if it is available in XEmacs; use
        definition defined in Emacs 22 for old Emacsen.
 
        * dgnushack.el: Autoload unmorse-region for XEmacs.
 
 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * nnweb.el (nnweb-google-create-mapping): Update regexp.  Some
-       whitespace was matched into the url, which broke browsing hits
+       * nnweb.el (nnweb-google-create-mapping): Update regexp.
+       Some whitespace was matched into the url, which broke browsing hits
        > 100 when mm-url-use-external was nil.
 
 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
 
 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and
-       :set.
+       * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
 
 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
 
 
        * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
 
-       * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
-       comment on version.
+       * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
+       Add comment on version.
 
 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
 
 
 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
-       * gnus-art.el (gnus-article-only-boring-p): Bind
-       inhibit-point-motion-hooks to avoid infinite loop when entering
-       intangible text.  Reported by Ralf Wachinger
-       <rwnewsmampfer@geekmail.de>.
+       * gnus-art.el (gnus-article-only-boring-p):
+       Bind inhibit-point-motion-hooks to avoid infinite loop when entering
+       intangible text.
+       Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
 
 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
 
 2006-03-14  Simon Josefsson  <jas@extundo.com>
 
        * message.el (message-unique-id): Don't use message-number-base36
-       if (user-uid) is a float.  Reported by Bjorn Solberg
-       <bjorn_ding1@hekneby.org>.
+       if (user-uid) is a float.
+       Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
 
 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-decode.el (mm-get-part): Don't use
-       mm-with-unibyte-current-buffer.
+       * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
 
        * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
        characters 160 through 255 in Emacs 23.
 
 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
 
-       * spam-report.el (spam-report-gmane-use-article-number): Improve
-       doc string.
+       * spam-report.el (spam-report-gmane-use-article-number):
+       Improve doc string.
        (spam-report-gmane-internal): Check if a suitable header was found
        in the article.
 
        * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
        there's only one active file for all servers.
        (nnweb-request-scan): Make sure nnweb-articles is initialized on
-       solid groups.  Gnus might have used a FAST request to select the
-       group.
+       solid groups.  Gnus might have used a FAST request to select the group.
        (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
        and nnweb-search redundantly in the active file.
-       (nnweb-request-list): Don't list bogus groups.  There can only be
-       one.
+       (nnweb-request-list): Don't list bogus groups.  There can only be one.
        (nnweb-request-create-group): Don't use ARGS.
        (nnweb-possibly-change-server, nnweb-request-group): Remove some
        initialisations.  Let nnoo do the work.
 
 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
 
-       * mm-uu.el (mm-uu-emacs-sources-extract): Say the part has been
-       decoded.
-       (mm-uu-diff-extract): Ditto.
+       * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
+       Say the part has been decoded.
 
        * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
 
 
 2004-07-06  Dan Christensen  <jdc@uwo.ca>
 
-       * gnus-sum.el (gnus-summary-read-group-1): When summary
-       is unthreaded, respect display group parameter.
-       (gnus-articles-to-read): Remove unused reference to
-       display group parameter.
+       * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
+       respect display group parameter and gnus-summary-expunge-below.
+       (gnus-articles-to-read): Remove unused reference to display group
+       parameter.
 
 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
@@ -8748,6 +9378,7 @@ See ChangeLog.2 for earlier changes.
 
 ;; Local Variables:
 ;; coding: iso-2022-7bit
+;; fill-column: 79
 ;; End:
 
 ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4