Spelling fixes.
[gnus] / lisp / ChangeLog
index 85e70cc..bb3c122 100644 (file)
@@ -1,3 +1,164 @@
+2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * netrc.el (netrc-credentials): Spelling fix.
+
+2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-fun.el (gnus-fun-ppm-change-string):
+       * gnus-msg.el (gnus-inews-do-gcc):
+       * gnus-sum.el (gnus-summary-find-for-reselect):
+       * gnus.el (gnus-summary-cancelled):
+       * message.el (message-cancel-hook, message-send-news)
+       * nndiary.el (nndiary-headers, nndiary-parse-schedule-value):
+       * nnir.el (nnir-run-hyrex):
+       * nntp.el (nntp-with-open-group-function):
+       * pgg.el (pgg-pending-timers): Spelling fix.
+
+2011-12-04  Chong Yidong  <cyd@gnu.org>
+
+       * message.el (message-pop-to-buffer): Partially revert 2011-11-30
+       change (Bug#10200).
+
+2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * compface.el (uncompface):
+       * gnus-art.el (gnus-article-x-face-command): Update the header format
+       of icon data for the most recent icontopbm program.
+
+2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-msg.el (gnus-inews-do-gcc):
+       * message.el (message-send-mail):
+       * mml.el (mml-generate-mime): Share the value of the buffer-local
+       `message-options' variable between a draft buffer and temprary working
+       buffers.
+
+2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+       * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
+
+2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
+       for Cygwin.
+
+2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-group.el (gnus-group-prepare-flat):
+       * mm-bodies.el (mm-encode-body):
+       * mml.el (mml-preview):
+       * nnml.el (nnml-request-compact-group):
+       * pop3.el (pop3-stream-type): Spelling fix.
+
+2011-11-26  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * gnus-start.el (gnus-newsrc-to-gnus-format): Spelling fix.
+
+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):
        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>
        * 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>
 
 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 inactive.
 
 2011-01-28  Julien Danjou  <julien@danjou.info>
 
 
 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-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.
 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
 
        * pop3.el (pop3-open-server): Accept and process data more robustly at
-       connexion start to avoid spurious "POP SSL connexion failed" errors.
+       connection start to avoid spurious "POP SSL connection failed" errors.
 
 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        (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-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-art.el (article-display-face): Improve the efficiency.
-       (article-display-x-face): Ditto; remove grey x-face stuff.
+       (article-display-x-face): Ditto; remove gray x-face stuff.
 
 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>