X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=5ceb5e4f79f2b255ae2d154b58635943c47d2f46;hb=2d356801ab1a350e4f51424464e78ebf0f88f59e;hp=c54fa5518d8f1189d474e9ad89623beda93305e0;hpb=d12343929c3e033a5bed3d2284c20d3a19dfe18a;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c54fa5518..5ceb5e4f7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,487 @@ +2006-12-30 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-summary-limit-to-singletons): New command and + keystroke. + (gnus-summary-limit-to-singletons): Fix typo. + + * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all + else fails. + +2006-12-30 Andreas Seltenreich + + * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in + docstring. + + * gnus-sum.el (gnus-summary-insert-ticked-articles): New command. + (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it. + (gnus-summary-insert-dormant-articles): Fix typo in message. + +2006-12-30 Reiner Steib + + * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be + nil for XEmacs. + (gnus-message-citation-mode): Don't autoload in XEmacs. + + * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs. + +2006-12-29 Jouni K. Sepp,Ad(Bnen + + * nnimap.el (nnimap-expunge-search-string): Mention + nnimap-search-uids-not-since-is-evil in docstring. + +2006-12-28 Reiner Steib + + * spam.el: Revert to make-obsolete-variable because + define-obsolete-variable-alias is not supported in Emacs 21. + + * spam.el (spam-ifile-path, spam-ifile-database-path) + (spam-bogofilter-path): Use define-obsolete-variable-alias instead of + make-obsolete-variable. + (spam-bsfilter-path, spam-bsfilter-program) + (spam-spamassassin-path, spam-spamassassin-program) + (spam-sa-learn-path, spam-sa-learn-program): Rename variables. Don't + use "path" inappropriately. + (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn) + (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new + variable names. + +2006-12-28 Daiki Ueno + + * gnus-sum.el (gnus-summary-next-article): Make sure we are in the + summary buffer. + + * password.el (password-cache-remove): Use clear-string to burn + password, if available. + +2006-12-26 Reiner Steib + + * gnus-msg.el (gnus-message-citation-mode): Fix autoload. + + * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el. + + * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode. + (gnus-message-highlight-citation): Move defcustom here from + gnus-cite.el. + (gnus-message-citation-mode): Autoload. + + * gnus-cite.el: Adjust Oliver's code to Gnus namespace. Add some + checks to make it compile with XEmacs. + (gnus-message-citation-mode): New minor mode. + (gnus-message-max-citation-depth, gnus-message-citation-keywords) + (gnus-message-highlight-citation): New variables. + (gnus-message-search-citation-line) + (gnus-message-add-citation-keywords) + (gnus-message-remove-citation-keywords) + (turn-on-gnus-message-citation-mode) + (turn-off-gnus-message-citation-mode): New functions. + +2006-12-26 Oliver Scholz + + * gnus-cite.el: Enable highlighting of different citation levels in + message-mode. + +2006-12-26 Reiner Steib + + * message.el (message-make-fqdn): Fix comment. + (message-bogus-system-names): Add ".local". + + * spam.el (spam-ifile-path, spam-ifile-program) + (spam-ifile-database-path, spam-ifile-database) + (spam-bogofilter-path, spam-bogofilter-program): Rename variables. + Don't use "path" inappropriately. + (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc + strings. + (spam-check-ifile, spam-ifile-register-with-ifile) + (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use + new variable names. + + * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face) + (gnus-treat-display-smileys): Simplify using + gnus-image-type-available-p. + + * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if + available. + + * gnus-xmas.el (gnus-xmas-image-type-available-p): Use + `display-images-p' if available. + +2006-12-22 Katsumi Yamaoka + + * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded + one after turning on the buffer's multibyteness instead of decoding + them directly in the unibyte buffer that causes unexpected conversion + in Emacs 23 (unicode). + +2006-12-21 Andreas Seltenreich + + * message.el (message-generate-hashcash): Fix custom type. + +2006-12-20 Reiner Steib + + * gnus-sum.el (gnus-summary-recenter): Remove debug messages. + +2006-12-20 Reiner Steib + + * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and + disconnect icons. Add help text. + +2006-12-20 Teodor Zlatanov + + * spam.el (spam-extra-header-to-number): CRM114 spam score should be + negated to be consistent with the others we handle + +2006-12-19 Lars Magne Ingebrigtsen + + * gnus-art.el (gnus-article-setup-buffer): Actually set the local + version of gnus-summary-buffer to something, so that we can use two + article buffers at the same time. + +2006-12-18 Teodor Zlatanov + + * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers + trigger all the extra headers. + (spam-extra-header-to-number): Don't require spam-use-crm114 for header + sorting. + +2006-12-14 Andreas Seltenreich + + * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for + solid groups. + +2006-12-13 Reiner Steib + + * legacy-gnus-agent.el: Add Copyright notice. + +2006-12-12 Chong Yidong + + * gnus-sum.el (gnus-make-thread-indent-array): Fix last change. + +2006-12-10 Lars Magne Ingebrigtsen + + * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting. + + * gnus-sum.el (gnus-summary-recenter): Force setting the window start + to make it work reliably in CVS Emacs. + (gnus-summary-limit-strange-charsets-predicate) + (gnus-summary-limit-to-predicate): New functions. + +2006-12-08 Chong Yidong + + * gnus-sum.el (gnus-make-thread-indent-array): New optional arg + specifying array size. + (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent + array if it is too small. + (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1. + (gnus-sort-threads-loop): New function. + +2006-12-06 Chris Moore (tiny change) + + * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children): + Use `max' to avoid the value of `max-lisp-eval-depth' decreasing. + +2006-12-04 Jouni K. Sepp,Ad(Bnen + + * mm-url.el (mm-url-predefined-programs): Call curl with correct + options. + +2006-12-01 Lars Magne Ingebrigtsen + + * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid + DOS-ing the recipient. + + * nnweb.el (nnweb-gmane-create-mapping): Use the article number from + the headers when creating the mapping to avoid mismappings. + (nnweb-gmane-create-mapping): Always nix out old mapping. + +2006-11-30 Katsumi Yamaoka + + * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option + and mm-verify-option to never. + +2006-11-30 Katsumi Yamaoka + + * message.el (message-signed-or-encrypted-p): New function. + (message-forward-make-body): Use it. + + * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify): + Replace encode-coding-string with mm-encode-coding-string. + +2006-11-29 Katsumi Yamaoka + + * nneething.el (nneething-decode-file-name): Replace + decode-coding-string with mm-decode-coding-string. + + * gnus-int.el (gnus-open-server): Say failed server's name. + +2006-11-24 Stefan Monnier + + * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of + strings to a single string. Quote `errors-file-name'. + (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region) + (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region): + Adjust calls. Use `shell-quote-argument'. + +2006-11-24 Juanma Barranquero + + * gnus-agent.el (gnus-agent-expire-unagentized-dirs) + (gnus-agent-regenerate-group): Fix space/tab mixup in messages. + + * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name): + * gnus-group.el (gnus-group-sort-function, gnus-group-line-format) + (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group) + (gnus-group-make-directory-group, gnus-group-transpose-groups): + * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe) + (gnus-subscribe-newsgroup, gnus-1): + * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads): + * gnus.el (gnus-nntp-server, gnus-use-cross-reference) + (gnus-valid-select-methods, total-expire, gnus-summary-line-format) + (gnus-group-read-only-p): Fix space/tab mixup in docstrings. + +2006-11-24 Lars Magne Ingebrigtsen + + * gnus-sum.el (gnus-summary-limit-to-headers): New command and + keystroke. + (gnus-summary-limit-to-bodies): Implement headersp. + +2006-11-23 Lars Magne Ingebrigtsen + + * dns.el (query-dns): Protect against "Process dns deleted" strings. + +2006-11-21 Katsumi Yamaoka + + * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs. + +2006-11-21 Lars Magne Ingebrigtsen + + * message.el (message-generate-hashcash): Expand range of values to + include `opportunistic'. + (message-send-mail): Use it. + +2006-11-18 Andreas Seltenreich + + * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough + and comment it. + + * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp. + +2006-11-15 Reiner Steib + + * gnus-util.el (gnus-extract-address-components): Improve comment. + +2006-11-14 Katsumi Yamaoka + + * gnus-util.el (gnus-extract-address-components): Work with address in + which the name portion contains @. + + * lpath.el: Fbind custom-autoload. + +2006-11-14 Reiner Steib + + * gnus.el (gnus-start): Move custom group up. + (gnus-select-method): Don't autoload, but make it available for + `customize-variable'. + (gnus-getenv-nntpserver): Don't autoload. + +2006-11-14 Teodor Zlatanov + + * spam.el: reverted to 7.82 (removed changes since 2006-10-16) + +2006-11-14 Reiner Steib + + * message.el (message-sendmail-extra-arguments): New variable. + (message-send-mail-with-sendmail): Use it. + +2006-11-14 Katsumi Yamaoka + + * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of + mm-with-unibyte-current-buffer to make string unibyte. + + * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of + mm-string-as-multibyte. + +2006-11-14 Daiki Ueno + + * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value. + Reported by Werner Koch . + +2006-11-14 Daiki Ueno + + * mml2015.el: Autoload epa-select-keys when compiling. + +2006-11-13 Daiki Ueno + + * mml2015.el (mml2015-epg-sign): Save the signing keys in + message-options. + (mml2015-epg-encrypt): Save the recipient keys in message-options. + +2006-11-13 Daiki Ueno + + * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for + EasyPG (< 0.0.6). + (mml2015-always-trust): New user option. + (mml2015-epg-passphrase-callback): Display key ID on the passphrase + prompt. + +2006-11-10 Katsumi Yamaoka + + * nntp.el (nntp-authinfo-force): New variable. + (nntp-send-authinfo): Use it. + +2006-11-09 Reiner Steib + + * message.el (message-strip-subject-encoded-words): Allow _not_ to + decode encoded words. Improve prompt. Add comment about forwarding. + (message-replacement-char): Move up. + +2006-11-08 Wolfgang Jenkner (tiny change) + + * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection + instead of gnus-intersection because arguments of gnus-sorted-nunion + must be sorted. This avoids corruption of gnus-newsgroup-unreads. + +2006-11-07 Reiner Steib + + * message.el (message-strip-subject-encoded-words): Reformat prompt. + (message-simplify-subject-functions): Enable + message-strip-subject-encoded-words by default. + +2006-11-06 Reiner Steib + + * 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. + +2006-11-03 Juanma Barranquero + + * gnus-diary.el (gnus-diary-delay-format-function): + * nndiary.el (nndiary-reminders): + * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings. + +2006-11-01 Reiner Steib + + * gnus-art.el (article-hide-boring-headers): Fetch date from + gnus-original-article-buffer to avoid problems with localized date + strings. + +2006-10-30 Katsumi Yamaoka + + * html2text.el (html2text-format-tags): Avoid infloop on open tags. + +2006-10-29 Reiner Steib + + * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): + New variables. + (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions. + (mm-charset-synonym-alist): Move some entries to + mm-codepage-iso-8859-list. + (mm-charset-synonym-alist, mm-charset-override-alist): Add + iso-8859-8/windows-1255 and iso-8859-9/windows-1254. + +2006-10-29 Katsumi Yamaoka + + * gnus-sum.el (gnus-set-mode-line): Quote % in group name. + +2006-10-28 Reiner Steib + + * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible + with Emacs 21 and XEmacs. + +2006-10-27 Teodor Zlatanov + + * spam.el (spam-parse-address): New function for better parsing, + catching errors, etc. + (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it. + +2006-10-26 Reiner Steib + + * mm-view.el: Add interactive arg to html2text autoload. + +2006-10-25 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'. + +2006-10-24 Reiner Steib + + * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New + variables. + (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions. + (mm-charset-synonym-alist): Move some entries to + mm-codepage-iso-8859-list. + + * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload. + +2006-10-23 Reiner Steib + + * message.el (message-citation-line-format) + (message-insert-formated-citation-line): Fix implementation of %E, %N + and %n according to the doc string. + +2006-10-20 Teodor Zlatanov + + * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use + car-safe to avoid bad parses. + +2006-10-20 Katsumi Yamaoka + + * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group + names. + + * gnus-sum.el (gnus-select-newsgroup): Decode group name. + +2006-10-19 Katsumi Yamaoka + + * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date + header. + + * message.el (message-draft-headers): Add Date. + (message-headers-to-generate): Fix typo in docstring. + + * nndraft.el (nndraft-required-headers): New variable. + (nndraft-generate-headers): Use it. + + * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'. + +2006-10-16 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-wash-for-keywords) + (gnus-registry-find-keywords): New functions to allow easy searching of + articles that are in the registry. + +2006-10-16 Teodor Zlatanov + + * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use + ietf-drums-parse-address instead of gnus-extract-address-components. + Reported by Damien Elmes . + +2006-10-19 Reiner Steib + + * gnus.el (gnus-mime): Remove unused custom group. + +2006-10-13 Andreas Seltenreich + + * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of + "blank line" when searching for end of armor headers. + +2006-10-11 Katsumi Yamaoka + + * gmm-utils.el (gmm-write-region): Fix variable name. + +2006-10-10 Reiner Steib + + * gmm-utils.el (gmm-write-region): New function based on compatibility + code from `mm-make-temp-file'. + + * mm-util.el (mm-make-temp-file): Use `gmm-write-region'. + + * nnmaildir.el (nnmaildir--update-nov) + (nnmaildir-request-replace-article, nnmaildir-request-accept-article): + Use `gmm-write-region'. + 2006-10-04 Reiner Steib * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add - iso-8859-8/windows-1255 (Hebrew) and iso-8859-9/windows-1254. + iso-8859-8/windows-1255 and iso-8859-9/windows-1254. * nnheader.el (nnheader-find-file-noselect): Inhibit version-control. @@ -349,13 +829,13 @@ * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix. -2006-07-10 Daiki Ueno +2006-07-10 Daiki Ueno * mml1991.el (mml1991-function-alist): Add epg. (mml1991-epg-passphrase-callback, mml1991-epg-sign) (mml1991-epg-encrypt): New functions. -2006-07-10 Daiki Ueno +2006-07-10 Daiki Ueno * mml2015.el (mml2015-verbose): New variable. (mml2015-cache-passphrase): Ditto. @@ -772,7 +1252,7 @@ * gnus.el (gnus-version-number): Bump version. -2006-05-01 Lars Magne Ingebrigtsen +2006-05-01 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.5 is released. @@ -1380,8 +1860,7 @@ 2006-03-26 Andreas Seltenreich - * message.el (message-resend): Bind message-generate-hashcash to - to nil. + * message.el (message-resend): Bind message-generate-hashcash to nil. 2006-03-26 Andreas Seltenreich @@ -1602,7 +2081,7 @@ handle is multipart when calling it recursively. (mm-w3m-cid-retrieve): Display warning if retrieving fails. -2006-03-03 Daniel Pittman +2006-03-03 Daniel Pittman * nnimap.el (nnimap-request-update-info-internal): Optimize. Don't `gnus-uncompress-range' to avoid excessive memory usage. @@ -1854,7 +2333,7 @@ LIBRARY, IMAGE and PATH. Don't modify paths. Don't use *-image-load-path-called-flag. -2006-02-21 Milan Zamazal +2006-02-21 Milan Zamazal * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el. @@ -2918,7 +3397,7 @@ whitespace removed in revision 7.8. Use concatenated string to protect trailing whitespace. -2005-10-27 Jouni K Seppanen (tiny change) +2005-10-27 Jouni K. Sepp,Ad(Bnen * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable. (nnimap-request-expire-articles): Use it to avoid sending 'UID @@ -4081,7 +4560,7 @@ process-kill-without-query. (starttls-open-stream): Ditto. -2005-05-31 Ulf Stegemann (tiny change) +2005-05-31 Ulf Stegemann (tiny change) * smime.el (smime-cert-by-ldap-1): Don't use replace-regexp-in-string. @@ -4301,7 +4780,7 @@ * nntp.el: Autoload format-spec instead of format; use eval-and-compile to evaluate autoload forms. -2005-05-09 Georg C. F. Greve (tiny change) +2005-05-09 Georg C. F. Greve (tiny change) * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching. @@ -4309,7 +4788,7 @@ * gnus.el (gnus-version-number): Bump version. -2005-05-01 Lars Magne Ingebrigtsen +2005-05-01 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.3 is released. @@ -5346,10 +5825,14 @@ 2004-11-25 Katsumi Yamaoka * message.el (message-hidden-headers): Default to "^References:". - From Reiner Steib ; improve customization type. - (message-strip-forbidden-properties): Remove check for obsolete - `message-hidden' text property, hidden headers are not accessible - in the buffer anymore. From Romain Francoise on January 11, 2004. + Improve customization type. Suggested by Reiner Steib + . + +2004-11-25 Romain Francoise + + * message.el (message-strip-forbidden-properties): Remove check for + obsolete `message-hidden' text property, hidden headers are not + accessible in the buffer anymore. 2004-11-22 Romain Francoise @@ -5470,10 +5953,9 @@ "Args out of range" error. Reported by Arnaud Giersch . -2004-11-07 Jesper Harder +2004-11-07 Stefan Wiens (tiny change) * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp. - From Stefan Wiens . 2004-11-04 Richard M. Stallman @@ -5583,7 +6065,7 @@ checkdoc cleanup. (html2text-get-attr, html2text-fix-paragraph): Simplify code. -2004-11-01 Alfred M. Szmidt (tiny change) +2004-11-01 Alfred M. Szmidt (tiny change) * html2text.el (html2text-format-tag-list): Add "strong" and "em". @@ -6443,7 +6925,7 @@ * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache): Add :group 'nnimap. -2004-08-30 Andreas Schwab +2004-08-30 Andreas Schwab * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for ?* and ?\;. @@ -6479,12 +6961,12 @@ * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the "Unrecognized menu descriptor" error in XEmacs. -2004-08-26 Stefan Wiens (tiny change) +2004-08-26 Stefan Wiens (tiny change) * gnus-sum.el (gnus-read-header): Don't remove a header for the parent article of a sparse article in the thread hashtb. -2004-08-26 David Hedbor (tiny change) +2004-08-26 David Hedbor (tiny change) * nnmail.el (nnmail-split-lowercase-expanded): New user option. (nnmail-expand-newtext): Lowercase expanded entries if @@ -6570,11 +7052,10 @@ * gnus-art.el (gnus-button-alist): Improve `gnus-button-handle-library' entry. -2004-08-19 Paul Jarc +2004-08-19 Sebastian Freundt (tiny change) * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use downcase, since XEmacs capitalizes error messages differently. - From Sebastian Freundt . 2004-08-18 Jesper Harder @@ -7144,7 +7625,7 @@ (rfc2047-decode): Treat the ascii coding-system as raw-text by default. -2004-05-25 Anand Mitra (tiny change) +2004-05-25 Anand Mitra (tiny change) * gnus-sum.el (gnus-summary-delete-article): invoke hook with correct data. @@ -7176,17 +7657,16 @@ (spam-summary-prepare-exit): invoke spam-group-processor-p properly now - * spam-report.el (spam-report-resend-to, spam-report-resend): - start with resend-to set to nil, and then ask the user if - necessary. From Daniel Pittman . - * gnus.el (spam-resend-to): new group/topic parameter (spam-process): move the OBSOLETE processors to the end of the choices. - * spam-report.el (spam-report-resend): spam-report-resend takes a - list of articles, not separate article numbers. From Daniel - Pittman . +2004-05-24 Daniel Pittman + + * spam-report.el (spam-report-resend-to, spam-report-resend): Start + with resend-to set to nil, and then ask the user if necessary. + (spam-report-resend): spam-report-resend takes a list of articles, not + separate article numbers. 2004-05-23 Katsumi Yamaoka @@ -7589,7 +8069,7 @@ * gnus.el (gnus-version-number): Bump. -2004-05-01 Lars Magne Ingebrigtsen +2004-05-01 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.2 is released. @@ -7715,6 +8195,8 @@ 2004-04-22 Teodor Zlatanov + FIXME: Make separate entries for each person. + From Dan Christensen , asjo@koldfront.dk (Adam Sj,Ax(Bgren), Wes Hardaker , and Michael Shields : @@ -8588,11 +9070,10 @@ cache if there's the grouplens stuff. (gnus-parse-simple-format): Replace %l with the empty string. -2004-01-27 Steve Youngs +2004-01-27 Jerry James (tiny change) * gnus-spec.el (gnus-parse-simple-format): Fix setq value omission. - From Jerry James 2004-01-26 Katsumi Yamaoka @@ -8755,15 +9236,7 @@ (spam-stat-buffer-words-with-scores): Don't narrow and change syntax table here. Reported by Andrew Cohen . -2004-01-20 Teodor Zlatanov - - * spam.el (gnus-summary-mode-map): make spam-generic-score the - default scoring function - (spam-generic-score): calls spam-spamassassin-score if - spam-use-spamassassin or spam-use-spamassassin-headers is on; - spam-bogofilter-score otherwise. - - From Hubert Chan : +2004-01-20 Hubert Chan : * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers) (spam-install-hooks, spam-spamassassin, spam-spamassassin-path) @@ -8784,12 +9257,21 @@ (spam-assassin-register-ham-routine): add SpamAssassin support (spam-bogofilter-score): fix to show article before scoring +2004-01-20 Teodor Zlatanov + + * spam.el (gnus-summary-mode-map): make spam-generic-score the + default scoring function + (spam-generic-score): calls spam-spamassassin-score if + spam-use-spamassassin or spam-use-spamassassin-headers is on; + spam-bogofilter-score otherwise. + * gnus.el (spam-process, spam-autodetect-methods): add spamassassin and spamassassin-headers +2004-01-20 Nevin Kapur + * gnus-registry.el (gnus-registry-split-fancy-with-parent): - Suppress unnecessary messages. From Nevin Kapur - . + Suppress unnecessary messages. 2004-01-20 Jesper Harder @@ -8841,11 +9323,13 @@ Suggested by ARISAWA Akihiro . (mm-w3m-cid-retrieve): Simplify. -2004-01-14 Kai Grossjohann +2004-01-14 Vasily Korytov * message.el (message-kill-to-signature): Allow prefix arg to - specify number of lines to keep before signature. From Vasily - Korytov. + specify number of lines to keep before signature. + +2004-01-14 Kai Grossjohann + (message-kill-to-signature): Change docstring. 2004-01-14 Katsumi Yamaoka @@ -9516,11 +10000,11 @@ * gnus.el (gnus-version-number): Bump version. -2004-01-04 Lars Magne Ingebrigtsen +2004-01-04 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.1 is released. -2004-01-04 Lars Magne Ingebrigtsen +2004-01-04 Lars Magne Ingebrigtsen * gnus.el: No Gnus v0.0 is released. @@ -9538,6 +10022,7 @@ See ChangeLog.2 for earlier changes. ;; Local Variables: ;; coding: iso-2022-7bit ;; fill-column: 79 +;; add-log-time-zone-rule: t ;; End: ;;; arch-tag: 3f33a3e7-090d-492b-bedd-02a1417d32b4