Fix typos in docstrings, comments and ChangeLogs.
[bpt/emacs.git] / lisp / gnus / ChangeLog.2
index 090f985..cdfc53c 100644 (file)
 2003-10-24  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-ham-copy-or-move-routine): Do not delete if copy
-       is t, also don't intepret the list of groups as a list of lists.
+       is t, also don't interpret the list of groups as a list of lists.
        (spam-mark-spam-as-expired-and-move-routine)
        (spam-ham-copy-or-move-routine): Delete articles only if 1 or
        more groups were specified (and "copy" was not specified for
        * gnus-sum.el (gnus-summary-reselect-current-group): Supply
        leave-hidden.
 
-2003-05-14  Jonathan Kamens  <jik@kamens.brookline.ma.us>
+2003-05-14  Jonathan I. Kamens  <jik@kamens.brookline.ma.us>
 
        * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'.  (Tiny
        patch.)
 
        * message.el (message-use-idna): Use mm-coding-system-p.
        (message-tokenize-header, message-make-organization)
-       (message-make-from):  Use with-temp-buffer.
+       (message-make-from): Use with-temp-buffer.
        (message-set-work-buffer): Deleted.
        (message-fill-paragraph): Use `if' not `and' for compiler warning.
        (message-check-news-header-syntax): Remove useless lambda.
 
        * gnus-audio.el (gnus-audio-au-player): Use executable-find.
 
-2003-01-13  Jhair Tocancipa Triana  <jhair_tocancipa@@gmx.net>
+2003-01-13  Jhair Tocancipa Triana  <jhair_tocancipa@gmx.net>
 
        * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use
          /usr/bin/play as default player.
 
 2003-01-12  Raymond Scholz  <ray-2003@zonix.de>
 
-       * gnus-msg.el (gnus-confirm-mail-reply-to-news):  May be a
+       * gnus-msg.el (gnus-confirm-mail-reply-to-news): May be a
        regexp or a function too.
        (gnus-confirm-treat-mail-like-news): New variable.  Ask for
        confirmation even if the original article is mail.
        (spam-display-buffer-contents): Remove.
        (spam-bogofilter-score): Merge spam-display-buffer-contents.
 
-2002-10-17  Ted Zlatanov  <tzz@lifelogs.com>
+2002-10-17  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-display-buffer-contents): New function.
        (spam-bogofilter-score): Use spam-display-buffer-contents, patch
 
        * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function.
 
-2002-10-11  Ted Zlatanov  <tzz@lifelogs.com>
+2002-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el (spam-check-ifile): Added ifile as a spam checking
        backend, and spam-use-ifle as the variable to toggle that check.
        * message.el (message-beginning-of-line): New variable.
        (message-beginning-of-line): Use it.
 
-2002-10-11  Ted Zlatanov  <tzz@lifelogs.com>
+2002-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el: More compilation fixes for BBDB.
 
        (mml2015-unabbrev-trust-alist): New.
        (mml2015-gpg-extract-signature-details): Use it.
 
-2002-10-10  Ted Zlatanov  <tzz@lifelogs.com>
+2002-10-10  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el: Compilation fixes, spam-check-bbdb function is nil if no
        BBDB installed.
        * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to
        raw-text.
 
-2002-09-30  Ted Zlatanov  <tzz@lifelogs.com>
+2002-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * spam.el: Merged changes from pinard@iro.umontreal.ca (Fran\e,Ag\e(Bois
        Pinard).
        * gnus-sum.el (gnus-summary-insert-new-articles): Count down to
        avoid nreverse.
 
-2002-07-14  Ted Zlatanov  <teodor.zlatanov@divine.com>
+2002-07-14  Teodor Zlatanov  <teodor.zlatanov@divine.com>
 
        * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'.
        (gnus-summary-mode-line-format-alist): Add %h for number of
        * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL
        name (makes it work with recent Cyrus timsieved).
 
-2002-05-20  Jason Baker  <jbaker@cs.utah.edu>
-       Trivial patch.
+2002-05-20  Jason Baker  <jbaker@cs.utah.edu>  (tiny change)
 
        * gnus-art.el (gnus-request-article-this-buffer): Try
        reconnecting if you don't get the message.
        * message.el (message-gen-unsubscribed-mft): Accept a prefix
        argument so CC can be included with C-u C-c C-f C-a.
 
-2002-04-17  Ted Zlatanov  <teodor.zlatanov@divine.com>
+2002-04-17  Teodor Zlatanov  <teodor.zlatanov@divine.com>
 
        * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist):
        Improve docstring.
 
        * nnmaildir.el: Fixed some buggy invocations of nnmaildir--pgname.
 
-2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>
-       Trivial patch.
+2002-03-31  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
 
        * dns.el: open-network-stream under XEmacs does udp.
 
 
        * nnweb.el (nnweb-type-definition): Clean up.
 
-2002-01-21  Alastair Burt  <burt@dfki.de>
-       Trivial patch.
+2002-01-21  Alastair Burt  <burt@dfki.de>  (tiny change)
 
        * gnus-art.el (gnus-mm-display-part): Make sure that the summary
        buffer exists before jumping to it.
 
        * gnus.el (gnus-logo-color-alist): Added more colors from Luis.
 
-2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>
-       Trivial patch.
+2002-01-05  Keiichi Suzuki  <keiichi@nanap.org>  (tiny change)
 
        * nntp.el (nntp-possibly-change-group): Erase contents of nntp
        buffer to get rid of junk line.
 2001-12-05 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * gnus-group.el (gnus-group-find-new-groups): Fix doc.
-       From:  Stefan Monnier  <monnier@cs.yale.edu>
+       From: Stefan Monnier  <monnier@cs.yale.edu>
 
 2001-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-spec.el (gnus-correct-pad-form): Re-revert.
        (gnus-parse-simple-format): Re-revert.
 
-2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
-       Trivial patch.
+2001-09-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>  (tiny change)
 
        * gnus-spec.el (gnus-parse-complex-format): Don't fold search
        case.  (Thanks to Daiki Ueno <ueno@unixuser.org>.)
        * message.el (message-indent-citation): Quote only lines starting
        with ">" using `message-yank-cited-prefix'.
 
-2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>
-       Trivial patch.
+2001-08-05  Nuutti Kotivuori  <nuutti.kotivuori@smarttrust.com>  (tiny change)
 
        * gnus-cache.el (gnus-cache-possibly-enter-article): Use
        gnus-cache-fully-p.
        * gnus-eform.el (gnus-edit-form-done): Return nil if end-of-file.
 
 2001-07-16 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
-       From:  Stefan Monnier  <monnier@cs.yale.edu>
+       From: Stefan Monnier  <monnier@cs.yale.edu>
 
        * message.el (message-mode): Use define-derived-mode.
        (message-tab): message-completion-alist.
 
 2001-07-15  Pavel Jan\e,Am\e(Bk  <Pavel@Janik.cz>
 
-       * gnus-art.el,...: Error convention changes.
+       * gnus-art.el, ...: Error convention changes.
 
 2001-07-13 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        * nntp.el (nntp-send-command-nodelete): Ditto.
        * nntp.el (nntp-send-command-and-decode): Ditto.
 
-2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>
-       Trivial patch.
+2001-06-30  YAGI Tatsuya  <yagi@is.titech.ac.jp>  (tiny change)
 
        * gnus-start.el (gnus-check-first-time-used): Use `if' instead of
        `when'.
 
        * message.el (message-generate-headers-first): Update doc.
 
-2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>
-       Trivial patch.
+2001-03-10  Matthias Wiehl  <mwiehl@gmx.de>  (tiny change)
 
        * gnus.el (gnus-summary-line-format): Typo.
 
        * message.el (message-cancel-news): Allow to shoot foot.
        (message-supersede): Ditto.
 
-2001-02-08  Tommi Vainikainen  <thv@iki.fi>
-       Trivial patch.
+2001-02-08  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
 
        * gnus-sum.el (gnus-simplify-subject-re): Use
        message-subject-re-regexp.
 
        * time-date.el (time-to-number-of-days): New function.
 
-2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>
-       Trivial patch.
+2001-01-04 11:06:14  Gregory Chernov  <greg@visiontech-dml.com>  (tiny change)
 
        * nnslashdot.el (nnslashdot-request-list): Always get the right
        sid.
 
 2001-01-01 00:52:44  Ed L. Cashin  <ecashin@coe.uga.edu>
 
-       A revoked patch.
-       * gnus-sum.el (gnus-summary-expire-articles): Save excursion.
+       * gnus-sum.el (gnus-summary-expire-articles): A revoked patch.
+       Save excursion.
 
 2000-12-31 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
        (gnus-uu-mark-by-regexp): Use it.
        (gnus-new-processable): New function.
 
-2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>
-        Trivial patch.
+2000-12-28 19:21:57  Inge Frick  <inge@nada.kth.se>  (tiny change)
 
        * gnus-sum.el (gnus-no-mark): New variable.
 
        * qp.el (quoted-printable-encode-region): Don't check multibyte in
        XEmacs.
 
-2000-12-25  Lloyd Zusman  <ljz@asfast.com>
-       Trivial patch.
+2000-12-25  Lloyd Zusman  <ljz@asfast.com>  (tiny change)
 
        * mml.el (mml-read-tag): Save tag location.
 
 
        * gnus-msg.el (gnus-summary-mail-forward): ???
 
-       * message.el (message-forward):  Move mime-to-mml here.
+       * message.el (message-forward): Move mime-to-mml here.
 
 2000-12-20 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 
        * nnheader.el: Wrap subst-char-in-string def in eval-and-compile.
        Put some defvars in eval-when-compile.
-       (gnus-intersection, gnus-sorted-complement):  Autoload.
+       (gnus-intersection, gnus-sorted-complement): Autoload.
 
        * imap.el (imap-point-at-eol): New, replacing gnus-point-at-eol.
 
 
        * qp.el (mm-decode-coding-region, mm-encode-coding-region):
        Autoload.
-       (quoted-printable-decode-region):  Rename arg which confused
+       (quoted-printable-decode-region): Rename arg which confused
        charset with coding-system.  Don't use nonascii-insert-offset.
        Coding-system encode the region initially.  Don't recognize `=='
        as valid QP.  Coding-system decode the region finally.
 
 2000-09-29  Gerd Moellmann  <gerd@gnu.org>
 
-       * smiley-ems.el (smiley-update-cache):  Use `:ascent center'.
+       * smiley-ems.el (smiley-update-cache): Use `:ascent center'.
 
 2000-09-21  Dave Love  <fx@gnu.org>
 
        * gnus-art.el (gnus-mime-display-part): Show MIME security button.
        (gnus-insert-mime-security-button): New function.
        * mm-decode.el (mm-possibly-verify-or-decrypt): Add security info.
-       * mml2015.el:  Add security info when verify or decrypt.
+       * mml2015.el: Add security info when verify or decrypt.
        * mm-uu.el (mm-uu-pgp-signed-extract): Use multipart.
        (mm-uu-pgp-encrypted-extract): Ditto.
 
        (nnultimate-table-regexp): New variable.
        (nnultimate-forum-table-p): Use it.
 
-2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>
-       Trivial patch.
+2000-10-30  Ed L Cashin  <ecashin@coe.uga.edu>  (tiny change)
 
        * gnus-sum.el (gnus-summary-expire-articles): Save point.
 
        (mm-dissect-multipart): Use it.
        * mml2015.el (mml2015-fix-micalg): New function.
        (mml2015-decrypt): Use new interface.
-       (mml2015-verify):  Use new interface.
+       (mml2015-verify): Use new interface.
        (mml2015-setup): Make it bogus.
 
 2000-10-28 16:54:45  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
 See ChangeLog.1 for earlier changes.
 
-    Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008
+    Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008, 2009, 2010
       Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.