Spelling fixes.
[gnus] / lisp / ChangeLog
index 0d7d392..49dc47b 100644 (file)
@@ -1,3 +1,166 @@
+2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * color.el (color-rgb-to-hsl):
+       * gmm-utils.el (gmm-tool-bar-style):
+       * gnus-group.el (gnus-group-prepare-flat):
+       * gnus-topic.el (gnus-topic-prepare-topic):
+       * mm-decode.el (mm-discouraged-alternatives):
+       * rfc2047.el (rfc2047-encode-1):
+       * starttls.el: Spelling fix.
+
+2011-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * binhex.el (binhex-begin-line): Give it basic doc-string.
+
+       * starttls.el, tls.el: Fix case of "GnuTLS".
+
+2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
+
+       * gnus-group.el (gnus-group-highlight): Fix typo.
+
+2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
+
+       * mail-source.el (mail-source-fetch-maildir): Don't expect the return
+       value of `delete-file', that returns nil for a local file but returns t
+       for a remote file using ssh.
+
+2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-sum.el (gnus-summary-save-article): Spelling fix.
+
+2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
+       avoid later breakage.
+
+2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
+       article buffers' name.
+
+2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
+       by Paul Eggert's spellfixes two days ago.
+
+2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * dgnushack.el (fboundp): Define `with-demoted-errors' for Emacsen that
+       doesn't have it.
+
+       * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
+       buffer-local instead of binding them to avoid warnings.  Also demote
+       errors (bug#10063).
+       (font-lock-mode-hook): Shut up byte compiler.
+
+2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
+
+       * mm-util.el (mm-charset-after):
+       * nnir.el (nnir-run-hyrex):
+       * ntlm.el (ntlm-build-auth-request, ntlm-build-auth-response)
+       (ntlm-get-password-hashes, ntlm-md4hash):
+       * smime.el: Fix typo.
+
+2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-agent.el (gnus-agent-expire-group-1):
+       * nndiary.el (nndiary-last-occurence):
+       * nnimap.el (nnimap-request-set-mark):
+       * nnmairix.el (nnmairix-only-use-registry):
+       * gnus-group.el (gnus-group-prepare-flat):
+       * gnus-sum.el (gnus-decode-encoded-word-methods):
+       * message.el (message-wash-subject):
+       * nntp.el (nntp-retrieve-headers-with-xover):
+       * smime.el (smime-certificate-directory): Spelling fix.
+
+2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * nnmail.el (nnmail-get-new-mail-1): Remove unused local variables.
+
+       * color.el:
+       * gnus-agent.el (gnus-agent-possibly-alter-active):
+       * gnus-dired.el (gnus-dired-print):
+       * mail-parse.el:
+       * nnmairix.el (nnmairix-request-group):
+       * shr.el (shr-image-displayer):
+       * sieve-manage.el:
+       * spam.el (spam-autodetect-recheck-messages): Spelling fix.
+
+2011-11-18  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-sum.el (gnus-auto-select-subject):
+       * spam-report.el (spam-report-resend): Spelling fix.
+
+2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-agent.el (gnus-agent-get-undownloaded-list):
+       * gnus-art.el (gnus-default-article-saver):
+       * 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):
+       * sieve.el: 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.
        decoding nnimap groups.
 
        * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
-       newsrc file.  It doesn't seem like an important optimisation any more.
+       newsrc file.  It doesn't seem like an important optimization any more.
 
 2011-09-10  Dave Abrahams  <dave@boostpro.com>  (tiny change)
 
        * nnimap.el (nnimap-process-expiry-targets): Say what target we're
        expiring articles to.
 
-       * mm-util.el (mm-charset-to-coding-system): Recognise all ANSI.x3.4
+       * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
        variations as ASCII (bug#5458).
 
 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 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-art.el (gnus-article-next-page-1): Because customized mode-line
        face with line-width greater than zero will cause RET in gnus summary
        buffer to scroll down article page-wise because auto vscroll happens,
-       it should be temporalily disabled when doing a scroll-up.
+       it should be temporally disabled when doing a scroll-up.
 
 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * 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-28  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
-       data if the group is unactivated.
+       data if the group is deactivated.
 
 2011-01-28  Julien Danjou  <julien@danjou.info>
 
 
 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
 
 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
+       * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
        backgrounds.
        (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
        in a more sensible manner.
 
 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.
 
 
 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
-       * shr.el (shr-tag-span): Drop colorisation of regions since we don't
+       * shr.el (shr-tag-span): Drop colorization of regions since we don't
        control the background color.
        (shr-tag-img): Ignore very small web bug type images.
        (shr-put-image): Add help-echo alt texts to the images.
 
        * 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.
        (nntp-open-marks): Decode group names when bootstrapping marks.
 
        * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
-       Newsgroups and Folowup-To headers.
+       Newsgroups and Followup-To headers.
 
 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 
        * message.el (message-font-lock-keywords): Use message-header-xheader
        face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
-       ahead of the anything pattern, to get it recognised.
+       ahead of the anything pattern, to get it recognized.
 
 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (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.
+       initializations.  Let nnoo do the work.
 
 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
 
 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.