Merge from emacs--rel--22
[bpt/emacs.git] / lisp / gnus / ChangeLog
index 4b19735..ff4e7ab 100644 (file)
@@ -1,3 +1,370 @@
+2008-07-16  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (ns-focus-frame): Declare for compiler.
+
+2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
+       set as a group parameter.
+       (gnus-summary-save-in-pipe): Work when it is called independently.
+       (gnus-summary-pipe-to-muttprint): Don't modify
+       gnus-summary-pipe-output-default-command.
+
+2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * message.el (message-send-mail-with-sendmail):
+       Display the error message.
+
+2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-default-article-saver):
+       Add gnus-summary-save-in-pipe to choices.
+       (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
+       gnus-summary-pipe-output-default-command as the default command.
+       (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
+       instead of gnus-last-shell-command.
+
+       * gnus-sum.el (gnus-summary-pipe-output-default-command): New user
+       option.
+       (gnus-summary-muttprint-program): Mention the value will be changed.
+       (gnus-summary-save-article): Force showing of all headers.
+       (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
+
+2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
+
+       * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
+
+2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * nnimap.el (nnimap-id):
+       * sieve-manage.el (sieve-manage-open): Doc fixes.
+
+2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
+
+       * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
+       if available.
+
+2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
+
+       * nnkiboze.el (nnkiboze-generate-group):
+       Use explicit mm-disable-multibyte rather than mm-with-unibyte.
+
+       * nnmairix.el: Require CL.
+
+2008-06-15  David Engster  <dengste@eml.cc>
+
+       * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
+
+2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
+       New macros that expand to an `aset'/`aref' call under Emacs, and to a
+       runtime choice under XEmacs.
+
+       * gnus-sum.el (gnus-summary-set-display-table):
+       Use `gnus-put-display-table', `gnus-get-display-table',
+       `gnus-set-display-table' for the display table, instead of `aset'.
+
+2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnmairix.el: Add autoloads.
+
+2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnmairix.el (nnmairix-delete-recreate-group)
+       (nnmairix-update-and-clear-marks): Fix error messages.
+
+2008-06-14  David Engster  <dengste@eml.cc>
+
+       * nnmairix.el: Upgrade to version 0.6.
+       (nnmairix-group-toggle-propmarks-this-group)
+       (nnmairix-group-toggle-readmarks-this-group)
+       (nnmairix-group-delete-recreate-this-group)
+       (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
+       (nnmairix-remove-tick-mark-original-article): New commands.
+       (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
+       (nnmairix-propagate-marks-to-nnmairix-groups)
+       (nnmairix-only-use-registry, nnmairix-allowfast-default)
+       (nnmairix-marks-cache, nnmairix-version-output): New variables.
+       (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
+       functions needed for marks propagation and manipulation of read marks.
+       (nnmairix-update-groups): New function.
+       (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
+       (nnmairix-determine-original-group-from-registry)
+       (nnmairix-determine-original-group-from-path)
+       (nnmairix-get-group-from-file-path, nnmairix-map-range)
+       (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): New
+       helper functions.
+       (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Inserted new
+       keystrokes for new commands.
+       (nnmairix-delete-and-create-on-change): Doc string cleanup.
+       (nnmairix-request-group): Check allow-fast group parameter.
+       (nnmairix-request-create-group): Set allow-fast group parameter if
+       nnmairix-allowfast-default is set.
+       (nnmairix-close-group): Propagate marks upon closing if needed.
+       (nnmairix-group-toggle-threads-this-group): Use new.
+       nnmairix-group-toggle-parameter helper function.
+       (nnmairix-search): Better check for empty search result.
+       (nnmairix-goto-original-article): Use new helper functions for
+       determining original article.
+       (nnmairix-show-original-article): Make sure message-id is in brackets.
+       (nnmairix-call-mairix-binary): Change variable name.
+       (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
+       helper function.
+       (nnmairix-widget-toggle-activate): Fix doc string.
+
+2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnir.el: Require edmacro when compiling with XEmacs.
+       (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
+       available in Emacs 21.
+
+2008-06-11  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (x-focus-frame):
+       * gnus.el (image-size):
+       * mm-decode.el (image-size): Declare.
+
+       * gnus-picon.el (declare-function): Add compat definition.
+       (image-size): Declare.
+
+       * gnus-group.el (tool-bar-map):
+       * gnus-sum.el (tool-bar-map): Define for compiler.
+
+       * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
+
+       * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
+
+       * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
+       * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
+       * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
+       * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
+       * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
+       * sieve-manage.el, spam-report.el, spam.el:
+       Remove unnecessary eval-and-compile of autoloads.
+
+2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
+
+       * auth-source.el: Precise Tramp doc.
+
+2008-06-07  Glenn Morris  <rgm@gnu.org>
+
+       * nnmairix.el: Remove unnecessary eval-when-compile.
+
+2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
+
+       * nnir.el: New file.
+
+2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-util.el (gnus-read-shell-command): New function.
+       * mm-decode.el (mm-pipe-part):
+       * gnus-art.el (gnus-summary-save-in-pipe): Use it.
+
+2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-disassociate-draft): Revert 2008-03-18 change.
+
+2008-06-03  Glenn Morris  <rgm@gnu.org>
+
+       * pop3.el (nnheader-accept-process-output): Autoload it.
+
+2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
+       are not 2-digit hexadecimal characters that follow `%'s.
+
+2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-bogus-recipient-p): Fix type in doc string.
+       Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
+       (message-bogus-addresses): Rename from message-bogus-address-regexp.
+       Improve custom options.
+       (message-bogus-recipient-p): Adjust accordingly.
+
+2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnmairix.el: Require edmacro when compiling with XEmacs.
+
+2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
+       (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
+
+2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el: Add more docs.
+
+2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * nnheader.el (nnheader-read-timeout): Change the default timeout from
+       0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
+       retrieval faster in some cases, but might make CPU usage larger.  If
+       this has any bad side effects, we might revert this change.
+
+       * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
+       seems to make mail retrieval much, much faster.
+       (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
+       unconditionally.
+
+       * gnus-draft.el (gnus-group-send-queue): Bind
+       message-send-mail-partially-limit to nil to avoid being prompted.
+
+2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * mml.el (mml-attach-buffer): Prompt for `disposition'.
+
+       * message.el (message-bogus-address-regexp): Fix and improve custom
+       type.
+       (message-setup-hook): Add message-check-recipients as custom option.
+
+2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-cite-function): Remove bogus autoload which crept
+       in during merge from v5-10.
+
+2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnimap.el (nnimap-open-connection): Fix login/password bug.
+
+       * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
+
+       * auth-source.el: Preliminary Tramp docs.
+       (auth-sources): Change the default auth-sources to use
+       EPA .gpg files.
+
+2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nntp.el: Autoload `auth-source-user-or-password'.
+       (nntp-send-authinfo): Use it.
+
+       * nnimap.el: Autoload `auth-source-user-or-password'.
+       (nnimap-open-connection): Use it.
+
+       * auth-source.el: Added docs on using with url-auth.  Import gnus-util
+       for the gnus-message function.
+       (auth-source-user-or-password): Use it.
+
+2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
+       rfc2104-hexstring-to-byte-list.  Return a unibyte string.
+       (rfc2104-hash): Use it.
+
+2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-article-toggle-truncate-lines):
+       Don't use `iff' in docstring.
+
+2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el: Adjusted copyright dates and added a keyword.
+
+       * gnus-util.el (gnus-extract-address-component-name)
+       (gnus-extract-address-component-email): Convenience functions around
+       `gnus-extract-address-components'.
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent):
+       Use `gnus-extract-address-component-email' to fix bug of comparing full
+       sender name to `user-mail-address'.
+
+2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
+       catch/throw to optimize.
+       (gnus-registry-find-keywords): Just use member to find a keyword.
+
+2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
+       is current before calling gnus-server-prepare.
+       (gnus-server-setup-buffer, gnus-server-update-server)
+       (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
+
+2008-05-04  Juri Linkov  <juri@jurta.org>
+
+       * mailcap.el (mailcap-replace-in-string): New compatibility alias.
+       (mailcap-file-default-commands): Use mailcap-replace-in-string
+       instead of replace-regexp-in-string, and mailcap-delete-duplicates
+       instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
+
+2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
+
+       * gnus-sum.el (gnus-propagate-marks): Fix custom version.
+
+2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
+       hooks.
+       (gnus-update-read-articles): Speed up non-marks-using users.
+       (gnus-use-marks): Define gnus-use-marks.
+       (gnus-propagate-marks): Rename variable to something more sensible.
+
+2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
+       (gmm-image-load-path-for-library): Fix typos in docstrings.
+       (gmm-message): Reflow docstring.
+
+2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * mail-source.el (mail-source-set-1, mail-source-bind):
+       Move auth-source code out of the macro to clean it up and fix bugs.
+
+2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
+       by sender if it's equal to user-mail-address, it's likely to be
+       useless.
+
+       * mail-source.el (mail-source-bind): Don't use user or password if they
+       are not bound.  Unintern them if they are nil.  Don't use server unless
+       it's bound, and default it to empty string otherwise.
+
+2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * mail-source.el: Load auth-source.el.
+       (mail-source-bind): Add comments.  Call auth-source-user-or-password to
+       get user name or password, if auth-sources is set up.
+
+       * gnus-registry.el (gnus-registry-split-strategy): New variable for
+       strategy of splitting with parent.
+       (gnus-registry-split-fancy-with-parent)
+       (gnus-registry-post-process-groups): Use it and fix prior
+       bug (returning a list as the split result).
+
+       * auth-source.el (auth-sources): Remove server parameter.
+       (auth-source-pick, auth-source-user-or-password)
+       (auth-source-user-or-password-imap)
+       (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
+       (auth-source-user-or-password-sftp)
+       (auth-source-user-or-password-smtp): Remove server parameter.
+
+2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
+
+       * smime.el (smime-sign-region, smime-encrypt-region)
+       (smime-decrypt-region):
+       Remove redundant calls to `generate-new-buffer-name'.
+
+2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
+
+       * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
+       Don't use QP for message/rfc822.
+       (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
+
+2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * sieve-manage.el (sieve-string-bytes): Remove.
+       (sieve-manage-putscript): Use length instead: `string-bytes' gives the
+       correct byte-length only if the process's coding-system is the same as
+       the one used internally by Emacs to represent strings.
+
+2008-04-22  Juri Linkov  <juri@jurta.org>
+
+       * mailcap.el (mailcap-file-default-commands): New function.
+
 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * message.el (message-signature-separator, message-cite-function):
 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el: Added docs.
-       (auth-sources): Modified format to support server.
+       (auth-sources): Modify format to support server.
        (auth-source-pick, auth-source-user-or-password)
        (auth-source-user-or-password-imap)
        (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
        (nnmairix-last-server, nnmairix-current-server): Defvar them.
        (nnmairix-goto-original-article): Defvar gnus-registry-install and
        autoload gnus-registry-fetch-group when compiling.
-       (nnmairix-request-group-with-article-number-correction): remove
+       (nnmairix-request-group-with-article-number-correction): Remove
        unreferenced argument passed to nnmairix-call-backend.
 
 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
 
 2008-02-01  Kenichi Handa  <handa@m17n.org>
 
-       * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
+       * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
        rfc2104-hexstring-to-bitstring and changed to return a byte list.
        (rfc2104-hash): Convert the result of concat to unibyte string.
 
        (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
 
        * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
-       (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Deleted.
+       (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
        (mm-find-mime-charset-region): Remove hack-charsets stuff.
 
 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
 
 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
 
-       * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups,
-       nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
+       * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
+       (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
        group names with backslashes.  Reported by Tassilo Horn
        <tassilo@member.fsf.org>.
 
        * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
        (gnus-treat-body-boundary): Don't test window-system.
 
-2007-10-28  Leo <sdl.web@gmail.com>  (tiny change)
+2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
 
        * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
 
 
        * gmm-utils.el (gmm): Add :version.
 
-2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * Makefile.in (clean): New rule.
-       (distclean): Use it.
-
 2006-01-26  Steve Youngs  <steve@sxemacs.org>
 
        * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
 
        * message.el (message-make-expires-date): New function.
 
-2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
-
-       * Makefile.in (list-installed-shadows): New entry.
-       (install): Use it.
-       (remove-installed-shadows): New entry.
-
 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * time-date.el: Autoload parse-time-string, XEmacs needs it.
 
 2005-07-18  Romain Francoise  <romain@orebokech.com>
 
-       * gnus-sum.el (gnus-summary-to-prefix,
-       gnus-summary-newsgroup-prefix): New variables.
+       * gnus-sum.el (gnus-summary-to-prefix)
+       (gnus-summary-newsgroup-prefix): New variables.
        (gnus-summary-from-or-to-or-newsgroups): Use them.
 
 2005-07-17  Romain Francoise  <romain@orebokech.com>
        * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
        comparison on string.
 
-       * gnus-agent.el (gnus-agent-long-article,
-       gnus-agent-short-article, gnus-agent-score): Renamed category
-       keywords to match gnus-cus.
+       * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
+       (gnus-agent-score): Renamed category keywords to match gnus-cus.
        (gnus-agent-summary-fetch-series): Modified to protect against
        gnus-agent-summary-fetch-group clearing processable flags.
        (gnus-agent-synchronize-group-flags): Update live group buffer as
        * flow-fill.el (fill-flowed-display-column)
        (fill-flowed-encode-column): Ditto.
 
-2004-09-06  Stefan  <monnier@iro.umontreal.ca>
+2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * message.el (message-tokenize-header, message-send-mail-with-qmail):
        Use point-min rather than 1.
        * 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.
+       (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.
 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
+       sha1-el.  (Can we get rid of this require altogether?  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.)
        * nnheader.el (nnheader-generate-fake-message-id): Accept a
        number and build a fake message ID localized to a group and
        article number (so it's repeatable from that point on).
-       (nnheader-fake-message-id-p): Change regex to accomodate new fake
+       (nnheader-fake-message-id-p): Change regex to accommodate new fake
        ID format.
 
        * gnus-sum.el (gnus-get-newsgroup-headers): Call
        Add spam-use-resend.
        (spam-group-spam-processor-report-resend-p): Add utility wrapper.
        (spam-report-articles-gmane): Add doc fix.
-       (spam-report-articles-resend,
-       spam-report-resend-register-routine): Add wrappers around
-       spam-report-resend-to.
+       (spam-report-articles-resend, spam-report-resend-register-routine):
+       Add wrappers around spam-report-resend-to.
 
        * spam-report.el (spam-report-resend-to, spam-report-resend):
        Add support for resending spam.
        * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
        false positives.
 
-2004-05-16  Kim Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
+2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
 
        * imap.el (imap-sasl-make-mechanisms): Use sasl.
 
 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nneething.el (nneething-file-name): Don't create spurions
+       * nneething.el (nneething-file-name): Don't create spurious
        files.
 
        * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
        (gnus-insert-mime-button): Revert 2004-03-19 change.
        (gnus-mime-accumulate-hierarchy): Remove.
        (gnus-mime-enter-multipart): Remove.
-       (gnus-mime-leave-multipart): Remove,
+       (gnus-mime-leave-multipart): Remove.
        (gnus-mime-display-part): Revert 2004-03-19 change.
        (gnus-mime-display-alternative): Revert 2004-03-19 change.
 
 
 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):
+       * 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.
 
 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
 
-       * gnus-agent.el (gnus-agent-queue-mail,
-       gnus-agent-prompt-send-queue): New variables.
+       * 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
        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-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-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-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
        (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  Hubert Chan <hubert@uhoreg.ca>:
+2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
 
        * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
        (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
 
 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
 
-       * message.el (message-expand-name): Use EUDC if the user uses
-       that.
+       * message.el (message-expand-name): Use EUDC if the user uses that.
 
 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
 
 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus-art.el (gnus-treat-ansi-sequences,
-       article-treat-ansi-sequences): New variable and function.
+       (article-treat-ansi-sequences): New variable and function.
        Suggested by Dan Jacobson <jidanni@jidanni.org>.
 
        * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
 
        * imap.el (imap-point-at-eol): Replace with point-at-eol.
 
-       * flow-fill.el (fill-flowed-point-at-bol,
-       fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
+       * flow-fill.el (fill-flowed-point-at-bol)
+       (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
 
        * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
        Replace with point-at-{eol,bol} throughout all files.
@@ -12475,10 +12827,10 @@ See ChangeLog.2 for earlier changes.
 
   This file is part of GNU Emacs.
 
-  GNU Emacs is free software; you can redistribute it and/or modify
+  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 3, or (at your option)
-  any later version.
+  the Free Software Foundation, either version 3 of the License, 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
@@ -12486,9 +12838,7 @@ See ChangeLog.2 for earlier changes.
   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.
+  along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
 
 ;; Local Variables:
 ;; coding: utf-8