Spelling fixes.
[gnus] / lisp / ChangeLog
index ac6528d..f68a536 100644 (file)
@@ -1,3 +1,338 @@
+2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-srvr.el (gnus-server-copy-server):
+       * gnus.el (gnus-sloppily-equal-method-parameters):
+       * html2text.el (html2text-format-tag-list):
+       * message.el (message-narrow-to-head):
+       * nndiary.el:
+       * nnmairix.el (nnmairix-determine-original-group-from-registry):
+       Spelling fix.
+
+2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
+       * gnus-sum.el (gnus-summary-make-menu-bar):
+       * gnus-uu.el (gnus-uu-decode-postscript)
+       (gnus-uu-decode-postscript-and-save):
+       * mailcap.el (mailcap-print-command):
+       * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
+       Fix typos.
+
+2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-art.el (gnus-article-part-wrapper):
+       * html2text.el (html2text-fix-paragraphs):
+       * mm-decode.el (mm-image-fit-p):
+       * rfc2047.el (rfc2047-encode-message-header):
+       * shr-color.el (shr-color-visible-distance-min)
+       (shr-color-relative-to-absolute, set-minimum-interval)
+       (shr-color-visible): Fix typos.
+
+2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gmm-utils.el (gmm-tool-bar-item):
+       * gnus-art.el (gnus-treat-body-boundary):
+       * gnus-diary.el (gnus-user-format-function-d):
+       * gnus-start.el (gnus-get-unread-articles):
+       * pgg-gpg.el (pgg-gpg-update-agent):
+       * smime.el (smime-cert-by-ldap-1): Spelling fix.
+
+2011-11-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-topic.el (gnus-group-prepare-topics):
+       * gnus-uu.el (gnus-extract-view):
+       * gnus-win.el (gnus-use-frames-on-any-display): Spelling fix.
+
+2011-11-09  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el: Move BBDB autoloads.
+       (spam-exists-in-BBDB-p): New function to do the BBDB search directly in
+       BBDB 2 and 3.
+       (spam-check-BBDB): Use it.
+       (spam-enter-ham-BBDB): Use it.
+
+2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * smime.el (smime-draw-buffer): Spelling fix.
+
+2011-10-31  Peter Münster  <pmrb@free.fr>  (tiny change)
+
+       * gnus-group.el (gnus-group-get-new-news): New parameter `one-level'
+       for scanning exactly one level.
+       * gnus-start.el (gnus-get-unread-articles): Ditto.
+
+2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
+       slightly clearer.
+
+2011-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sync.el: More commentary about setup.
+
+2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-send-and-exit): Document `arg'.
+
+2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
+
+2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sync.el: More commentary about `gnus-sync-read' issues.
+
+       * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
+       we don't use `bound-and-true-p'.
+
+2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-util.el (gnus-bound-and-true-p): Remove.
+       (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
+       * nnir.el: Use it.
+       * nnmairix.el: Use it.
+
+2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sync.el: Improve docs about CouchDB admins.
+
+       * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
+       function because `gnus-bound-and-true-p' doesn't work well in XEmacs
+       for reasons unknown.
+       * nnir.el: Use it.
+       * nnmairix.el: Use it.
+
+       * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
+       * nnir.el: Ditto.
+       * nnmairix.el: Ditto.
+
+       * gnus-registry.el (gnus-registry-enabled): Default to nil.
+
+2011-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
+       not needed.  Provide xmlplistread list function to produce XML plist
+       output for non-Gnus LeSync clients.
+
+2011-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-fallback-lib/json.el: Add for XEmacs and Emacs 22 support.
+
+       * gnus-sync.el: Add LeSync synchronization backend and logic to read
+       and save against it.  Group subscriptions, read marks, other marks,
+       subscription levels, topic names, and topic offsets (the group's
+       position within the topic) are saved.  This is an experimental backend
+       and may change significantly.  Load json.el from the gnus-fallback-lib
+       if it's not available otherwise.
+       (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
+
+2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * message.el (message-completion-function): Make sure
+       message-tab-body-function is not attempted if one of
+       message-completion-alist fails to find a completion (bug#9158).
+
+2011-10-26  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml.el (mml-quote-region): Quote <#secure> tag.
+       (mml-generate-mime-1): Unquote <#secure> tag.
+
+2011-10-20  Chong Yidong  <cyd@gnu.org>
+
+       * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
+       calling a minor mode from Lisp with nil arg enables it, so we have to
+       make the wording a bit ambiguous here).
+
+2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
+       * nnir.el (nnir-mode): Use it.
+       * nnmairix.el (nnmairix-determine-original-group-from-registry):
+       Use it.
+
+       * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
+       * nnmairix.el (gnus-registry-enabled): Ditto.
+
+2011-10-17  Dave Abrahams  <dave@boostpro.com>  (tiny change)
+
+       * gnus-registry.el (gnus-registry-enabled): Add new variable. (Bug#9691)
+       (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
+       only while we need to find out if it should be t or nil.
+       (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
+       (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
+       the registry is installed.  Set it to nil when it's unloaded.
+       (gnus-registry-install-p): Provide user guidance for the initial value
+       of `gnus-registry-install' when it's 'ask, otherwise return its value.
+       * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
+       Use `gnus-registry-enabled' instead of `gnus-registry-install'.
+       * nnmairix.el (nnmairix-determine-original-group-from-registry):
+       Use `gnus-registry-enabled' instead of `gnus-registry-install'.
+       * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
+       `gnus-registry-install'.
+
+2011-10-17  Daiki Ueno  <ueno@unixuser.org>
+
+       * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
+       previous change.
+       * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
+       primary key is marked as disabled.
+
+2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
+
+       * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
+       primary key is marked as disabled.
+
+2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * html2text.el (html2text-clean-anchor): Check for quotes around
+       `href' value.
+
+2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
+       searching.  Drop `bbdb-cache'.
+
+2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-signed-or-encrypted-p): Exclude header when
+       checking if there is signed or encrypted body in text/plain message.
+
+2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
+
+       * html2text.el (html2text-get-attr): Correctly handle attribute values
+       containing "=".
+
+2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
+
+       * ecomplete.el (ecomplete-display-matches): Use a local keymap to
+       handle bindings.
+
+2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-win.el (gnus-configure-windows): Protect against reading
+       ephemeral groups outside of Gnus.
+
+2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * shr.el (shr-tag-img): Don't get images displayed in tables.
+
+2011-10-03  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
+       the "maintainer" version of debbugs.gnu.org reports.
+
+2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
+       make asynchronous adjacent image insertion work better.
+
+2011-09-27  Daiki Ueno  <ueno@unixuser.org>
+
+       * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
+       documentation.
+
+2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
+       `gnus-asynchronous' isn't shadowed.
+
+2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-xmas.el (gnus-xmas-define): Add `member-ignore-case'.
+
+       * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
+       (nnimap-insert-partial-structure): The charset parameter isn't
+       case-sensitive.
+
+       * nnheader.el (nnheader-message-maybe): New function.
+
+       * shr.el (shr-tag-table): Render totally broken tables better.
+
+       * mml.el (mml-generate-mime-1): Don't alter the contents if we're
+       computing the boundary.
+
+2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * pop3.el (pop3-number-of-responses): Remove.
+       (pop3-wait-for-messages): Rewrite to take linear time instead of
+       exponential time.
+
+2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
+       re-fetch images.
+
+       * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
+       re-fetch images when hitting `g' in Gnus.
+
+2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mml.el (mml-inhibit-compute-boundary): New internal variable.
+       (mml-compute-boundary): Don't check collision if it is non-nil.
+       (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
+       before checking collision.
+
+2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * message.el (message-indent-citation): Really make sure there's a
+       newline at the end.
+
+       * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
+       Fix suggested by John Wiegley.
+
+       * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
+
+       * gnus-art.el (gnus-treat-hide-citation): Add doc.
+
+       * message.el (message-default-send-rename-function): Break out into its
+       own function.
+
+       * ecomplete.el (ecomplete-display-matches): Revert patch since it
+       doesn't work under XEmacs.
+
+       * nnimap.el (nnimap-map-port): New function to connect to 993 instead
+       of "imaps" to word around Windows problems.
+       (nnimap-open-connection-1): Use it.
+
+       * message.el (message-indent-citation): Revert last change which made
+       `F' not work.
+
+2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
+
+       * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
+       terminal as well.
+
+2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
+       because it displays images using overlays that aren't easy to copy to
+       the article buffer.
+
+2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
+
+       * message.el (message-indent-citation): Fix empty line removal at the
+       end of the citation.
+
+2011-09-20  Julien Danjou  <julien@danjou.info>
+
+       * auth-source.el (auth-source-netrc-create): Use default value for
+       password if specified. Evaluate default.
+       (auth-source-plstore-create): Ditto.
+       (auth-source-plstore-create, auth-source-netrc-create): Fix default
+       value evaluation.
+       (auth-source-netrc-create): Typo fix.
+       (auth-source-plstore-create): Ditto.
+
+       * password-cache.el (password-cache-remove): Remove entries even if the
+       value is nil, so that password with a nil value (negative caching) is
+       possible to invalidate.
+
+       * auth-source.el (auth-source-format-cache-entry): New function.
+
+2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
+
 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
 
 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
+       * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
        we're selecting a group with unread articles.
 
        * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
        * gnus-sum.el (gnus-user-date): Rename back from
        gnus-summary-user-date since user code refers to it.
 
-       * shr.el (shr-render-td): Store the actual background colour used.
+       * shr.el (shr-render-td): Store the actual background color used.
 
        * message.el (message-setup-1): Don't bind the constant
        -forbidden-properties.
 
 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-render-td): Only do colours at the final rendering.
+       * shr.el (shr-render-td): Only do colors at the final rendering.
        Should be slightly faster.
-       (shr-insert-table): Fix up TD background colours when doing the
+       (shr-insert-table): Fix up TD background colors when doing the
        vertical padding.
 
        * gnus-art.el (article-date-ut): Protect against articles with no Date
 
 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-put-color): Special-case background colours: Do put them
+       * shr.el (shr-put-color): Special-case background colors: Do put them
        at the blank parts at the front of the lines.
 
        * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
 
 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * shr-color.el (shr-color-visible): Don't bug out if the colour names
+       * shr-color.el (shr-color-visible): Don't bug out if the color names
        don't exist.
 
 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-color-check): Protect against non-existent colour names.
+       * shr.el (shr-color-check): Protect against non-existent color names.
 
 2010-11-24  Julien Danjou  <julien@danjou.info>
 
 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * shr.el (shr-insert-color-overlay): Split stuff like
-       "#444444 !important" to find the real colour.
+       "#444444 !important" to find the real color.
        (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
        parse <font color="red"> entries.
 
 
        * shr.el (shr-put-image): Use point even if only inserting text.
        (shr-put-image): Save excursion when inserting alt text on non-graphic
-       display, so the behaviour is the same when we are on a graphic display.
+       display, so the behavior is the same when we are on a graphic display.
 
        * nnir.el (nnir-run-swish-e): Remove hyrex support.
 
        bidning gnus-agent variables.
 
        * shr.el (shr-render-td): Use a cache for the table rendering function
-       to avoid getting an exponential rendering behaviour in nested tables.
+       to avoid getting an exponential rendering behavior in nested tables.
        (shr-insert): Rework the line-breaking algorithm.
        (shr-insert): Don't leave trailing spaces.
        (shr-insert-table): Also insert empty TDs.
        highlight again, so that the highlight is correct.
 
        * gnus-picon.el (gnus-picon): Remove again.
-       (gnus-picon-create-glyph): Set the background XPM colour explicitly.
+       (gnus-picon-create-glyph): Set the background XPM color explicitly.
 
        * gnus-art.el (gnus-treatment-function-alist): Insert picons after
-       doing the header highlightling, so that the background colour of the
+       doing the header highlightling, so that the background color of the
        picon is correct.
 
        * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
        (gnus-picon): Ditto.
-       (gnus-picon): Reinstate.  The background colour for picons is white.
+       (gnus-picon): Reinstate.  The background color for picons is white.
        (gnus-picon-insert-glyph): Make the background white.
 
        * nnml.el (nnml-open-nov): Don't return dead buffers.
 
        * gnus-start.el (gnus-get-unread-articles): Allow the backends to
        update the group info.  This makes the nndraft groups, for instance, go
-       back to their old behaviour.
+       back to their old behavior.
 
        * gnus-sum.el (gnus-select-newsgroup): Indent.
 
 
        * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
        so that nnimap methods aren't agentized by default.  There's apparently
-       many problems related to agent/imap behaviour.
+       many problems related to agent/imap behavior.
 
        * gnus-art.el (gnus-article-copy-string): New command and key binding.
 
        storage than before.
 
        * gnus.el (gnus-refer-article-method): Change default to 'current.
-       When referring an article, the common behaviour is to refer it from the
+       When referring an article, the common behavior is to refer it from the
        current select method, not the native select method.  The chances of
        the native select method having the message in question is rather slim
        these days.
        * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
        that commands like `d' (and the like) go to the next line in the
        buffer, instead of the next unread article.  I think this is the
-       behaviour that is most natural for most users.
+       behavior that is most natural for most users.
        (gnus-single-article-buffer): Change default to nil, so that people can
        have as many article buffers open as they have summary buffer.  I think
        this is the most natural way for the groups to behave.
        UTF-8.  This seems to fix problems with some German web feeds.
 
        * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
-       at the top so that the proper colours are applied.
+       at the top so that the proper colors are applied.
 
        * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
        don't have dots in their names.
        (mml-secure-cache-passphrase): New user option.
        (mml-secure-passphrase-cache-expiry): New user option.
 
-2006-07-24  Daiki Ueno  <ueno@unixuser.org>
+2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
+           Andreas Vögele  <andreas@altroot.de>   (tiny change)
 
-       * 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ögele).
-
-       FIXME: Use `tiny change'?
+       * pgg-def.el (pgg-truncate-key-identifier):
+       Truncate the key ID to 8 letters from the end.
 
 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
 
 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
 
        * smime.el (smime-cert-by-ldap-1): Detect PEM format without
-       header by looking for magic "MII" at the beginnig.
+       header by looking for magic "MII" at the beginning.
 
 2005-06-16  Miles Bader  <miles@gnu.org>
 
 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
 
        * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
-       where approriate.
+       where appropriate.
 
        * nnml.el (nnml-generate-active-info): do.
 
        gnus-requst-update-info with explicit code to sync the in-memory
        info read flags with the marks being sync'd to the backend.
 
-       *gnus-util.el (gnus-pp): Add optional stream to match pp API.
+       * gnus-util.el (gnus-pp): Add optional stream to match pp API.
 
 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
 
 
        * dns.el (dns-read-type): Add support for SVR.  (small patch)
 
-2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
+2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
 
        * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
        (spam-crm114-header, spam-crm114-spam-switch)
        (spam-crm114-unregister-spam-routine)
        (spam-crm114-register-ham-routine)
        (spam-crm114-unregister-ham-routine): Add CRM114 support.
-       From asjo@koldfront.dk (Adam Sjøgren).
+
+2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * gnus.el: Add spam-use-crm114.
 
 
 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-picon.el (gnus-picon-insert-glyph):
+       Add optional `nostring' argument.
+
+2004-05-18  Jesper Harder  <harder@ifa.au.dk>
+
        * gnus-picon.el (gnus-picon-style): New variable.
-       (gnus-picon-insert-glyph): Add optional `nostring' argument.
        (gnus-picon-transform-address): Support `gnus-picon-style'.
-       From Jesper Harder <harder@ifa.au.dk>.
 
 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
        Use mapc when appropriate.
 
-2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
-
-       FIXME: Make separate entries for each person.
-
-       From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
-       Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
-       <shields@msrl.com>:
+2004-04-22  Dan Christensen  <jdc@uwo.ca>
+           Adam Sjøgren  <asjo@koldfront.dk>
+           Wes Hardaker  <wes@hardakers.net>
+           Michael Shields  <shields@msrl.com>
 
        * spam.el (spam-necessary-extra-headers): Get the extra headers we
        may need for spam sorting and scoring.