X-Git-Url: https://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog.2;h=c75411d2614021df4d10c0db3e75c8fef8b6fdf7;hp=fb908fafc3da3e4a4f2114c8b9f3322b502469a8;hb=15a4e4b567dca492a30ffb42dc964762e3b3aba9;hpb=47e74e66017bcd294dbcc2d0b980bb1cbd6ba9bd diff --git a/lisp/ChangeLog.2 b/lisp/ChangeLog.2 index fb908fafc..c75411d26 100644 --- a/lisp/ChangeLog.2 +++ b/lisp/ChangeLog.2 @@ -243,6 +243,7 @@ max-specpdl-size when compiling Gnus with Emacs 20. 2003-12-22 Kevin Greiner + * gnus-int.el (gnus-open-server): Fixed the server status such that an agentized server, when opened offline, has a status of offline. Also fixes bug whereby the agent's backend was called @@ -348,7 +349,7 @@ the last successful check; this was seen as a cleaner approach than returning a cell like '(spam spam-use-bogofilter). (spam-list-of-checks): Documentation appended. - (spam-split): Accomodate the spam-split-symbolic-return and + (spam-split): Accommodate the spam-split-symbolic-return and spam-split-symbolic-return-positive variables. (spam-find-spam): New function called when the summary is built. (spam-log-registered-p): Checks if a ham or spam registration has @@ -463,7 +464,7 @@ * mml-smime.el (mml-smime-sign): Replace CRLF with LF in OpenSSL output. Reported by Arne J,Ax(Brgensen . -2003-12-07 Lloyd Zusman (tiny change) +2003-12-07 Lloyd Zusman (tiny change) * pgg-gpg.el (pgg-gpg-recipient-arg): Add. (pgg-gpg-encrypt-region): Use it. @@ -673,6 +674,7 @@ * dgnushack.el (mapc): Add the compiler macro for Emacs 20. 2003-11-24 Kevin Greiner + * gnus-srvr.el (gnus-server-insert-server-line): The server names used in gnus-agent are different (for example, the native server uses the alias "native") from the names in gnus-srvr. @@ -714,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 @@ -911,7 +913,7 @@ * spam.el (spam-spamoracle): Doc change, suggested by Jean-Marc Lasgouttes . -2003-11-04 Norbert Koch (tiny change) +2003-11-04 Norbert Koch (tiny change) * gnus-score.el (gnus-decay-score): Protect against arithmetic errors. @@ -920,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) @@ -931,7 +933,7 @@ (spam-spamoracle-learn-ham, spam-spamoracle-learn-spam): Change spam-log-processing-to-registry invocations appropriately. -2003-10-31 Derek Atkins (tiny change) +2003-10-31 Derek Atkins (tiny change) * imap.el (imap-kerberos4-open): Ignore output from ATHENA imtest. @@ -1057,7 +1059,7 @@ 2003-10-24 Teodor Zlatanov * 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 @@ -1161,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 @@ -1475,7 +1477,7 @@ * gnus.el (gnus-group-charter-alist): Update. -2003-09-10 Eric Knauel +2003-09-10 Eric Knauel * spam-report.el: Use mm-url.el functions for external URL loading when the built-in HTTP GET is insufficient (e.g. proxies are in @@ -1527,7 +1529,7 @@ data. (gnus-registry-minimum-subject-length): Minimum subject length before it's considered when tracing subjects. - (gnus-registry-save): Accomodate extra data entry caching. + (gnus-registry-save): Accommodate extra data entry caching. (gnus-registry-action): Change function name, add the subject and pass it to gnus-registry-add-group. (gnus-registry-spool-action): Change function name, add the @@ -1629,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 @@ -1761,7 +1763,7 @@ * gnus-registry.el (gnus-registry-install): Add an initial registry read to the loading when gnus-registry-install is set. -2003-07-26 Mark Thomas (tiny change) +2003-07-26 Mark Thomas (tiny change) * flow-fill.el (fill-flowed): Empty lines separate paragraphs even if the preceding line ends with a soft break. @@ -2125,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 @@ -2346,7 +2348,7 @@ * gnus-sum.el (gnus-summary-reselect-current-group): Supply leave-hidden. -2003-05-14 Jonathan Kamens +2003-05-14 Jonathan I. Kamens * gnus-sum.el (gnus-summary-exit): Added `leave-hidden'. (Tiny patch.) @@ -2428,7 +2430,7 @@ (rfc2047-syntax-table): Fix building table to work in Emacs 22. (rfc2047-unfold-region): Delete unused var `leading'. -2003-05-12 Ville Skytt,Ad(B (tiny change) +2003-05-12 Ville Skytt,Ad(B (tiny change) * pgg.el (pgg-temp-buffer-show-function): Reuse existing visible output window if one is available. @@ -2454,7 +2456,7 @@ 2003-05-10 Lars Magne Ingebrigtsen - * gnus.el (gnus-logo-color-alist): Added no colours. + * gnus.el (gnus-logo-color-alist): Added no colors. 2003-05-09 Dave Love @@ -2667,7 +2669,7 @@ * 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. @@ -2857,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. @@ -3677,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. @@ -3952,8 +3954,7 @@ that Gnus will render it as html if the user wants that. Implemented the ability to save nnrss-group-alist so that any new - feeds the you subscribe to will be found the next time you start - up. + feeds you subscribe to will be found the next time you start up. Implemented support for RSS 2.0 elements (author, pubDate). @@ -5036,8 +5037,8 @@ 2003-02-08 Michael Welsh Duggan * nnmail.el (nnmail-split-it): If a message ends up matching the - same mailbox more than once, it will cause duplicates to appear - in the mailbox. + same mailbox more than once, it will cause duplicates to appear + in the mailbox. 2003-02-08 Simon Josefsson @@ -5381,7 +5382,7 @@ * gnus.el: Oort Gnus v0.14 is released. -2003-01-24 Mark Thomas (tiny change) +2003-01-24 Mark Thomas (tiny change) * gnus-sum.el (gnus-summary-prepare-threads): Reset state for %B before beginning. @@ -5650,11 +5651,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 @@ -5681,11 +5677,11 @@ * gnus-audio.el (gnus-audio-au-player): Use executable-find. -2003-01-13 Jhair Tocancipa Triana +2003-01-13 Jhair Tocancipa Triana * gnus-audio.el (gnus-audio-au-player, gnus-audio-wav-player): Use - /usr/bin/play as default player. - (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play. + /usr/bin/play as default player. + (gnus-audio-play): Added ARG-DESCRIPTOR to prompt for a file to play. 2003-01-14 Katsumi Yamaoka @@ -5774,7 +5770,7 @@ 2003-01-12 Raymond Scholz - * 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. @@ -6421,7 +6417,7 @@ * gnus-art.el (article-wash-html): Clean up. -2003-01-02 pete-temp +2003-01-02 Pete Kazmier * gnus-art.el (gnus-treat-wash-html): New variable. @@ -6438,8 +6434,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 @@ -6666,18 +6662,12 @@ * message.el (message-completion-alist): Added "Mail-Followup-To" and "Mail-Copies-To". -2002-07-21 Jesper harder +2002-07-21 Jesper Harder * gnus-group.el: Add key bindings for 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 @@ -6934,12 +6924,12 @@ broken connections by opening a new connection and repeating the failed command. (nntp-retrieve-headers-with-xover): Some NNTP servers respond to - XOVER commands preceeding the active articles with the nov entry + XOVER commands preceding the active articles with the nov entry of the first available article. When gnus connected to such a server, the unexpected nov entry would result in duplicate lines in the agent's overview file. This patch fixes the duplicate lines problem and improves performance by skipping over all - articles IDs that preceed the first nov entry in the server's + articles IDs that precede the first nov entry in the server's reply. 2002-12-11 Katsumi Yamaoka @@ -7168,7 +7158,7 @@ (gnus-agent-read-agentview): New function, used by gnus-agent-load-alist. (gnus-agent-load-fetched-headers): Remove. - (gnus-agent-save-alist): Rewrite to accomodate new format. + (gnus-agent-save-alist): Rewrite to accommodate new format. (gnus-agent-fetch-group-1): Make sure list of articles is in the same order as in gnus-newsgroup-headers. (gnus-agent-expire): Document and implement extra args ARTICLES, @@ -7339,7 +7329,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. @@ -7468,7 +7458,7 @@ 2002-10-22 TSUCHIYA Masatoshi - * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables. + * pgg.el (pgg-snarf-keys): Do not refer unbound local variables. 2002-10-22 Simon Josefsson @@ -7590,7 +7580,7 @@ (spam-display-buffer-contents): Remove. (spam-bogofilter-score): Merge spam-display-buffer-contents. -2002-10-17 Ted Zlatanov +2002-10-17 Teodor Zlatanov * spam.el (spam-display-buffer-contents): New function. (spam-bogofilter-score): Use spam-display-buffer-contents, patch @@ -7649,7 +7639,7 @@ * gnus-spec.el (gnus-pad-form): Use gnus-string-width-function. -2002-10-11 Ted Zlatanov +2002-10-11 Teodor Zlatanov * spam.el (spam-check-ifile): Added ifile as a spam checking backend, and spam-use-ifle as the variable to toggle that check. @@ -7659,7 +7649,7 @@ * message.el (message-beginning-of-line): New variable. (message-beginning-of-line): Use it. -2002-10-11 Ted Zlatanov +2002-10-11 Teodor Zlatanov * spam.el: More compilation fixes for BBDB. @@ -7695,7 +7685,7 @@ (mml2015-unabbrev-trust-alist): New. (mml2015-gpg-extract-signature-details): Use it. -2002-10-10 Ted Zlatanov +2002-10-10 Teodor Zlatanov * spam.el: Compilation fixes, spam-check-bbdb function is nil if no BBDB installed. @@ -7889,7 +7879,7 @@ * gnus-ems.el (gnus-x-splash): Set coding-system-for-read to raw-text. -2002-09-30 Ted Zlatanov +2002-09-30 Teodor Zlatanov * spam.el: Merged changes from pinard@iro.umontreal.ca (Fran,Ag(Bois Pinard). @@ -7910,7 +7900,7 @@ (mml1991-pgg-sign, mml1991-pgg-encrypt): New functions. (mml1991-pgg-encrypt): Fix recipients querying. -2002-09-28 (tiny change) +2002-09-28 David Edmondson * mml2015.el (autoload): Autoload correct files. @@ -8624,7 +8614,7 @@ * gnus-sum.el (gnus-summary-insert-new-articles): Count down to avoid nreverse. -2002-07-14 Ted Zlatanov +2002-07-14 Teodor Zlatanov * gnus-sum.el (gnus-auto-expirable-marks): Remove `spam'. (gnus-summary-mode-line-format-alist): Add %h for number of @@ -8793,7 +8783,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. @@ -8898,7 +8889,7 @@ 2002-05-18 Jesper Harder - * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary + * gnus-sum.el (gnus-dependencies-add-header): Avoid one unnecessary call to gnus-parent-id when we check for References loops. (gnus-summary-prepare-threads): Avoid simplifying every Subject twice by saving the simplified subject string in simp-subject. @@ -8930,8 +8921,7 @@ * sieve-manage.el (sieve-manage-cram-md5-auth): Just send the SASL name (makes it work with recent Cyrus timsieved). -2002-05-20 Jason - Trivial patch. +2002-05-20 Jason Baker (tiny change) * gnus-art.el (gnus-request-article-this-buffer): Try reconnecting if you don't get the message. @@ -9203,10 +9193,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 @@ -9252,7 +9242,7 @@ * 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 +2002-04-17 Teodor Zlatanov * spam.el (spam-whitelist, spam-blacklist, spam-enter-whitelist): Improve docstring. @@ -9308,7 +9298,7 @@ 2002-04-11 Lars Magne Ingebrigtsen - * gnus-art.el (gnus-article-prepare): Place point on the emtpy + * gnus-art.el (gnus-article-prepare): Place point on the empty header line. 2002-04-11 Per Abrahamsen @@ -9360,8 +9350,7 @@ * nnmaildir.el: Fixed some buggy invocations of nnmaildir--pgname. -2002-03-31 Andrew Cohen - Trivial patch. +2002-03-31 Andrew Cohen (tiny change) * dns.el: open-network-stream under XEmacs does udp. @@ -9938,7 +9927,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. @@ -10644,8 +10633,7 @@ * nnweb.el (nnweb-type-definition): Clean up. -2002-01-21 Alastair Burt - Trivial patch. +2002-01-21 Alastair Burt (tiny change) * gnus-art.el (gnus-mm-display-part): Make sure that the summary buffer exists before jumping to it. @@ -10658,7 +10646,7 @@ (gnus-article-wash-function): New variable. (gnus-article-wash-html-with-w3m): New function. -2002-01-20 Bj,Av(Brn Torkelsson +2002-01-20 Bj$(D+S(Brn Torkelsson * dgnushack.el (dgnushack-compile): Compile smiley-ems for XEmacs. @@ -11286,8 +11274,7 @@ * gnus.el (gnus-logo-color-alist): Added more colors from Luis. -2002-01-05 Keiichi Suzuki - Trivial patch. +2002-01-05 Keiichi Suzuki (tiny change) * nntp.el (nntp-possibly-change-group): Erase contents of nntp buffer to get rid of junk line. @@ -11528,7 +11515,7 @@ 2002-01-02 ShengHuo ZHU * gnus-picon.el (gnus-picon-transform-newsgroups): Fix for the case - "Newsgroups: rec.music.beatles.moderated, rec.music.beatles". + "Newsgroups: rec.music.beatles.moderated, rec.music.beatles". 2002-01-03 Steve Youngs @@ -12180,17 +12167,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. @@ -12222,7 +12209,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) @@ -12375,7 +12362,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 @@ -12421,7 +12408,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 @@ -12466,7 +12453,7 @@ (imap-stream-alist): Backslash. * gnus-sum.el (gnus-summary-limit-to-author): Missing arguments. - Thanks to david.goldberg6@verizon.net (David S. Goldberg). + Thanks to david.goldberg6@verizon.net (David S. Goldberg). 2001-11-27 14:00:00 ShengHuo ZHU @@ -12528,7 +12515,7 @@ * mm-encode.el (mm-encode-content-transfer-encoding): Fix error message. (Gnus does not "default" to using 8bit for the message, it default to use 8bit encoding and the user-supplied CTE - value. Calling this behaviour "treating it as 8bit" is perhaps + value. Calling this behavior "treating it as 8bit" is perhaps better.) * mm-bodies.el (mm-body-encoding): Intern encoding if needed @@ -12613,7 +12600,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. @@ -12813,7 +12800,7 @@ (imap-remassoc): Copied from `gnus-remassoc'. (imap-add-callback): New function. (imap-mailbox-expunge, imap-mailbox-close): Support asynchronous - behaviour. + behavior. (imap-parse-response): Call the callback. * message.el (message-insert-canlock): New variable. @@ -12970,7 +12957,7 @@ 2001-10-30 13:00:00 ShengHuo ZHU * gnus-spec.el (gnus-parse-simple-format): Use - buffer-substring-no-properties. + buffer-substring-no-properties. 2001-10-30 Katsumi Yamaoka @@ -13086,9 +13073,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. @@ -13535,8 +13522,7 @@ * gnus-spec.el (gnus-correct-pad-form): Re-revert. (gnus-parse-simple-format): Re-revert. -2001-09-16 Katsuhiro Hermit Endo - Trivial patch. +2001-09-16 Katsuhiro Hermit Endo (tiny change) * gnus-spec.el (gnus-parse-complex-format): Don't fold search case. (Thanks to Daiki Ueno .) @@ -13760,7 +13746,7 @@ expiry-target. (Otherwise nnml will be in a inconsistent internal state causing all kind of problems.) (nnml-request-expire-articles): If `nnml-article-to-file' or - `file-attributes' failes, return article as un-expirable instead + `file-attributes' fail, return article as un-expirable instead of treating it as expired. 2001-08-31 Sam Steingold @@ -14388,8 +14374,7 @@ * message.el (message-indent-citation): Quote only lines starting with ">" using `message-yank-cited-prefix'. -2001-08-05 Nuutti Kotivuori - Trivial patch. +2001-08-05 Nuutti Kotivuori (tiny change) * gnus-cache.el (gnus-cache-possibly-enter-article): Use gnus-cache-fully-p. @@ -14650,7 +14635,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. @@ -14929,7 +14914,7 @@ to handle `define-derived-mode'. 2001-07-16 12:00:00 ShengHuo ZHU - From: Stefan Monnier + From Stefan Monnier . * message.el (message-mode): Use define-derived-mode. (message-tab): message-completion-alist. @@ -14949,7 +14934,7 @@ 2001-07-15 Pavel Jan,Am(Bk - * gnus-art.el,...: Error convention changes. + * gnus-art.el, ...: Error convention changes. 2001-07-13 20:00:00 ShengHuo ZHU @@ -15167,8 +15152,7 @@ * nntp.el (nntp-send-command-nodelete): Ditto. * nntp.el (nntp-send-command-and-decode): Ditto. -2001-06-30 YAGI Tatsuya - Trivial patch. +2001-06-30 YAGI Tatsuya (tiny change) * gnus-start.el (gnus-check-first-time-used): Use `if' instead of `when'. @@ -15887,8 +15871,7 @@ * message.el (message-generate-headers-first): Update doc. -2001-03-10 Matthias Wiehl - Trivial patch. +2001-03-10 Matthias Wiehl (tiny change) * gnus.el (gnus-summary-line-format): Typo. @@ -16110,7 +16093,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 @@ -16292,8 +16275,7 @@ * message.el (message-cancel-news): Allow to shoot foot. (message-supersede): Ditto. -2001-02-08 Tommi Vainikainen - Trivial patch. +2001-02-08 Tommi Vainikainen (tiny change) * gnus-sum.el (gnus-simplify-subject-re): Use message-subject-re-regexp. @@ -16760,8 +16742,7 @@ * time-date.el (time-to-number-of-days): New function. -2001-01-04 11:06:14 Gregory Chernov - Trivial patch. +2001-01-04 11:06:14 Gregory Chernov (tiny change) * nnslashdot.el (nnslashdot-request-list): Always get the right sid. @@ -16790,8 +16771,8 @@ 2001-01-01 00:52:44 Ed L. Cashin - 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 @@ -16921,8 +16902,7 @@ (gnus-uu-mark-by-regexp): Use it. (gnus-new-processable): New function. -2000-12-28 19:21:57 Inge Frick - Trivial patch. +2000-12-28 19:21:57 Inge Frick (tiny change) * gnus-sum.el (gnus-no-mark): New variable. @@ -16943,8 +16923,7 @@ * qp.el (quoted-printable-encode-region): Don't check multibyte in XEmacs. -2000-12-25 Lloyd Zusman - Trivial patch. +2000-12-25 Lloyd Zusman (tiny change) * mml.el (mml-read-tag): Save tag location. @@ -16979,7 +16958,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. @@ -17147,7 +17126,7 @@ * 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 @@ -17449,7 +17428,7 @@ * 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. @@ -17621,7 +17600,7 @@ * 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. @@ -17676,7 +17655,7 @@ 2000-09-29 Gerd Moellmann - * smiley-ems.el (smiley-update-cache): Use `:ascent center'. + * smiley-ems.el (smiley-update-cache): Use `:ascent center'. 2000-09-21 Dave Love @@ -18332,7 +18311,7 @@ * 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. @@ -18655,8 +18634,7 @@ (nnultimate-table-regexp): New variable. (nnultimate-forum-table-p): Use it. -2000-10-30 Ed L Cashin - Trivial patch. +2000-10-30 Ed L Cashin (tiny change) * gnus-sum.el (gnus-summary-expire-articles): Save point. @@ -18731,7 +18709,7 @@ (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 @@ -18852,15 +18830,14 @@ See ChangeLog.1 for earlier changes. - Copyright (C) 2000, 2001, 2002, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 2000-2002, 2004-2011 Free Software Foundation, Inc. This file is part of GNU Emacs. - GNU Emacs is free software; you can redistribute it and/or modify + GNU Emacs is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3, or (at your option) - any later version. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. GNU Emacs is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -18868,12 +18845,8 @@ See ChangeLog.1 for earlier changes. GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with GNU Emacs; see the file COPYING. If not, write to the - Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. + along with GNU Emacs. If not, see . ;; Local Variables: ;; coding: iso-2022-7bit ;; End: - -;; arch-tag: 956fd310-042f-4fca-8dca-a01dbe06acff