From 1565d783fd5606df0168516bfddecac7e3892426 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Mon, 26 Jul 2010 00:36:16 +0000 Subject: [PATCH] Fix typos in ChangeLogs. --- lisp/ChangeLog | 71 ++++++++-------- lisp/ChangeLog.1 | 81 ++++++------------- lisp/ChangeLog.2 | 68 +++++++--------- texi/ChangeLog | 206 +++++++++++++++++++++++++++-------------------- 4 files changed, 208 insertions(+), 218 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1ae11aa7..13a06befb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2212,9 +2212,9 @@ 2008-05-01 Lars Magne Ingebrigtsen - * gnus.el: Bump version to 0.11 + * gnus.el: Bump version to 0.11. -2008-05-01 Lars Magne Ingebrigtsen +2008-05-01 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.10 is released. @@ -4082,7 +4082,7 @@ trunk version of PGG was unmaintained. The author of PGG, Daiki Ueno, recommends to use EasyPG instead of PGG. - * pgg.el: Revert to revision 6.23.2.16 + * pgg.el: Revert to revision 6.23.2.16. * pgg-def.el: Revert to revision 6.6.2.14. @@ -5678,7 +5678,7 @@ 2006-11-06 Reiner Steib - * message.el (message-strip-subject-encoded-words): New function + * message.el (message-strip-subject-encoded-words): New function. (message-simplify-subject-functions): New variable. (message-simplify-subject): Use it. Fix typo in doc string. Support message-strip-subject-encoded-words. @@ -5881,8 +5881,9 @@ 2006-09-20 Maxime Edouard Robert Froumentin - (gnus-insert-mime-button, gnus-insert-mime-security-button): Apply - gnus-article-button-face to MIME and security buttons. + * gnus-art.el (gnus-insert-mime-button) + (gnus-insert-mime-security-button): + Apply gnus-article-button-face to MIME and security buttons. 2006-09-20 Reiner Steib @@ -6365,7 +6366,7 @@ * gnus-agent.el: Added gnus-agent-flush* to purge agent info. (gnus-agent-read-agentview): Fixed handling of end-of-file error. - (gnus-agent-read-local): All symbols allocated in my-obarray + (gnus-agent-read-local): All symbols allocated in my-obarray. (gnus-agent-set-local): Skip invalid entries (min and/or max is nil). (gnus-agent-regenerate-group): Check numeric names to see if they are messages or groups. @@ -10240,7 +10241,7 @@ to get all the groups a message ID is in. * spam-stat.el (spam-stat-split-fancy-spam-threshold) - (spam-stat-split-fancy): Change "threshhold" to "threshold" + (spam-stat-split-fancy): Change "threshhold" to "threshold". (spam-stat-score-buffer-user-functions): Add :number custom type. 2005-04-06 Katsumi Yamaoka @@ -11252,21 +11253,21 @@ 2004-11-14 Magnus Henoch - * hashcash.el (hashcash-default-payment): Change default to 20 - (hashcash-default-accept-payment): Change default to 20 - (hashcash-process-alist): New variable - (hashcash-generate-payment-async): Add - (hashcash-already-paid-p): Add - (hashcash-insert-payment): Don't generate payments twice - (hashcash-insert-payment-async): Add - (hashcash-insert-payment-async-2): Add - (hashcash-cancel-async): Add - (hashcash-wait-async): Add - (hashcash-processes-running-p): Add - (hashcash-wait-or-cancel): Add + * hashcash.el (hashcash-default-payment): Change default to 20. + (hashcash-default-accept-payment): Change default to 20. + (hashcash-process-alist): New variable. + (hashcash-generate-payment-async): Add. + (hashcash-already-paid-p): Add. + (hashcash-insert-payment): Don't generate payments twice. + (hashcash-insert-payment-async): Add. + (hashcash-insert-payment-async-2): Add. + (hashcash-cancel-async): Add. + (hashcash-wait-async): Add. + (hashcash-processes-running-p): Add. + (hashcash-wait-or-cancel): Add. (mail-add-payment): New optional argument. Conditionally start asynchronous calculation. - (mail-add-payment-async): Add + (mail-add-payment-async): Add. * message.el (message-send-mail): Wait for asynchronous hashcash results. Don't clobber existing X-Hashcash headers. @@ -11761,7 +11762,7 @@ (nnsoup-unpack-packets, nnsoup-make-active): Simplify. * nnspool.el (nnspool-find-id): Use with-temp-buffer. - (nnspool-sift-nov-with-sed): Use last + (nnspool-sift-nov-with-sed): Use last. (nnspool-retrieve-headers-with-nov): Use mapc. (nnspool-request-newgroups): Use dolist. (nnspool-request-group): Use last. @@ -12463,7 +12464,7 @@ * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try to append in-reply-to: data to the references: header. - * netrc.el: Remove old encryption support, autoload gnus-encrypt.el + * netrc.el: Remove old encryption support, autoload gnus-encrypt.el. (netrc-parse): Use gnus-encrypt.el functions. * gnus-encrypt.el: Add new file for encryption support; currently @@ -12966,7 +12967,7 @@ 2004-05-26 Adam Sjøgren (tiny change) - (spam-ham-copy-or-move-routine): Don't declare `todo' twice. + * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice. 2004-05-26 Katsumi Yamaoka @@ -13063,7 +13064,7 @@ 2004-05-20 Danny Siu * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto - centered even when gnus-auto-center-summary is t + centered even when gnus-auto-center-summary is t. 2004-05-22 Lars Magne Ingebrigtsen @@ -13700,7 +13701,7 @@ * gnus-group.el: Require gnus-sum and autoload functions to resolve warnings when gnus-group.el compiled alone. - (gnus-group-line-format): Documented new %F + (gnus-group-line-format): Documented new %F. (size of Fetched data) group line format; identifies disk space used by agent and cache. (gnus-group-line-format-alist): Defined new F format. @@ -14152,7 +14153,7 @@ (spam-report-url-ping-temp-agent-function, spam-report-plug-agent) (spam-report-unplug-agent): Doc fixes. (spam-report-url-ping-mm-url, spam-report-url-to-file) - (spam-report-agentize, spam-report-deagentize): Autoload + (spam-report-agentize, spam-report-deagentize): Autoload. 2004-02-24 Katsumi Yamaoka @@ -14499,8 +14500,8 @@ is "nndraft:queue". Suggested by Gaute Strokkenes - * gnus-agent.el (agent-disable-undownloaded-faces): Removed - (agent-enable-undownloaded-faces): Added + * gnus-agent.el (agent-disable-undownloaded-faces): Removed. + (agent-enable-undownloaded-faces): Added. (gnus-agent-cat-groups): Use eval-and-compile, not eval-when-compile, to define gnus-agent-set-cat-groups as the setf method of gnus-agent-cat-groups even when the buffer has been @@ -14525,8 +14526,8 @@ active file (local makes it unnecessary). (gnus-agent-regenerate-group): Fixed XEmacs compatibility. - * gnus-cus.el (agent-disable-undownloaded-faces): Removed - (agent-enable-undownloaded-faces): Added + * gnus-cus.el (agent-disable-undownloaded-faces): Removed. + (agent-enable-undownloaded-faces): Added. * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to disable it when sending to "nndraft:queue". @@ -14556,7 +14557,7 @@ * gnus-sum.el (gnus-select-newgroup): Replaced inline code with gnus-agent-possibly-alter-active. - (gnus-adjust-marked-articles): Faster handling of simple lists + (gnus-adjust-marked-articles): Faster handling of simple lists. 2004-01-21 Jesper Harder @@ -14660,7 +14661,7 @@ 2004-01-14 Kai Grossjohann - (message-kill-to-signature): Change docstring. + * message.el (message-kill-to-signature): Change docstring. 2004-01-14 Katsumi Yamaoka @@ -15119,7 +15120,7 @@ 2004-01-05 Reiner Steib - * gnus-art.el (gnus-treat-ansi-sequences, + * gnus-art.el (gnus-treat-ansi-sequences) (article-treat-ansi-sequences): New variable and function. Suggested by Dan Jacobson . @@ -15300,7 +15301,7 @@ 2004-01-04 Mario Lang * dns.el (dns-query-types): Fix typo. - (dns-query-types): New function + (dns-query-types): New function. (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX, PTR and SOA replies, see RFC 1035. diff --git a/lisp/ChangeLog.1 b/lisp/ChangeLog.1 index cb19c3406..5c3c429db 100644 --- a/lisp/ChangeLog.1 +++ b/lisp/ChangeLog.1 @@ -443,19 +443,19 @@ 2000-10-03 Bjorn Torkelsson - * uudecode.el: xemacs cleanup (use featurep ' xemacs) + * uudecode.el: xemacs cleanup (use featurep ' xemacs). - * nnheader.el: ditto + * nnheader.el: ditto. - * mm-util.el: ditto + * mm-util.el: ditto. - * message.el: ditto + * message.el: ditto. - * binhex.el: ditto + * binhex.el: ditto. - * gnus-audio.el: removed unnecessary xemacs test + * gnus-audio.el: removed unnecessary xemacs test. - * earcon.el: ditto + * earcon.el: ditto. 2000-10-03 19:55:55 Lars Magne Ingebrigtsen @@ -1817,7 +1817,7 @@ Sun Jul 2 15:11:35 2000 Lars Magne Ingebrigtsen * nnsoup.el (nnsoup-replies-format-type): Ditto. (nnsoup-dissect-buffer): Ditto. (nnsoup-narrow-to-article): Ditto. - (nnsoup-make-active): Ditto + (nnsoup-make-active): Ditto. 2000-05-13 12:03:29 Shenghuo ZHU @@ -2497,7 +2497,7 @@ Mon Apr 24 21:12:06 2000 Lars Magne Ingebrigtsen 2000-04-20 23:12:43 Lars Magne Ingebrigtsen - * message.el (message-pipe-buffer-body): Use shell + * message.el (message-pipe-buffer-body): Use shell. 2000-02-21 Yoshiki Hayashi @@ -3695,7 +3695,7 @@ Fri Dec 3 20:09:41 1999 Lars Magne Ingebrigtsen 1999-11-24 Carsten Leonhardt * mail-source.el (mail-source-fetch-maildir): work around the - ommitted "file-regular-p" in efs/ange-ftp + ommitted "file-regular-p" in efs/ange-ftp. 1999-12-01 19:59:25 Lars Magne Ingebrigtsen @@ -4078,7 +4078,7 @@ Wed Dec 1 16:31:31 1999 Lars Magne Ingebrigtsen 1999-11-11 14:32:48 Steinar Bang - * nnweb.el (nnweb-type-definition): /=dnc + * nnweb.el (nnweb-type-definition): /=dnc . 1999-11-11 10:58:38 Lars Magne Ingebrigtsen @@ -4228,18 +4228,6 @@ Wed Dec 1 16:31:31 1999 Lars Magne Ingebrigtsen * nndraft.el (nndraft-request-expire-articles): Do all the backup files. -1999-10-29 David S. Goldberg - - * emacs-mime.texi (Customization): Document mm-inline-override-types - -1999-10-29 David S. Goldberg - - * emacs-mime.texi (Customization): Document mm-inline-override-types - -1999-10-29 David S. Goldberg - - * emacs-mime.texi (Customization): Document mm-inline-override-types - 1999-10-26 Katsumi Yamaoka * smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'. @@ -4556,19 +4544,19 @@ Fri Nov 5 19:10:02 1999 Lars Magne Ingebrigtsen 1999-10-20 David S. Goldberg - * mm-decode.el (mm-inline-override-types): New variable + * mm-decode.el (mm-inline-override-types): New variable. - * mm-decode.el (mm-inline-override-p): New function + * mm-decode.el (mm-inline-override-p): New function. - * mm-decode.el (mm-inlined-p): Use it + * mm-decode.el (mm-inlined-p): Use it. 1999-10-20 David S. Goldberg - * mm-decode.el (mm-inline-override-types): New variable + * mm-decode.el (mm-inline-override-types): New variable. - * mm-decode.el (mm-inline-override-p): New function + * mm-decode.el (mm-inline-override-p): New function. - * mm-decode.el (mm-inlined-p): Use it + * mm-decode.el (mm-inlined-p): Use it. Mon Sep 27 15:18:05 1999 Lars Magne Ingebrigtsen @@ -4708,7 +4696,7 @@ Mon Sep 27 15:18:05 1999 Lars Magne Ingebrigtsen 1999-08-27 Peter von der Ahe * message.el (message-send): More helpful error message if sending - fails + fails. 1999-09-06 Robert Bihlmeyer @@ -4868,16 +4856,6 @@ Fri Aug 27 13:17:48 1999 Lars Magne Ingebrigtsen * nnfolder.el (nnfolder-request-list-newsgroups): Faster expiry. -1999-07-10 Mike McEwan - - * gnus.texi (More Threading): Document new variable - `gnus-sort-gathered-threads-function'. - -1999-07-10 Mike McEwan - - * gnus.texi (More Threading): Document new variable - `gnus-sort-gathered-threads-function'. - 1999-07-11 Andreas Jaeger * gnus-uu.el (gnus-uu-digest-mail-forward): Delete file after @@ -5175,7 +5153,7 @@ Tue Jul 6 10:59:24 1999 Lars Magne Ingebrigtsen functions. (mm-attachment-override-p): Take a handle instead of a type. (mm-inlined-p): Ditto. - (mm-automatic-display-p): Ditto, + (mm-automatic-display-p): Ditto. (mm-inlinable-p): Ditto. * nndraft.el (nndraft-request-expire-articles): Delete backup @@ -6126,8 +6104,6 @@ Fri Feb 26 17:00:25 1999 Lars Magne Ingebrigtsen * nnmail.el (nnmail-split-it): new syntax: `(! FUNC SPLIT)'. FUNC is called with the result of SPLIT and should return a new split. - * gnus.texi: update the doc. - 1999-02-23 Didier Verna * gnus-picon.el (gnus-picons-display-bar-p): when picons are @@ -7007,7 +6983,7 @@ Sun Jan 3 13:32:02 1999 Lars Magne Ingebrigtsen * nnsoup.el (nnsoup-store-reply): Remove code to deal with irrelevant Sun sendmail bug. - (nnsoup-store-reply): Stop mucking with mail-header-separator. + (nnsoup-store-reply): Stop mucking with mail-header-separator. * message.el (message-send-news): Bind mail-header-separator to "" when asking backend to post. @@ -7872,7 +7848,7 @@ Fri Nov 20 05:30:26 1998 Lars Magne Ingebrigtsen (gnus-async-current-prefetch-article): new var. (gnus-async-request-fetched-article): are we fetching it already? - (gnus-async-delete-prefected-entry): s/prefected/prefetched/ + (gnus-async-delete-prefected-entry): s/prefected/prefetched/ . 1998-11-20 02:49:21 Lars Magne Ingebrigtsen @@ -7973,8 +7949,6 @@ Wed Nov 18 05:06:44 1998 Lars Magne Ingebrigtsen * gnus-topic.el (gnus-topic-expire-articles): New function. (gnus-topic-mode-map): Bind it. - * gnus.texi (Topic Commands): New expiry command. Reordered. - 1998-11-10 Miles Bader * gnus-sum.el @@ -8557,7 +8531,7 @@ Sat Oct 24 07:41:42 1998 Lars Magne Ingebrigtsen 1998-10-22 Didier Verna * gnus-spec.el (gnus-balloon-face-function): new function - (gnus-parse-format): understand the %< %> specifiers + (gnus-parse-format): understand the %< %> specifiers. (gnus-parse-complex-format): ditto. 1998-10-24 06:31:33 Lars Magne Ingebrigtsen @@ -8690,11 +8664,6 @@ Tue Oct 20 00:24:16 1998 Lars Magne Ingebrigtsen * gnus-sum.el (gnus-update-read-articles): (gnus-update-marks): Request backend update of mark. -1998-09-26 19:33:58 Simon Josefsson - - * gnus.texi (Optional Backend Functions): New item, - nnchoke-request-set-mark. - 1998-09-26 16:27:27 Simon Josefsson * gnus-range.el (gnus-remove-from-range): Don't add stuff in @@ -9051,7 +9020,7 @@ Thu Sep 24 02:29:57 1998 Lars Magne Ingebrigtsen 1998-09-22 Markus Rost * gnus-util.el (gnus-output-to-rmail): adjust to - `rmail-output-to-rmail-file' + `rmail-output-to-rmail-file'. 1998-09-23 20:07:00 Lars Magne Ingebrigtsen @@ -9084,7 +9053,7 @@ Tue Sep 15 16:15:16 1998 Kurt Swanson Sun Sep 20 00:27:55 1998 ZHU Shenghuo - * gnus-art.el (gnus-mime-inline-part): remove part if necessary + * gnus-art.el (gnus-mime-inline-part): remove part if necessary. 1998-09-23 19:30:52 Matt Armstrong @@ -9248,7 +9217,7 @@ Mon Sep 14 18:55:38 1998 Lars Magne Ingebrigtsen 1998-09-13 Shenghuo ZHU * gnus-int.el (gnus-request-replace-article): Replace - message-narrow-to-headers with message-narrow-to-head + message-narrow-to-headers with message-narrow-to-head. 1998-09-13 12:05:41 Lars Magne Ingebrigtsen diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index bd655d561..e9e82b93f 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 @@ -716,11 +716,11 @@ (gnus-agent-regenerate): Uses new gnus-agent-covered-methods function as gnus-agent-covered-methods variable no longer provides methods. - (gnus-agent-covered-methods): New function + (gnus-agent-covered-methods): New function. (gnus-agent-expire-group, gnus-agent-expire): Final message will, if gnus-verbose is greater than 4, report statistics of NOV entries and files deleted as well as total bytes recovered. - (gnus-agent-expire-done-message): New function + (gnus-agent-expire-done-message): New function. (gnus-agent-unread-articles): Bug fix. No longer drops last unread article onto read list. (gnus-agent-regenerate-group): Changed prompt to use typical @@ -922,7 +922,7 @@ * spam.el (spam-log-processing-to-registry): Improved message and comments. - (spam-log-unregistration-needed-p): New function + (spam-log-unregistration-needed-p): New function. (spam-ifile-register-spam-routine) (spam-ifile-register-ham-routine, spam-stat-register-spam-routine) (spam-stat-register-ham-routine) @@ -1163,7 +1163,7 @@ * message.el (message-mode-field-menu): Added message-generate-unsubscribed-mail-followup-to. - (message-forward-subject-fwd): Avoid double "Fwd: " + (message-forward-subject-fwd): Avoid double "Fwd: ". (message-change-subject): Added comment. 2003-10-19 Lars Magne Ingebrigtsen @@ -1631,7 +1631,7 @@ * gnus-art.el (gnus-treat-display-face): Fix typo. (gnus-treat-display-xface): Rename to gnus-treat-display-x-face - (reported by Jochen K,A|(Bpper ) + (reported by Jochen K,A|(Bpper ). 2003-08-24 Jesper Harder @@ -2127,7 +2127,7 @@ (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): New functions. * gnus.el (gnus-group-spam-exit-processor-spamoracle) - (gnus-group-ham-exit-processor-spamoracle): New variables for SpamOracle + (gnus-group-ham-exit-processor-spamoracle): New variables for SpamOracle. (spam-process, ham-process): Added spamoracle spam/ham processors. 2003-06-08 Jesper Harder @@ -2859,7 +2859,7 @@ * gnus-registry.el (gnus-registry-split-fancy-with-parent): Added diagnostic message. (gnus-registry-grep-in-list): Don't run when word is nil. - (gnus-registry-fetch-message-id-fast): New function + (gnus-registry-fetch-message-id-fast): New function. (gnus-registry-delete-group, gnus-registry-add-group): Make sure the id and group are not nil. (gnus-registry-register-message-ids): New function. @@ -3679,7 +3679,7 @@ `message-valid-fqdn-regexp' for initialization. (gnus-button-handle-info-url): Renamed and extended version of `gnus-button-handle-info'. - (gnus-button-message-level): Renamed from `gnus-button-mail-level' + (gnus-button-message-level): Renamed from `gnus-button-mail-level'. (gnus-button-handle-symbol, gnus-button-handle-library) (gnus-button-handle-info-keystrokes): New functions. (gnus-button-browse-level): New variable. @@ -5652,11 +5652,6 @@ * gnus-ems.el (gnus-mark-active-p): Do. -2003-01-15 Kevin Ryde - - * gnus.texi (Using MIME): Mention auto-compression-mode with - gnus-mime-copy-part. - 2003-01-15 Lars Magne Ingebrigtsen * message.el (message-send): Don't warn about duplicates when @@ -6440,8 +6435,8 @@ 2003-01-02 Reiner Steib - * gnus-art.el (gnus-button-url-regexp, - (gnus-button-mid-or-mail-regexp, gnus-button-alist, + * gnus-art.el (gnus-button-url-regexp) + (gnus-button-mid-or-mail-regexp, gnus-button-alist) (gnus-header-button-alist): Regexps are case insensitive here. 2003-01-02 Simon Josefsson @@ -6674,12 +6669,6 @@ gnus-group-sort-groups-by-real-name and gnus-group-sort-selected-groups-by-real-name. -2002-07-21 Jesper Harder - - * gnus.texi (Sorting Groups): Add key bindings for - gnus-group-sort-groups-by-real-name and - gnus-group-sort-selected-groups-by-real-name. - 2002-12-30 Teodor Zlatanov * spam.el (spam-use-dig): New variable for blackhole checking @@ -7341,7 +7330,7 @@ 2002-10-31 Alex Schroeder - * spam-stat.el (spam-stat-process-directory): Add dir to message + * spam-stat.el (spam-stat-process-directory): Add dir to message. (spam-stat-reduce-size): No longer remove words with values close to 0.5, because the default value is 0.2. @@ -8795,7 +8784,8 @@ 2002-06-11 Josh Huber - * gnus-start.el (gnus-dribble-enter): Don't call set-window-point anymore + * gnus-start.el (gnus-dribble-enter): Don't call set-window-point + anymore. * mml2015.el (mml2015-mailcrypt-encrypt): Accept optional argument to sign while encrypting. @@ -9204,10 +9194,10 @@ 2002-04-22 Bj,Av(Brn Torkelsson * gnus-srvr.el (gnus-server-browse-in-group-buffer): It is a - boolean not a string - * gnus-group.el (gnus-group-line-format): Add description of %C + boolean not a string. + * gnus-group.el (gnus-group-line-format): Add description of %C. * gnus-group.el (gnus-group-line-format-alist): Add gnus-tmp-comment - as %C + as %C. * gnus-group.el (gnus-group-insert-group-line): Add gnus-tmp-comment. 2002-04-22 Paul Jarc @@ -9938,7 +9928,7 @@ (gnus-article-edit-mode): mml-mode. * gnus-util.el (gnus-byte-compile): Work around a bug in XEmacs - 21.4. Suggested by Russ Allbery . + 21.4. Suggested by Russ Allbery . * message-utils.el: Adopt the file. @@ -12178,17 +12168,17 @@ 2001-12-18 01:00:00 ShengHuo ZHU - * ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el: + * ChangeLog, ChangeLog.1, nnwfm.el, gnus-smiley.el: * gnus-cite.el, gnus-delay.el, gnus-spec.el, message.el: * mml1991.el, nnultimate.el: Add `coding'. 2001-12-17 Josh Huber - * ChangeLog: Changed coding to buffer-file-coding-system + * ChangeLog: Changed coding to buffer-file-coding-system. * ChangeLog.1: Same. * nnwfm.el: Same. * gnus-smiley.el: Same. - * gnus-cite.el: Moved -*- magic cookie -*- to Local Variables + * gnus-cite.el: Moved -*- magic cookie -*- to Local Variables. * gnus-delay.el: Same. * gnus-spec.el: Same. * message.el: Same. @@ -12220,7 +12210,7 @@ 2001-12-13 Josh Huber * gnus-cus.el (gnus-extra-topic-parameters): Added topic parameter - subscribe-level + subscribe-level. * gnus-topic.el (gnus-subscribe-topics): Use it. 2001-12-13 22:00:00 Sean Neakums (tiny change) @@ -12373,7 +12363,7 @@ 2001-12-05 12:00:00 ShengHuo ZHU * gnus-group.el (gnus-group-find-new-groups): Fix doc. - From: Stefan Monnier + From: Stefan Monnier 2001-12-05 Katsumi Yamaoka @@ -12419,7 +12409,7 @@ * message.el (message-tab-body-function): Set to nil. (message-tab): Use text-mode-map or global-map. - Suggested by Kai Gro,b_(Bjohann . + Suggested by Kai Gro,b_(Bjohann . 2001-11-30 Simon Josefsson @@ -12611,7 +12601,7 @@ Support "Importance:" header in Message. * message.el (message-mode-map): Bind C-c C-p to - `message-insert-or-toggle-importance' + `message-insert-or-toggle-importance'. (message-mode-menu): Add message-insert-importance-{high,low}. (message-insert-importance-high, message-insert-importance-low) (message-insert-or-toggle-importance): New functions. @@ -13084,9 +13074,9 @@ 2001-10-21 Simon Josefsson - * nnimap.el (nnimap): Defgroup + * nnimap.el (nnimap): Defgroup. (nnimap-strict-function, nnimap-strict-function-match): New - widget, from Per Abrahamsen . + widget, from Per Abrahamsen . (nnimap-split-crosspost, nnimap-split-inbox) (nnimap-split-rule, nnimap-split-predicate) (nnimap-split-predicate): Defcustom. @@ -14646,7 +14636,7 @@ 2001-07-27 18:00:00 ShengHuo ZHU - * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ..." + * gnus.el (gnus-large-newsgroup): Add doc, "If it is nil, ...". * gnus-art.el (gnus-mime-view-all-parts): buffer-read-only covers mm-display-parts too. @@ -16104,7 +16094,7 @@ 2001-02-19 19:00:00 ShengHuo ZHU - * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?" + * gnus-draft.el (gnus-draft-reminder): "Confirm to exit?". 2001-02-19 Kai Gro,b_(Bjohann @@ -16969,7 +16959,7 @@ * gnus-cus.el (gnus-group-customize): Use it. * gnus.el (gnus-define-group-parameter): New macro. - (auto-expire): Use it + (auto-expire): Use it. (total-expire): Use it. * gnus-art.el (banner): Use it. diff --git a/texi/ChangeLog b/texi/ChangeLog index 16c5bf56a..fac8fba63 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -339,7 +339,7 @@ 2008-06-05 Reiner Steib - * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el + * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el. (Searching, nnir, nnmairix): New stub nodes. 2008-05-24 Reiner Steib @@ -352,7 +352,7 @@ 2008-05-01 Lars Magne Ingebrigtsen - * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.11 + * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.11. 2008-05-01 Lars Magne Ingebrigtsen @@ -579,7 +579,7 @@ 2007-10-04 Reiner Steib - * Relicense "GPLv2 or later" files to "GPLv3 or later". + * Relicense "GPLv2 or later" files to "GPLv3 or later". 2007-10-03 Holger Schauer @@ -1400,7 +1400,7 @@ (Agent and flags): New section providing a generalized discussion of flag handling. (Agent and IMAP): Removed flag discussion. - (Agent Variables): Added 'gnus-agent-synchronize-flags' + (Agent Variables): Added 'gnus-agent-synchronize-flags'. 2005-11-08 Romain Francoise @@ -1417,7 +1417,7 @@ (XVarious): Remove gnus-xmas-logo-color-alist and gnus-xmas-logo-color-style; fix description of gnus-use-toolbar. -2005-11-04 Ken Manheimer +2005-11-04 Ken Manheimer * pgg.texi (User Commands): Document additional passphrase argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions. @@ -1726,7 +1726,7 @@ 2005-02-08 Teodor Zlatanov * gnus.texi (Spam ELisp Package Configuration Examples): - "training.ham" should be "training.spam" + "training.ham" should be "training.spam". 2005-02-02 Katsumi Yamaoka @@ -1836,7 +1836,7 @@ (Spam ELisp Package Filtering of Incoming Mail) (Spam ELisp Package Sorting and Score Display in Summary Buffer): replace @code{spam.el} with @file{spam.el} where the file spam.el - is intended as the subject + is intended as the subject. 2004-12-06 Reiner Steib @@ -1885,9 +1885,9 @@ (Spam ELisp Package Filtering of Incoming Mail): mention statistical filters. Remove old TODO. (Spam ELisp Package Sorting and Score Display in Summary Buffer): - new section on sorting and displaying the spam score + new section on sorting and displaying the spam score. (BBDB Whitelists): mention spam-use-BBDB-exclusive is not a - backend but an alias to spam-use-BBDB + backend but an alias to spam-use-BBDB. (Extending the Spam ELisp package): rewrite the example using the new backend functionality. @@ -1964,7 +1964,7 @@ * gnus.texi (Hashcash): changed location of library, also mention that payments can be verified and fix the name of the - hashcash-path variable + hashcash-path variable. 2004-09-23 Reiner Steib @@ -2148,12 +2148,12 @@ * gnus.texi (Blacklists and Whitelists, BBDB Whitelists) (Bogofilter, spam-stat spam filtering, SpamOracle): old incorrect - warning about ham processors in spam groups removed + warning about ham processors in spam groups removed. 2004-04-02 Teodor Zlatanov From Hubert Chan - * gnus.texi (SpamAssassin backend): added new node about SpamAssassin + * gnus.texi (SpamAssassin backend): added new node about SpamAssassin. 2004-03-29 Teodor Zlatanov @@ -2291,7 +2291,7 @@ Suggested by Gaute Strokkenes * gnus.texi (agent-disable-undownloaded-faces): Replaced with - agent-enable-undownloaded-faces + agent-enable-undownloaded-faces. 2004-01-17 Jesper Harder @@ -2374,11 +2374,11 @@ * gnus.texi (Spam ELisp Package Sequence of Events): explain more about the sequence of events and what happens with read-only - backends + backends. (Spam ELisp Package Global Variables): explain what happens with - read-only backends + read-only backends. (Spam ELisp Package Configuration Examples): added Reiner Steib - and Ted Zlatanov's setups + and Ted Zlatanov's setups. 2004-01-03 Reiner Steib @@ -2402,25 +2402,25 @@ 2004-01-02 Teodor Zlatanov - * gnus.texi (Top): updated menu with new manual nodes - (The problem of spam): more ranting - (Anti-Spam Basics): "spammers are wise to [filtering on From:]" - (SpamAssassin): mention spam.el + * gnus.texi (Top): updated menu with new manual nodes. + (The problem of spam): more ranting. + (Anti-Spam Basics): "spammers are wise to [filtering on From:]". + (SpamAssassin): mention spam.el. (Hashcash): do not a sentence end proposition with (Filtering Spam Using The Spam ELisp Package): more and better - explanation, took lots of information out into subsections + explanation, took lots of information out into subsections. (Spam ELisp Package Sequence of Events) (Spam ELisp Package Filtering of Incoming Mail) (Spam ELisp Package Global Variables): new or updated content all - around + around. (Spam ELisp Package Configuration Examples): promised new - section, empty for now + section, empty for now. (Blacklists and Whitelists, BBDB Whitelists) (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering) (SpamOracle): mention that spam/ham processor variables are being - obsoleted + obsoleted. (Extending the Spam ELisp package): add some new documentation - for adding a new backend to spam.el + for adding a new backend to spam.el. 2004-01-02 Reiner Steib @@ -2517,7 +2517,7 @@ 2003-11-20 Teodor Zlatanov - * gnus.texi (Debugging IMAP): minor corrections + * gnus.texi (Debugging IMAP): minor corrections. 2003-11-20 Reiner Steib @@ -2539,12 +2539,12 @@ 2003-11-03 Teodor Zlatanov * gnus.texi (Filtering Spam Using The Spam ELisp Package): added - some clarifications + some clarifications. 2003-10-30 Teodor Zlatanov * gnus.texi (Fancy Mail Splitting): added mention of - nnmail-split-fancy-match-partial-words + nnmail-split-fancy-match-partial-words. 2003-10-30 Jesper Harder @@ -2557,7 +2557,7 @@ * gnus.texi (Filtering Spam Using The Spam ELisp Package): added example of using a string as a parameter to spam-split in order - to override the default spam-split-group value + to override the default spam-split-group value. 2003-10-27 Jesper Harder @@ -2580,7 +2580,7 @@ 2003-10-22 Teodor Zlatanov * gnus.texi (Filtering Spam Using The Spam ELisp Package): - changed to use the new spam-initialize function + changed to use the new spam-initialize function. 2003-10-19 Reiner Steib @@ -2618,7 +2618,7 @@ * gnus.texi (Filtering Spam Using The Spam ELisp Package): added spam-process-ham-in-spam-groups and - spam-process-ham-in-nonham-groups variable descriptions + spam-process-ham-in-nonham-groups variable descriptions. 2003-10-01 Jesper Harder @@ -2636,7 +2636,7 @@ * gnus.texi (Fancy Mail Splitting, SpamAssassin): corrected fancy split example to use current buffer, mentioned - nnimap-split-download-body + nnimap-split-download-body. 2003-09-22 Jesper Harder @@ -2671,7 +2671,7 @@ 2003-08-29 Teodor Zlatanov * gnus.texi (Gmane Spam Reporting): added explanation of - spam-report-gmane-use-article-number + spam-report-gmane-use-article-number. 2003-08-25 Jesper Harder @@ -2714,9 +2714,9 @@ 2003-07-14 Teodor Zlatanov * gnus.texi (Filtering Spam Using The Spam ELisp Package): - mentioned the spam-install-hooks mess + mentioned the spam-install-hooks mess. -2003-07-11 Matthias Andree (tiny change) +2003-07-11 Matthias Andree (tiny change) * gnus.texi (Splitting in IMAP): Typos. @@ -2787,7 +2787,7 @@ 2003-06-11 Teodor Zlatanov * gnus.texi (Bogofilter): revise docs to mention threshold is now - user-controllable + user-controllable. 2003-06-10 Jesper Harder @@ -2800,8 +2800,8 @@ 2003-06-09 Teodor Zlatanov * gnus.texi (Filtering Spam Using The Spam ELisp Package): new - SpamOracle node - (SpamOracle): document new SpamOracle code + SpamOracle node. + (SpamOracle): document new SpamOracle code. 2003-06-07 Jesper Harder @@ -2848,7 +2848,7 @@ * message.texi (Insertion Variables): do. -2003-05-13 Niklas Morberg (tiny change) +2003-05-13 Niklas Morberg (tiny change) * gnus.texi (IMAP, Agent and IMAP, Oort Gnus): s/a/an/. @@ -2918,8 +2918,8 @@ 2003-04-30 Teodor Zlatanov * gnus.texi (Filtering Spam Using The Spam ELisp Package): revised - documentation - (Gmane Spam Reporting, Anti-spam Hashcash Payments): new sections + documentation. + (Gmane Spam Reporting, Anti-spam Hashcash Payments): new sections. 2003-04-30 Reiner Steib @@ -3038,7 +3038,7 @@ 2003-04-06 Reiner Steib - * gnus.texi: Change ~/.gnus and .gnus.el to ~/.gnus.el + * gnus.texi: Change ~/.gnus and .gnus.el to ~/.gnus.el. 2003-04-02 Reiner Steib @@ -3048,7 +3048,7 @@ 2003-04-01 Reiner Steib * gnus.texi (Article Button Levels): Added - `gnus-button-ctan-directory-regexp' + `gnus-button-ctan-directory-regexp'. 2003-04-01 Katsumi Yamaoka @@ -3145,7 +3145,7 @@ * gnus.texi (Required Back End Functions): Add. -2003-03-17 Frank Haun (tiny change) +2003-03-17 Frank Haun (tiny change) * pgg.texi: Fix setfilename. @@ -3191,7 +3191,7 @@ 2003-02-28 Teodor Zlatanov * gnus.texi (Extending the spam elisp package): added mention of - spam-list-of-statistical-checks + spam-list-of-statistical-checks. 2003-02-27 ShengHuo ZHU @@ -3261,7 +3261,7 @@ * gnus.texi (BBDB Whitelists, Blacklists and Whitelists): corrected existing docs, added spam-use-whitelist-exclusive and - spam-use-BBDB-exclusive to list of variables + spam-use-BBDB-exclusive to list of variables. 2003-02-07 Jesper Harder @@ -3275,7 +3275,7 @@ 2003-02-04 Reiner Steib * message.texi (Mail Variables): Added index entry for - `message-send-mail-partially-limit' + `message-send-mail-partially-limit'. 2003-01-30 Jesper Harder @@ -3298,8 +3298,8 @@ 2003-01-27 Teodor Zlatanov - * gnus.texi: replace `H' mark with `$' mark - (Blackholes): add spam-blackhole-good-server-regex variable + * gnus.texi: replace `H' mark with `$' mark. + (Blackholes): add spam-blackhole-good-server-regex variable. 2003-01-26 Simon Josefsson @@ -3316,7 +3316,7 @@ 2003-01-23 Teodor Zlatanov * gnus.texi (Regular Expressions Header Matching): documentation - for new spam splitting functionality + for new spam splitting functionality. 2003-01-23 Jesper Harder @@ -3366,7 +3366,7 @@ * gnus.texi (Various Summary Stuff): Add gnus-summary-display-while-building. (Group Parameters): Index gnus-parameters. - (Startup Files): Index gnus-site-init-file + (Startup Files): Index gnus-site-init-file. 2003-01-20 Jesper Harder @@ -3383,9 +3383,10 @@ * dir (File): Add pgg. - * gnus.texi (Selecting a Group): Index gnus-auto-select-subject + * gnus.texi (Selecting a Group): Index gnus-auto-select-subject. - * emacs-mime.texi (Display Customization): Add mm-keep-viewer-alive-types + * emacs-mime.texi (Display Customization): + Add mm-keep-viewer-alive-types. 2003-01-16 Lars Magne Ingebrigtsen @@ -3395,11 +3396,11 @@ * gnus.texi (Filtering Spam Using The Spam ELisp Package): clarified syntax of gnus-spam-process-destinations and - gnus-ham-process-destinations variables - (Extending the spam elisp package): fixed typo in node name - (Bogofilter): new functionality and variables noted + gnus-ham-process-destinations variables. + (Extending the spam elisp package): fixed typo in node name. + (Bogofilter): new functionality and variables noted. (Filtering Spam Using The Spam ELisp Package): added mention of - nnimap-split-download-body + nnimap-split-download-body. 2003-01-15 ShengHuo ZHU @@ -3418,6 +3419,11 @@ * gnus.texi (X-Face): Revert substantial part of last fix. (Splitting in IMAP): Add. +2003-01-15 Kevin Ryde + + * gnus.texi (Using MIME): Mention auto-compression-mode with + gnus-mime-copy-part. + 2003-01-13 Reiner Steib * gnus.texi (Window Layout): Fixed braces in example. @@ -3440,7 +3446,7 @@ * gnus.texi (Filtering Spam Using The Spam ELisp Package): removed spam.el and spam-stat.el from the node and section names wherever - possible, since info indexing doesn't like `.' in the name + possible, since info indexing doesn't like `.' in the name. 2003-01-12 Lars Magne Ingebrigtsen @@ -3535,7 +3541,7 @@ * gnus.texi (Filtering Spam Using spam.el) (Blacklists and Whitelists, BBDB Whitelists, Blackholes) (Bogofilter, Ifile spam filtering, Extending spam.el): updated - documentation for the new spam.el functionality + documentation for the new spam.el functionality. 2003-01-05 Jesper Harder @@ -3591,7 +3597,7 @@ 2002-12-30 Teodor Zlatanov * gnus.texi (Blackholes): added information on query-dig and - dig.el; users are told that using blackhole checks is OK now + dig.el; users are told that using blackhole checks is OK now. 2002-12-29 Lars Magne Ingebrigtsen @@ -3647,14 +3653,14 @@ 2002-11-22 Teodor Zlatanov - * gnus.texi (Extending spam.el): fixed typos and wrong @items + * gnus.texi (Extending spam.el): fixed typos and wrong @items. 2002-11-21 Teodor Zlatanov * gnus.texi: - added new keyboard commands + added new keyboard commands. - * gnus.texi: added extended section on spam + * gnus.texi: added extended section on spam. 2002-11-18 jas @@ -3811,7 +3817,7 @@ 2002-09-06 Lars Magne Ingebrigtsen * gnus.texi (Browse Foreign Server): Addition. - (Limiting): Addition.articles + (Limiting): Addition.articles. 2002-09-04 Simon Josefsson @@ -3848,7 +3854,7 @@ * gnus.texi (Summary Mail Commands): Add gnus-summary-reply-broken-reply-to and gnus-summary-reply-broken-reply-to-with-original. - (Setting Process Marks): Add gnus-uu-unmark-region + (Setting Process Marks): Add gnus-uu-unmark-region. (Article Header): Fix typo. (MIME Commands): Fix typo. (MIME Commands): Index gnus-article-decode-mime-words, @@ -3883,6 +3889,12 @@ non-functioning search engines. From Niklas Morberg . +2002-07-21 Jesper Harder + + * gnus.texi (Sorting Groups): Add key bindings for + gnus-group-sort-groups-by-real-name and + gnus-group-sort-selected-groups-by-real-name. + 2002-05-14 Jesper Harder * gnus.texi (Summary Buffer Lines): Fix typo. @@ -3974,7 +3986,7 @@ 2002-05-08 Josh Huber * message.texi (Security): Added a note about the signencrypt - style, and how to change it using `mml-signencrypt-style.' + style, and how to change it using `mml-signencrypt-style.'. 2002-05-04 Simon Josefsson @@ -4025,7 +4037,7 @@ 2002-04-09 Paul Jarc - * .cvsignore: added message-[0-9]* + * .cvsignore: added message-[0-9]*. 2002-04-08 Paul Jarc @@ -4245,7 +4257,7 @@ * gnus.texi (Summary Score Commands): Added detail on "extra" header scoring. - (Score File Format): ditto + (Score File Format): ditto. 2002-02-01 Katsumi Yamaoka @@ -4329,11 +4341,11 @@ * gnus.texi (Agent Commands): Use gnus-agent-batch instead of gnus-agent-batch-fetch. -2002-01-15 Tue Jari Aalto +2002-01-15 Jari Aalto * gnus.texi (Really Various Summary Commands): Added commands how to create nnvirtual group and and how to modify the nnvirtual - regexp + regexp. 2002-01-12 ShengHuo ZHU @@ -4483,7 +4495,7 @@ 2001-12-18 Josh Huber * ChangeLog, gnus.texi, emacs-mime.texi: (oops) removed - buffer-file-coding-system + buffer-file-coding-system. 2001-12-18 00:00:00 ShengHuo ZHU @@ -4492,11 +4504,11 @@ 2001-12-17 Josh Huber - * ChangeLog: changed coding to buffer-file-coding-system - * emacs-mime.texi: changed -*- magic cookie -*- to Local Variables - * gnus.texi: same - * gnus-ref.tex: same - * refcard.tex: same + * ChangeLog: changed coding to buffer-file-coding-system. + * emacs-mime.texi: changed -*- magic cookie -*- to Local Variables. + * gnus.texi: same. + * gnus-ref.tex: same. + * refcard.tex: same. 2001-12-16 Simon Josefsson @@ -5007,7 +5019,7 @@ * gnus.texi (September Gnus): Typo. 2001-08-12 Simon Josefsson - Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE + Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE. * gnus.texi (Other Marks): Add recent. (Optional Backend Functions): Add forward and recent. @@ -5072,7 +5084,7 @@ 2001-07-25 22:22:22 Raymond Scholz * gnus.texi (Fancy Mail Splitting): New variable - nnmail-split-fancy-with-parent-ignore-groups + nnmail-split-fancy-with-parent-ignore-groups. 2001-07-24 Kai Großjohann @@ -5429,7 +5441,7 @@ 2001-01-13 Kai Großjohann * gnus.texi (Mail): Move explanation of - `message-send-mail-partially-limit' to message.texi + `message-send-mail-partially-limit' to message.texi. * message.texi (Mail Variables): Ditto. @@ -5551,7 +5563,7 @@ * gnus.texi (Archived Messages): Add. -2000-11-20 Jochen Küpper +2000-11-20 Jochen Küpper * gnus.texi (Security): Fix typo. @@ -5676,7 +5688,7 @@ * message.texi, gnus.texi, emacs-mime.texi: Convert to GFDL. -2000-09-20 John H. Palmieri +2000-09-20 John H. Palmieri * gnus.texi (Mail Source Customization): Document of mail-source-incoming-file-prefix. @@ -5690,7 +5702,7 @@ * gnus.texi (IMAP): Add pointer to description of ~/.authinfo file format. -2000-09-17 Felix Natter +2000-09-17 Felix Natter * gnusref.tex: New version. @@ -5701,11 +5713,11 @@ * gnus.texi (Article Hiding): Doc fix as suggested by Felix Natter . -2000-06-22 Michael Totschnig +2000-06-22 Michael Totschnig * gnus.texi (Agent Basics): Doc fix. -2000-09-14 Jason R. Mastaler +2000-09-14 Jason R. Mastaler * gnus.texi (Mail Source Specifiers): Use $HOME. @@ -5766,7 +5778,7 @@ * gnus.texi (Splitting in IMAP): Update. -2000-05-19 15:18:32 Dmitry Yaitskov +2000-05-19 15:18:32 Dmitry Yaitskov * message.texi (Reply): Doc fix. @@ -6061,6 +6073,10 @@ * gnus.texi (Posting Styles): Addition. +1999-10-29 David S. Goldberg + + * emacs-mime.texi (Customization): Document mm-inline-override-types. + 1999-10-23 Simon Josefsson * gnus.texi (Mail Source Specifiers): Add imap mail-source. @@ -6073,7 +6089,7 @@ 1999-10-29 David S. Goldberg - * emacs-mime.texi (Customization): Document mm-inline-override-types + * emacs-mime.texi (Customization): Document mm-inline-override-types. 1999-09-25 10:58:17 Lars Magne Ingebrigtsen @@ -6193,7 +6209,7 @@ 1999-03-25 Erik Toubro Nielsen - * gnus.texi (gnus-thread-sort-functions). 'reverse' => 'not' + * gnus.texi (gnus-thread-sort-functions). 'reverse' => 'not'. 1999-04-17 10:21:01 Jack Twilley @@ -6218,7 +6234,7 @@ 1999-02-26 20:54:34 Jason R. Mastaler * gnus.texi (Article Date): Added joke by Colin Rafferty - (colin@xemacs.org). + . 1999-02-26 08:26:10 Lars Magne Ingebrigtsen @@ -6228,6 +6244,11 @@ Thu Feb 25 00:28:49 1999 Shenghuo ZHU * gnus.texi (Category Syntax): Typo fix. +1999-02-25 Didier Verna + + * gnus.texi (Fancy Mail Splitting): update the doc about the new syntax + `(! FUNC SPLIT)'. + 1999-02-21 11:42:54 Vladimir Volovich * Makefile.in (.texi): Fix check for MAKEINFO. @@ -6345,6 +6366,10 @@ Thu Feb 25 00:28:49 1999 Shenghuo ZHU * gnus.texi (MIME Commands): Addition. (Expiring Mail): Addition. +1998-11-08 03:37:42 Simon Josefsson + + * gnus.texi (Topic Commands): New expiry command. Reordered. + 1998-11-07 17:18:07 Lars Magne Ingebrigtsen * gnus.texi (Gnus Reference Guide): Renamed. @@ -6389,6 +6414,11 @@ Thu Feb 25 00:28:49 1999 Shenghuo ZHU * gnus.texi (Selecting a Group): Addition. +1998-09-26 19:33:58 Simon Josefsson + + * gnus.texi (Optional Backend Functions): New item, + nnchoke-request-set-mark. + 1998-09-13 08:58:56 Lars Magne Ingebrigtsen * dir (File): Updated. -- 2.25.1