Doc fixes
[bpt/emacs.git] / lisp / gnus / ChangeLog
index c755885..00dbf13 100644 (file)
@@ -1,3 +1,420 @@
+2014-05-01  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-registry.el (gnus-registry-install-p): Doc fix.
+
+2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
+       groups work again.
+
+2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
+
+       * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
+       999 correctly (i.e. "1,342").
+
+2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
+       out if the directory doesn't exist.
+
+2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-group.el (gnus-group-make-group): Clarify prompt.
+
+2014-02-22  Daniel Colascione  <dancol@dancol.org>
+
+       * auth-source.el (auth-source-secrets-listify-pattern): New function.
+       (auth-source-secrets-search): Don't pass invalid patterns to secrets.el;
+       instead, build list of patterns.
+
+2014-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el (auth-sources): Add pointer to what the .gpg extension
+       in `auth-sources' means and link to EPA docs.
+
+2014-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnmail.el (nnmail-expand-newtext): Further sub-match fixups
+       (bug#12375).
+
+2014-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-tab): Mention what happens on normal tabs
+       (bug#11297).
+
+2014-02-08  Glenn Morris  <rgm@gnu.org>
+
+       * auth-source.el (auth-sources): Doc fix.  (Bug#16642)
+
+2014-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
+       with an empty string.
+
+2014-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
+       buffer-local in some buffers, so bind it explicitly in the buffer we're
+       trying to cancel the article in (bug#10808).
+
+2014-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-int.el (gnus-request-accept-article): Doc fix.
+
+2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnir.el (nnir-request-update-mark): Don't try to update the source
+       group if we can't find it (bug#16611).
+
+2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnimap.el (nnimap-transform-headers): Fix Davmail header parsing.
+
+2014-01-31  Dave Abrahams  <dave@boostpro.com>
+
+       * gnus-salt.el (gnus-tree-highlight-article): Don't move point around
+       in the summary buffer (bug#13769).
+
+2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-art.el (gnus-article-setup-buffer): Refresh the summary buffer
+       name if we're using a single article buffer.  Otherwise, it may point
+       to a killed buffer (bug#13756).
+
+2014-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * nnmail.el (nnmail-split-it): Instead of redoing the search to restore
+       the match data, just save and restore it explictly (bug#12375).
+
+       * gnus-sum.el (gnus-summary-read-group-1): Initialize the spam code if
+       that's needed.
+
+       * spam.el (spam-initialize): Allow calling repeatedly, but only run the
+       the code once (bug#9069).
+
+2014-01-18  Steinar Bang  <sb@dod.no>
+
+       * gnus-setup.el (gnus-use-sendmail): We never use sendmail for mail
+       reading.
+
+2014-01-09  Ken Olum  <kdo@cosmos.phy.tufts.edu>  (tiny change)
+
+       * message.el (message-bury): Call bury-buffer with no argument
+       in the message-return-action case too.
+
+2014-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-article-stop-animations): Declare it before using.
+       (nnimap-split-fancy, nnimap-split-methods): Declare.
+
+       * mm-util.el (help-function-arglist): Declare.
+
+2013-12-28  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-sieve.el (gnus-sieve-select-method):
+       * gravatar.el (gravatar-automatic-caching, gravatar-cache-ttl)
+       (gravatar-rating, gravatar-size):
+       * message.el (message-minibuffer-local-map):
+       * sieve-manage.el (sieve-manage-authenticators)
+       (sieve-manage-authenticator-alist): Specify custom types.
+
+       * gnus-icalendar.el (gnus-icalendar-org, gnus-icalendar):
+       * gnus-sum.el (gnus-subthread-sort-functions): Add version.
+       * gnus-sync.el (gnus-sync-file-encrypt-to): Add type and version.
+
+       * auth-source.el (auth-sources):
+       * nnmairix.el (nnmairix-propagate-marks-upon-close):
+       Fix custom types.
+
+2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-respool-query): Special-case nnimap so that
+       we get proper traces there, too.
+
+2013-12-26  Sean Connor  <sconnor005@allyinics.org>  (tiny change)
+
+       * gnus-sum.el (gnus-summary-enter-digest-group): Don't discard previous
+       value of the parameters if the current article has a Reply-To or From
+       field.
+
+2013-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.el (gnus-group-buffer): Remove duplicate definition.
+
+2013-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-exit): Stop animations.
+
+2013-12-19  Juri Linkov  <juri@jurta.org>
+
+       * gnus.el (gnus-suppress-keymap):
+       * gnus-art.el (gnus-article-mode-map):
+       * gnus-group.el (gnus-group-mode-map):
+       * gnus-sum.el (gnus-summary-mode-map, gnus-summary-backend-map):
+       Remove [backspace] key binding because it shadows DEL (bug#16035).
+
+       * mm-decode.el (mm-viewer-completion-map): Remove duplicate definition.
+
+2013-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-uu.el (gnus-uu-decode-binhex, gnus-uu-decode-binhex-view):
+       Make sure work directory exists.
+       (gnus-uu-digest-mail-forward): Store temporary files in work directory
+       rather than tmp directory.
+       (gnus-summary-prepare-exit-hook): Replace gnus-exit-group-hook, that is
+       not necessarily always run, with it.
+
+2013-12-18  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar-identities): Make changing the
+       value of gnus-icalendar-additional-identities work without restart.
+
+2013-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-make-temp-file):
+       Alias to make-temp-file for modern Emacsen.
+
+2013-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-setup-message): Fix the type of argument passed to
+       nnir-article-number and nnir-article-group.
+
+2013-12-03  Vitalie Spinu  <spinuvit@gmail.com>
+
+       * message.el (message-send-mail-with-sendmail):
+       Don't kill error buffer if sending fails.
+
+2013-11-28  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar-event-from-ical)
+       (gnus-icalendar-event->org-entry)
+       (gnus-icalendar--update-org-event)
+       (gnus-icalendar-event->gnus-calendar): Distinguish between
+       required/optional/non-participant attendee status.  Fix bug causing
+       the first required event participant to be omitted.
+
+2013-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-de-quoted-unreadable)
+       (article-de-base64-unreadable, gnus-mime-copy-part)
+       * gnus-html.el (gnus-article-html)
+       * mm-view.el (mm-inline-text-html-render-with-w3)
+       (mm-inline-text-html-render-with-w3m-standalone)
+       * rfc2231.el (rfc2231-decode-encoded-string):
+       Allow overriding charset by mm-charset-override-alist.
+
+       * gnus-art.el (gnus-article-browse-html-parts):
+       Replace LWSPs with `&nbsp;'s in header.
+
+       Work for broken Chinese articles.
+
+       * gnus-art.el (gnus-article-browse-html-save-cid-content):
+       Exclude broken handles that gnus-summary-enter-digest-group may create.
+       (gnus-article-browse-html-parts):
+       Allow overriding charset by mm-charset-override-alist.
+
+2013-11-21  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar-additional-identities): New.
+       (gnus-icalendar-identities): Support additional-identities.
+
+       * gnus-icalendar.el (gnus-icalendar-event:org-timestamp):
+       Fix org-timestamp for events ending at midnight.
+
+2013-11-21  Ivan Shmakov  <ivan@siamics.net>  (tiny change)
+
+       * nndoc.el (nndoc-type-alist, nndoc-debbugs-db-type-p):
+       Support debbugs .log files.
+
+2013-11-20  Dave Goldberg  <david.goldberg6@verizon.net>
+
+       * message.el (message-beginning-of-line):
+       Use beginning-of-visual-line when visual-line-mode is turned on.
+
+2013-11-15  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar-event->gnus-calendar)
+       (gnus-icalendar-event-from-ical)
+       (gnus-icalendar-event->org-entry)
+       (gnus-icalendar--update-org-event): Required/optional participation,
+       list of attendees synced to org.
+
+2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar-event:sync-to-org)
+       (gnus-icalendar-event:inline-org-buttons): Allow for appointment
+       cancellations to be synced to org if the original appt has an org
+       outline.
+
+2013-11-13  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar--format-summary-line)
+       (gnus-icalendar-event->org-entry)
+       (gnus-icalendar--update-org-event)
+       (gnus-icalendar-event->gnus-calendar): Fix empty location handling.
+
+2013-11-12  Jan Tatarik  <jan.tatarik@gmail.com>
+
+       * gnus-icalendar.el (gnus-icalendar-event-from-ical):
+       Fix timezone handling in gnus-icalendar export to org.
+
+2013-11-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-cite.el (gnus-cite-add-face): Make non-sticky overlays.
+
+2013-10-30  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-group.el (gnus-group-browse-foreign-server):
+       * gnus-int.el (gnus-start-news-server):
+       Silence compiler obsolescence warning.
+
+2013-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * nnimap.el (nnimap-open-connection-1): `auth-source-search' for the
+       `nnoo-current-server' first, then for the actual `nnimap-address' to
+       allow netrc entries for the nnoo server to coexist with netrc entries
+       for the `nnimap-address'.
+
+2013-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-dissect-buffer): Revert last change.
+       * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
+       The problem that motivated those changes was attributed to a broken
+       mail sender, and has been fixed.
+
+2013-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-decode.el (mm-dissect-buffer): Guess content-type if the first
+       token is missing in the Content-Type header.
+
+       * nndoc.el (nndoc-dissect-mime-parts-sub): Ditto.
+
+2013-09-18  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (image-size): Declare.
+
+2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-icalendar.el (gnus-icalendar-event--find-attendee)
+       (gnus-icalendar-event-from-ical)
+       (gnus-icalendar-event--build-reply-event-body)
+       (gnus-icalendar-event-reply-from-buffer)
+       (gnus-icalendar-find-org-event-file)
+       (gnus-icalendar-event->gnus-calendar, gnus-icalendar-reply)
+       (gnus-icalendar-mm-inline): Use gmm-labels instead of labels or flet.
+
+       * mm-util.el (mm-special-display-p): Isolate XEmacs stuff.
+
+2013-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * gnus-salt.el (gnus-tree-mode): Use define-derived-mode.
+       Use save-current-buffer.
+       (gnus-tree-mode-map): Initialize in the declaration.
+       (gnus-pick-mouse-pick-region): Remove unused var `fun'.
+       (scroll-in-place): Defvar it.
+       (gnus-tmp-*): Defvar them.
+       (gnus-get-tree-buffer): Use derived-mode-p.
+       (gnus--let-eval): New macro.
+       (gnus-tree-highlight-node): Use it to avoid dynamic binding of
+       non-prefixed variables.
+       (gnus-tree-open, gnus-tree-close): Remove unused arg `group'.
+
+       * gnus-sum.el (gnus-summary-highlight): Remove `below' from the list of
+       vars since it doesn't seem to be available.
+       (gnus-set-global-variables, gnus-summary-read-group-1)
+       (gnus-select-newsgroup, gnus-handle-ephemeral-exit)
+       (gnus-summary-display-article, gnus-summary-select-article)
+       (gnus-summary-next-article, gnus-offer-save-summaries)
+       (gnus-summary-generic-mark): Use derived-mode-p.
+       (gnus-summary-read-group-1, gnus-summary-exit)
+       (gnus-summary-exit-no-update, gnus-kill-or-deaden-summary):
+       Adjust calls to gnus-tree-close and gnus-tree-open.
+
+       * gnus-eform.el (gnus-edit-form-mode): Use define-derived-mode.
+
+       * gnus-agent.el (gnus-category-mode): Use define-derived-mode.
+       (gnus-agent-mode): Use derived-mode-p.
+       (gnus-agent-rename-group, gnus-agent-delete-group): Don't bind
+       gnus-command-method and *-command-method to nil, but bind
+       gnus-command-method to *-command-method instead!
+       (gnus-agent-fetch-articles): Remove unused var `id'.
+       (gnus-agent-fetch-headers): Remove unused arg `force'.
+       (gnus-agent-braid-nov): Remove unused arg `group'.  Adjust callers.
+       (gnus-agent-save-alist, gnus-agent-save-local): Remove unused `item'.
+       (gnus-agent-short-article, gnus-agent-long-article)
+       (gnus-agent-low-score, gnus-agent-high-score): Move declaration before
+       first use.
+       (gnus-agent-fetch-group-1): Remove unused vars `arts', `category',
+       `score-param'.
+       (gnus-tmp-name, gnus-tmp-groups): Defvar them.
+       (gnus-get-predicate): Push in front of the cache, rather than end.
+       (gnus-agent-expire-current-dirs, gnus-agent-expire-stats): Defvar them.
+       (gnus-agent-expire-group-1): Use push.  Don't abuse dyn-binding.
+       (gnus-agent-expire-unagentized-dirs): Don't rebind
+       gnus-agent-expire-current-dirs since the defvar silences the warning.
+       (gnus-agent-retrieve-headers): Remove unused var `cached-articles'.
+       (gnus-agent-regenerate-group): Remove unused vars `point' and `dl'.
+       (gnus-agent-regenerate): Simplify interactive spec and doc.
+
+2013-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-int.el (gnus-open-server): Silence compiler.
+
+       * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
+
+       * message.el (message-display-completion-list): Abolish.
+       (message-completion-in-region): Use display-completion-list.
+
+2013-09-17  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-util.el (gnus-message-with-timestamp-1):
+       Use `messages-buffer' function if available.  Ignore read-only.
+
+2013-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-expand-group, message-completion-in-region):
+       Correct the order of start and end of a region.
+
+2013-09-13  Glenn Morris  <rgm@gnu.org>
+
+       * mml2015.el (gnus-create-image): Autoload it.
+
+       * gnus-spec.el (gnus-xmas-format): Fix weird error call.
+
+       * gnus-html.el (declare-function): Add compat stub for ancient Emacs.
+       (image-size): Declare.
+
+2013-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-icalendar.el (gnus-icalendar-event--build-reply-event-body):
+       Avoid using `find', which i) might not be defined at runtime;
+       ii) does not work, since its default test is eql, not equal.
+       (gnus-mime-action-alist): Declare.
+
+2013-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * score-mode.el (gnus-score-mode-map): Move initialization
+       into declaration.
+       (gnus-score-mode): Use define-derived-mode.
+       * gnus-srvr.el (gnus-browse-mode): Use define-derived-mode.
+       * gnus-kill.el (gnus-kill-file-mode-map): Move initialization
+       into declaration.
+       (gnus-kill-file-mode): Use define-derived-mode.
+       (gnus-kill-file-edit-file, gnus-kill-file-enter-kill, gnus-kill):
+       Use derived-mode-p.
+       * gnus-group.el (gnus-group-mode): Use define-derived-mode.
+       (gnus-group-setup-buffer, gnus-group-name-at-point)
+       (gnus-group-make-web-group, gnus-group-enter-directory)
+       (gnus-group-suspend): Use derived-mode-p.
+       * gnus-cus.el (gnus-custom-mode): Use define-derived-mode.
+       * gnus-bookmark.el (gnus-bookmark-bmenu-mode): Use define-derived-mode.
+       * gnus-art.el (gnus-article-mode): Use define-derived-mode.
+       (gnus-article-setup-buffer, gnus-article-prepare)
+       (gnus-article-prepare-display, gnus-sticky-article)
+       (gnus-kill-sticky-article-buffer, gnus-kill-sticky-article-buffers)
+       (gnus-bind-safe-url-regexp, gnus-article-check-buffer)
+       (gnus-article-read-summary-keys): Use derived-mode-p.
+
 2013-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-decode.el (mm-temp-files-delete): Fix file deletion logic.
 2013-07-10  David Engster  <deng@randomsample.de>
 
        * gnus-start.el (gnus-clean-old-newsrc): Always remove 'unexist' marks
-       if `gnus-newsrc-file-version' does not match `gnus-version'.  This
-       fixes a bug in Emacs trunk where the 'unexist' marks were always
+       if `gnus-newsrc-file-version' does not match `gnus-version'.
+       This fixes a bug in Emacs trunk where the 'unexist' marks were always
        removed at startup because "Gnus v5.13" was considered smaller than "Ma
        Gnus v0.03".
 
 2013-07-10  Tassilo Horn  <tsdh@gnu.org>
 
-       * gnus.el (gnus-summary-line-format): Reference
-       `gnus-user-date-format-alist' for the &user-date; format, not
+       * gnus.el (gnus-summary-line-format):
+       Reference `gnus-user-date-format-alist' for the &user-date; format, not
        `gnus-summary-user-date-format-alist'.
 
 2013-07-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
        * nnimap.el (nnimap-request-head): Remove to-buffer argument.
 
        * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
-       supported by nnimap actually. Reverts previous change.
+       supported by nnimap actually.  Reverts previous change.
 
        * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
        to mimic `gnus-request-article' and enjoy backends the nn*-request-head
 
        * shr.el (shr-render-td): Support horizontal alignment.
 
-       * eww.el (eww-put-color): Removed.
+       * eww.el (eww-put-color): Remove.
        (eww-colorize-region): Use `add-face-text-property'.
 
        * shr.el (shr-add-font): Append face data, so that we get the correct
 
 2013-06-16  Rüdiger Sonderfeld  <ruediger@c-plusplus.de>
 
-       * shr.el (shr-dom-to-xml): Fixed function call.
+       * shr.el (shr-dom-to-xml): Fix function call.
 
        * eww.el (eww): New group.
        (eww-header-line-format): New custom variable.
        (auth-source-netrc-parse): Refactor and improve netrc parser to support
        single-quoted strings and multiline entries.
        (auth-source-netrc-parse-next-interesting)
-       (auth-source-netrc-parse-one, auth-source-netrc-parse-entries): New
-       functions to support parser.
+       (auth-source-netrc-parse-one, auth-source-netrc-parse-entries):
+       New functions to support parser.
 
 2013-06-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        the work.  Has the nice benefit of enabling STARTTLS.
        Wait for capabilities after STARTTLS: following RFC5804, the server
        sends new capabilities after successfully establishing a TLS connection
-       with the client. The client should update the cached list of
+       with the client.  The client should update the cached list of
        capabilities, but we just ignore the answer for now.
        (sieve-manage-network-p, sieve-manage-network-open)
        (sieve-manage-starttls-p, sieve-manage-starttls-open)
        * sieve.el: Put point at beginning of buffer when viewing a script.
        (sieve-open-server): Respect the PORT parameter.  Show the correct port
        number in sieve-buffer's header.  Fixed code to also work with a string
-       as port specifier. Properly close the connection on pressing 'q'.  Make
+       as port specifier.  Properly close the connection on pressing 'q'.  Make
        sieve-manage-quit close the connection and process buffer.  Also, remove
        duplicate keybinding for 'q'.
 
        * registry.el (initialize-instance, registry-lookup)
        (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
        (registry-lookup-secondary-value, registry-search, registry-delete)
-       (registry-insert, registry-reindex, registry-size, registry-prune): Do
-       not wrap methods in `eval-and-compile'.  This breaks due to latest
+       (registry-insert, registry-reindex, registry-size, registry-prune):
+       Do not wrap methods in `eval-and-compile'.  This breaks due to latest
        changes in EIEIO (introduction of eieio-core.el).
 
 2013-05-30  Glenn Morris  <rgm@gnu.org>
 2013-03-26  Andrew Cohen  <cohen@bu.edu>
 
        * nnir.el: Major rewrite.  Cleaner separation between searches and group
-       management.  Marks are now shown in nnir summary buffers.  Rudimentary
-       support for real (i.e. not ephemeral) nnir groups.
+       management.  Marks are now shown in nnir summary buffers.
+       Rudimentary support for real (i.e. not ephemeral) nnir groups.
        (gnus-summary-make-nnir-group): New function for initiating searches
        from a summary buffer.
 
 
 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
 
-       * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
+       * mml2015.el (mml2015-epg-key-image): Wrap epg-gpg-program in
        shell-quote-argument.
 
 2013-02-22  David Engster  <deng@randomsample.de>
 
        * gnus-registry.el (gnus-registry-save): Provide class name when
-       calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
-       `condition-case' to stay compatible with older EIEIO versions which
+       calling `eieio-persistent-read' to avoid "unsafe call" warning.
+       Use `condition-case' to stay compatible with older EIEIO versions which
        only accept one argument.
 
 2013-02-17  Daiki Ueno  <ueno@gnu.org>
 
 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
+       * nnir.el (nnir-imap-search-arguments, nnir-imap-default-search-key):
        Lower case names of search constraints.
        (nnir-run-query): Cache and reuse search constraints for all imap
        servers.
        a creation default, pass the whole port list down.  It will be
        completed.
 
-       * auth-source.el (auth-source-search): Updated docs to talk about
+       * auth-source.el (auth-source-search): Update docs to talk about
        multiple creation choices.
        (auth-source-netrc-create): Accept a list as a value (from the search
        parameters) and do completion on that list.  Keep a separate netrc line
        (gnus-summary-exit): Kill the correct article buffer on exit from a
        `C-d' group.
 
-       * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
+       * gnus-start.el (gnus-use-backend-marks): Remove, since it duplicates
        gnus-propagate-marks.
 
        * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
        customizable.
        (nnir-retrieve-headers): Remove obsolete subject-mangling code.
 
-       * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
+       * gnus-sum.el (nnir-article-group, nnir-article-rsv): Autoload macros
        from nnir.el.
 
 2010-12-03  Julien Danjou  <julien@danjou.info>
 
        * nnir.el (nnir-summary-line-format): New variable.
        (nnir-mode): Use it.
-       (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
+       (nnir-artlist-*, nnir-aritem-*): Reimplement as macros.
        (nnir-article-ids): Reimplement as defsubst.
        (nnir-retrieve-headers): Don't mangle the subject header.
        (nnir-run-imap): Use 100 as RSV score.
        (nnir-mode): Install nnir-specific hooks for updating the registry.
 
        * gnus-sum.el
-       (gnus-article-original-subject,gnus-newsgroup-original-name):
+       (gnus-article-original-subject, gnus-newsgroup-original-name):
        Remove obsolete variables.
        (gnus-summary-move-article): Remove use of obsolete variables.
        (gnus-summary-local-variables): Make move and delete hooks local to
        long-lines case by only filling the long lines.
 
        * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
-       (bug #7311).
+       (bug#7311).
 
 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
 
-       * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
+       * nnir.el (gnus-group-make-nnir-group, nnir-run-query): Allow searching
        an entire server.
        (nnir-get-active): New function.
        (nnir-run-imap): Use it.
        * nnir.el: General clean up.  Allow searching with multiple engines.
        Allow separate extra-parameters for each engine.
        Batch queries when possible.
-       (nnir-imap-default-search-key,nnir-method-default-engines):
+       (nnir-imap-default-search-key, nnir-method-default-engines):
        Add customize interface.
        (nnir-run-gmane): New engine.
        (nnir-engines): Use it.  Qualify all prompts with engine name.
        (nnir-search-engine): Remove global variable.
        (nnir-run-hyrex): Restore for now.
-       (nnir-extra-parms,nnir-search-history): New variables.
+       (nnir-extra-parms, nnir-search-history): New variables.
        (gnus-group-make-nnir-group): Use them.
        (nnir-group-server): Remove in favor of gnus-group-server.
        (nnir-request-group): Avoid searching twice.
 
        * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
        name in the mode line spec so that the mode line menu works
-       (bug #2431).
+       (bug#2431).
 
        * message.el (message-get-reply-headers): If we're fed `to-address',
        then always use that.
        aren't so wide as to need to switch off the edit menu.
 
        * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
-       binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
+       binding.  Suggested by Leo <sdl.web@gmail.com> (bug#6613).
 
        * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
        `M-g'.
 
 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * nnir.el: Use the server names without suffixes (bug #7009).
+       * nnir.el: Use the server names without suffixes (bug#7009).
 
        * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
        unencrypted to STARTTLS, if possible.
 
 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
 
-       Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
+       Allow bookmarks to be set from Gnus Article buffers (Bug#5975).
        Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
        C-w still not working correctly from Article buffers; Thierry's
        patch to fix that will be applied after this.
 
 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
 
-       * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
+       * mml.el (mml-generate-mime-1, mml-compute-boundary-1): Update 'mml
        handles on recursive mml-to-mime translation and check them for
        boundary delimiter collisions.  Reported by Greg Troxel.
 
 
 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
 
-       * message.el (message-default-mail-headers):
+       * message.el (message-default-mail-headers)
        (message-default-headers): Carry the value mail-default-headers over
        into message-default-mail-headers, rather than message-default-headers.
 
 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
-       message-marks (Debian bug #342521).
+       message-marks (Debian bug#342521).
 
 2005-12-12  Simon Josefsson  <jas@extundo.com>
 
 
 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
 
-       * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
+       * gnus-sum.el (gnus-fetch-old-headers): Update docs to warn that
        it can seriously impact performance as it bypasses the agent's
        local caches.
 
 2002-08-07  Simon Josefsson  <jas@extundo.com>
 
        * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
-       (sieve-manage-authenticators):
+       (sieve-manage-authenticators)
        (sieve-manage-authenticator-alist): Add some SASL mechs.
        (sieve-sasl-auth): New function.
-       (sieve-manage-cram-md5-auth):
+       (sieve-manage-cram-md5-auth)
        (sieve-manage-plain-auth): Rewrite using SASL library.
        (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
        (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
 
 See ChangeLog.2 for earlier changes.
 
-  Copyright (C) 2004-2013 Free Software Foundation, Inc.
+  Copyright (C) 2004-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.