X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=d50277a79bb9c85930324698cad3f7ce8d83361d;hb=68cbd76313413f5892235325908567c67d9374a7;hp=016f301ca8c3fbb7a3079539e236eb023241954a;hpb=25df073421a6fae8f197015f78df06a750a77603;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 016f301ca..d50277a79 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,456 @@ +2008-03-08 Reiner Steib + + * mail-source.el (mail-source-delete-old-incoming-confirm): Change + default to nil. + (mail-source-delete-old-incoming): Make confirmation prompt more clear. + +2008-03-07 Katsumi Yamaoka + + * lpath.el: Rearrange. + + * gnus-art.el (gnus-narrow-to-page): Position point properly. + (gnus-article-goto-prev-page): Work for articles having ^L's. + + * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing. + + * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo. + +2008-03-06 Teodor Zlatanov + + * auth-source.el: New package. + (auth-source-choices): Add customization entry point variable. + + * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat bug. + +2008-03-05 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-install): Allow 'ask as an option. + (gnus-registry-initialize, gnus-registry-install-p): Use it. + (gnus-registry-install-shortcuts): Renamed from + gnus-registry-install-shortcuts-and-menus. Installs the shortcuts in + the `gnus-registry-mark-map' keymap dynamically from + `gnus-registry-marks'. The generated functions update the summary line + when a registry mark is added or deleted, and will call + `gnus-registry-install-p' (see the comments in the code). + (gnus-registry-user-format-function-M): Use concat intelligently. + + * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all + the registry mark functions. + +2008-03-04 Reiner Steib + + * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p. + Suggested by . + +2008-03-04 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-user-format-function-M): Add + formatting function. + +2008-03-03 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-marks): Changed format to be nicer + with plists. + (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus): + Use new format. + +2008-03-03 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Work for the version of + `where-is-internal' that returns a range of key sequences. + +2008-03-02 Reiner Steib + + * mml2015.el (mml2015-extract-cleartext-signature): Explain that it + doesn't handle NotDashEscaped. + + * mml.el (mml-menu): Improve help entries. Move Sign/Encrypt Part. + (mml-dnd-attach-options): Fix typo in custom choice. + + * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change + nndoc-article-type to mbox. + (gnus-group-read-ephemeral-gmane-group-url): Support permalink. + + * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3. Fall back + to nil, instead of html2text. + + * imap.el (imap-debug): Add `imap-ping-server'. + + * gnus-bookmark.el: Add FIXMEs. + + * message.el (message-form-letter-separator) + (message-send-form-letter-delay): New variables. + (message-send-form-letter): Use them. New command to send form + letters. Requested by Uwe Siart. + (message-send-mail-function): Doc fix. Add "Other" custom option. + +2008-02-29 Andreas Seltenreich + + * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with + empty author. + +2008-02-29 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-marks): Add variable for + customization of marks and their appearance. + (gnus-registry-read-mark): Use it. + (gnus-registry-do-marks): Add utility function to loop through + `gnus-registry-marks'. + (gnus-registry-install-shortcuts-and-menus): Add function to install + shortcuts and menus. + (gnus-registry-initialize): Use it. + (gnus-registry-default-mark): Clarify documentation. + +2008-02-29 Glenn Morris + + * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el: + * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el: + * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el: + * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el: + Change defcustom :version from 23.0 to 23.1. + +2008-02-28 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-follow-group-p) + (gnus-registry-post-process-groups): Add functions to aid registry + splitting and improve logging. Clarify behavior in function + documentation. + (gnus-registry-split-fancy-with-parent): Use them. + +2008-02-28 Stefan Monnier + + * gnus-art.el: Use with-current-buffer. + +2008-02-27 David Engster + + * nnmairix.el (nnmairix-request-group-with-article-number-correction): + Express real group name in the response. + +2008-02-27 Katsumi Yamaoka + + * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends) + (nnmairix-last-server, nnmairix-current-server): Defvar them. + (nnmairix-goto-original-article): Defvar gnus-registry-install and + autoload gnus-registry-fetch-group when compiling. + (nnmairix-request-group-with-article-number-correction): remove + unreferenced argument passed to nnmairix-call-backend. + +2008-02-27 Reiner Steib + + * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments. + (mm-uu-extract): Improve face for low color ttys. Reported by Sascha + Wilde. + +2008-02-27 Glenn Morris + + * nnmairix.el: Change defcustom :version from 23.0 to 23.1. + (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free + variables to defconsts. Convert comments to doc-strings. + (nnmairix-last-server, nnmairix-current-server): Convert from free + variables to defvars. Convert comments to doc-strings. + (gnus-registry-fetch-group): Autoload. + (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar. + (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets) + (nnmairix-widget-build-editable-fields): Use car cddr rather than + caddr. + (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around + nnmairix-request-group-with-article-number-correction call. + (nnmairix-fast, nnmairix-group): New, less general names, for free + variables passed from nnmairix-request-group to + nnmairix-request-group-with-article-number-correction. Declare. + (nnmairix-request-group-with-article-number-correction): + Use nnmairix-fast, nnmairix-group rather than fast, group. + +2008-02-26 David Engster + + * nnmairix.el: New file. Mairix back end for Gnus. Initial import of + version 0.5. + +2008-02-26 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-register-message-ids): Use `id' + instead of making an extra function call. Don't add the current group + to articles only when they have the group. Use + `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'. + Reported by David . + +2008-02-20 Katsumi Yamaoka + + * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG + has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs. + +2008-02-16 Reiner Steib + + * mail-source.el (mail-source-delete-incoming): Change default. + Supplement doc string. + + * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments. + +2008-02-14 Glenn Morris + + * calendar/time-date.el (format-seconds): New function. + +2008-02-14 Reiner Steib + + * nnmail.el (nnmail-message-id-cache-file): Derive from + `gnus-home-directory'. + +2008-02-11 Reiner Steib + + * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group): + Document negativ prefix. + + * gnus-group.el (gnus-group-read-group): Document negativ prefix. + +2008-02-10 Lars Magne Ingebrigtsen + + * message.el (message-unsent-separator): Add the Exim bounce + separator. + +2008-02-10 Daiki Ueno + + * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer + list. + (mml2015-epg-encrypt): Remove skipped recipients/signers from the + recipient/signer list. + +2008-02-07 Katsumi Yamaoka + + * Makefile.in (datarootdir): Define. + (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory + name that might contain whitespace. + +2008-02-10 Reiner Steib + + * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't + fbound (Emacs 23 unicode), signal an error. + +2008-02-08 Glenn Morris + + * gnus-art.el (pgg-display-output-buffer): Declare as function. + +2008-02-07 Tassilo Horn + + * nnimap.el (nnimap-open-connection): Add "143" and "993" as default + ports to the calls to `netrc-machine-user-or-password' in addition to + "imap" and "imaps". + +2008-02-01 Zhang Wei + + * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030. + + * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030. + +2008-02-01 Kenichi Handa + + * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from + rfc2104-hexstring-to-bitstring and changed to return a byte list. + (rfc2104-hash): Convert the result of concat to unibyte string. + +2008-02-01 Dave Love + + * gnus-start.el (gnus-read-newsrc-el-file): Don't bind + coding-system-for-read. + (gnus-gnus-to-quick-newsrc-format): Insert coding cookie. + +2008-02-03 Reiner Steib + + * gnus.el (gnus-group-startup-message): Add `find-image' call before + image-load-path is let-bound. Reported by Harald Hanche-Olsen + . + +2008-02-01 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Work for draft group. + + * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto. + +2008-01-28 Dan Nicolaescu + + * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at): + * message.el (message-beginning-of-line): Use featurep instead of bound + tests in order to resolve conditionals at compile time. + +2008-01-24 Michael Sperber + + * mail-source.el (mail-sources): Add `group' choice. + + * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another + parameter `in-group' to control into which group the articles go. + Add treatment of `group' mail-source. + +2008-01-23 Katsumi Yamaoka + + * gnus-art.el (gnus-insert-mime-button): Don't decode description. + + * mm-decode.el (mm-dissect-buffer): Decode description. + + * mml.el (mml-to-mime): Encode message header first. + +2008-01-18 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Make it possible to use + xrefs, i.e. [back] and [forward] buttons, in *Help* buffer. + + * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind + help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs. + +2008-01-18 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-trim): Use append, not concat. + +2008-01-17 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Work for some `A' + prefix keys. + (gnus-article-read-summary-send-keys): Use gnus-character-to-event. + (gnus-article-describe-bindings): Simplify; move XEmacs stuff to + gnus-xmas.el. + + * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling. + (gnus-xmas-article-describe-bindings): New function. + (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to + gnus-xmas-article-describe-bindings. + + * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21. + +2008-01-16 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark): + Add new variables for article mark management. + (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a + list of extra data entries which, when present, will indicate that the + article ID should not be trimmed from the registry. + (gnus-registry-mark-article, gnus-registry-article-marks): Remove these + functions. + (gnus-registry-read-mark): New function to read a mark name from the + user. + (gnus-registry-set-article-mark, gnus-registry-remove-article-mark) + (gnus-registry-set-article-mark-internal): New functions to add and + remove marks. + (gnus-registry-get-article-marks): New function to show the marks for + an article, or retrieve them for further use. + +2008-01-16 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix + keys when no argument is given. + +2008-01-14 Reiner Steib + + * imap.el (imap-ping-server): New variable. + (imap-opened): On add extra ping if imap-ping-server is non-nil. + (imap-ping-server): Minor doc string fixes. + +2008-01-14 Knut Anders Hatlen (tiny change) + + * imap.el (imap-ping-server): New function. + (imap-opened): Call imap-ping-server. + +2008-01-12 Reiner Steib + + * gnus-sum.el (gnus-article-sort-by-random) + (gnus-thread-sort-by-random): Fix doc strings. Reported by + jidanni@jidanni.org. + +2008-01-11 Katsumi Yamaoka + + * gnus-art.el (gnus-article-describe-bindings): New function. + (gnus-article-read-summary-keys): Use it. + (gnus-article-mode-map): Bind `C-h b' to it. + +2008-01-10 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on + XEmacs. + (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect + against non-character events. + + * lpath.el: Fbind map-keymap for Emacs 21. + +2008-01-09 Reiner Steib + + * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New + command. + (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE + instead of END. Change name of the temp file. + (gnus-group-gmane-group-download-format): Add doc string. Make it + customizable. + +2008-01-09 Katsumi Yamaoka + + * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys; + bind `S W' to gnus-article-wide-reply-with-original; set default + binding to gnus-article-read-summary-send-keys. + (gnus-article-read-summary-keys): Fix the order of keys; display + continuation keys correctly in the echo area; describe bindings + correctly when keys end with `C-h'. + (gnus-article-read-summary-send-keys): New function. + (gnus-article-describe-key, gnus-article-describe-key-briefly): Work + for gnus-article-read-summary-send-keys; display continuation keys + correctly in the echo area. + (gnus-article-reply-with-original): Ignore prefix argument. + (gnus-article-wide-reply-with-original): New function. + + * lpath.el: Fbind character-to-event and set-keymap-default-binding for + Emacs 21. + +2008-01-08 Katsumi Yamaoka + + * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for + display-color-p. Reported by Reiner Steib . + +2008-01-06 Reiner Steib + + * gnus-group.el (gnus-group-gmane-group-download-format): New variable. + (gnus-group-read-ephemeral-gmane-group): New command. + +2008-01-06 Dan Nicolaescu + + * gnus.el (gnus-use-long-file-name): Remove reference to xenix. + +2007-12-28 Reiner Steib + + * message.el (message-send-mail-function): Increase custom version. + + * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of + password-cache or password. Suggested by Glenn Morris . + +2007-12-21 Teodor Zlatanov + + * imap.el (imap-authenticate): Use current-buffer instead of buffer, + for the cases where imap-authenticate is called with a nil buffer + parameter. + +2007-12-19 Katsumi Yamaoka + + * gnus-art.el (gnus-article-browse-html-parts): Work for two or more + html parts correctly; support forwarded messages. + (gnus-article-browse-html-article): Remove work buffers. + + * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when + compiling. + (netrc-bound-and-true-p): New macro. + (netrc-parse): Use it instead of bound-and-true-p that is not available + in XEmacs 21.4. + 2007-12-19 Teodor Zlatanov + * gnus-registry.el (gnus-registry-mark-article) + (gnus-registry-article-marks): Add functionality to mark articles + through the Gnus registry. + + * encrypt.el: Clarify documentation for the new pgg method. + (encrypt-file-alist): Add PGG option. + (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG + functionality. Abstract password key and messaging to external + functions. + (encrypt-password-key, encrypt-get-passphrase-if-needed) + (encrypt-message-method-and-cipher): Add new convenience external + functions. + (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer) + (encrypt-pgg-process-buffer): Add PGG functionality glue. + * netrc.el: Autoload encrypt when encrypt-file-alist is set. (netrc-parse): Use encrypt-file-alist to determine if encrypt-find-model or encrypt-insert-file-contents should be used. @@ -7,6 +458,22 @@ * encrypt.el: Clarify documentation. Load password-cache or password, whichever one is found first, instead of autoloading. +2007-12-19 Glenn Morris + + * mml.el (message-options-set, message-narrow-to-head) + (message-in-body-p, message-mail-p, message-encode-message-body): + Autoload. + (message-remove-header, message-narrow-to-headers-or-head) + (message-subscribed-p, message-make-mail-followup-to) + (message-position-on-field, message-news-p) + (message-options-set-recipient, message-generate-headers) + (message-sort-headers): Declare as functions. + +2007-12-18 Reiner Steib + + * gnus-draft.el (gnus-draft-send-message): Mention process/prefix + convention in doc string. + 2007-12-17 Katsumi Yamaoka * gnus-art.el (gnus-article-browse-html-parts): Add message header and @@ -48,7 +515,7 @@ 2007-12-11 Katsumi Yamaoka * mm-decode.el (mm-add-meta-html-tag): New function. - (mm-save-part-to-file, mm-pipe-part): Use it + (mm-save-part-to-file, mm-pipe-part): Use it. * gnus-art.el (gnus-article-browse-delete-temp-files): Use gnus-y-or-n-p instead of y-or-n-p. @@ -947,8 +1414,8 @@ (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag) (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags) (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol - storage through the gnus-registry, and provide an appropriate API for - it. + storage through the gnus-registry, and provide an appropriate API for + it. 2007-09-13 Katsumi Yamaoka @@ -1001,7 +1468,7 @@ * hmac-def.el (define-hmac-function): Switch from old-style to new-style backquotes. - * md4.el (md4-make-step): likewise. + * md4.el (md4-make-step): Likewise. 2007-09-06 Katsumi Yamaoka @@ -1736,7 +2203,7 @@ 2007-04-16 Didier Verna * gnus-msg.el (gnus-configure-posting-styles): Handle - message-signature-directory properly with :file syntax. Reported by + message-signature-directory properly with :file syntax. Reported by "Leo". 2007-04-11 Didier Verna @@ -2964,7 +3431,7 @@ * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8 letters from the end. Thanks to "David Smith" and - andreas@altroot.de (Andreas V,Av(Bgele) + andreas@altroot.de (Andreas V,Av(Bgele). FIXME: Use `tiny change'? @@ -3194,7 +3661,7 @@ 2006-05-29 Kevin Greiner - * gnus-agent.el (Added gnus-agent-flush*) to purge agent info. + * 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-set-local): Skip invalid entries (min and/or max is nil). @@ -3574,7 +4041,7 @@ * gnus-util.el (gnus-byte-compile): Use it. -2006-04-22 xyblor (Tiny change.) +2006-04-22 xyblor (tiny change) * gnus-util.el (kill-empty-logs): New function. @@ -5285,7 +5752,7 @@ (starttls-open-stream-gnutls, starttls-open-stream): Rename arg SERVICE to PORT. - * pop3.el (pop3-open-server) : Clarify a loop. Deal with + * pop3.el (pop3-open-server) : Clarify a loop. Deal with port null or service name. (starttls-negotiate): Autoload. @@ -5427,7 +5894,6 @@ * gnus-agent.el (gnus-agent-rename-group) (gnus-agent-delete-group): Wrap doc strings. - 2005-11-10 Katsumi Yamaoka * messagexmas.el (message-use-toolbar): Change the valid values @@ -5576,9 +6042,9 @@ 2005-10-26 Didier Verna - * gnus-group.el (gnus-group-compact-group): invalidate original + * gnus-group.el (gnus-group-compact-group): Invalidate original article buffer. - * gnus-srvr.el (gnus-server-compact-server): ditto. + * gnus-srvr.el (gnus-server-compact-server): Ditto. * nnml.el (nnml-request-compact-group): handle self Xref: field in NOV database and in article itself. Invalidate article backlog. @@ -6012,7 +6478,7 @@ 2005-09-11 Jari Aalto - * html2text.el: (html2text-replace-list): Add new entities. + * html2text.el (html2text-replace-list): Add new entities. 2005-09-11 Romain Francoise @@ -6739,7 +7205,7 @@ * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs. * smime.el (smime-cert-by-ldap-1): Handle certificates distributed - in PEM format. Adjust to the XEmacs compability. + in PEM format. Adjust to the XEmacs compability. 2005-05-30 Reiner Steib @@ -7049,11 +7515,11 @@ user-function allow user modifications of the scores. (spam-stat-score-buffer-user): New function, to allow user-computed modifications to the score. - (spam-stat-score-buffer-user-functions): list of additional - scoring functions - (spam-stat-error-holder): global temporary error holder - (spam-stat-split-fancy): use the new `spam-stat-error-holder' - variable + (spam-stat-score-buffer-user-functions): List of additional + scoring functions. + (spam-stat-error-holder): Global temporary error holder. + (spam-stat-split-fancy): Use the new `spam-stat-error-holder' + variable. 2005-04-06 Teodor Zlatanov @@ -7092,7 +7558,7 @@ 2005-04-04 Reiner Steib * nnimap.el (nnimap-date-days-ago): Add defvars in order to - silence the byte compiler inside the defun + silence the byte compiler inside the defun. * gnus-demon.el (parse-time-string): Add autoload. @@ -8378,9 +8844,9 @@ * netrc.el (autoload, netrc-parse): Use encrypt.el instead of gnus-encrypt.el. - * encrypt.el: copied from gnus-encrypt.el + * encrypt.el: Copied from gnus-encrypt.el. - * gnus-encrypt.el: commented that it's obsolete + * gnus-encrypt.el: Commented that it's obsolete. 2004-10-15 Reiner Steib @@ -9035,12 +9501,12 @@ 2004-09-09 Kevin Greiner - * gnus-agent.el (gnus-agent-cat-groups): rewrote avoiding defsetf + * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf to avoid run-time CL dependencies. (gnus-agent-unfetch-articles): New function. (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate article numbers even when local .overview file is missing. - (gnus-agent-read-article-number): New function. Only accepts + (gnus-agent-read-article-number): New function. Only accepts 27-bit article numbers. (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use gnus-agent-read-article-number. @@ -9059,7 +9525,7 @@ (gnus-convert-mark-converter-prompt, gnus-convert-converter-needs-prompt): Fixed use of property list. * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt): - New function. Used internally to only display 'gnus converting + New function. Used internally to only display 'gnus converting files' message when actually necessary. * gnus-sum.el (): Removed (require 'gnus-agent) as required @@ -9806,7 +10272,7 @@ 2004-05-25 Anand Mitra (tiny change) - * gnus-sum.el (gnus-summary-delete-article): invoke hook with + * gnus-sum.el (gnus-summary-delete-article): Invoke hook with correct data. 2004-05-24 Teodor Zlatanov @@ -10177,7 +10643,7 @@ 2004-05-14 Nelson Ferreira (tiny change) - * gnus-dup.el (gnus-dup-unsuppress-article): don't assume the mail + * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail header is not nil. 2004-05-14 Kai Grossjohann @@ -10564,7 +11030,7 @@ * gnus-int.el (gnus-request-delete-group): Use gnus-cache-delete-group and gnus-agent-delete-group to keep the local disk in sync with the server. - (gnus-request-rename-group): Use + (gnus-request-rename-group): Use gnus-cache-rename-group and gnus-agent-rename-group to keep the local disk in sync with the server. @@ -10758,7 +11224,7 @@ should be protected from potentially irreversable changes by the function. - * legacy-gnus-agent.el (): New. Provides converters that are only + * legacy-gnus-agent.el: New. Provides converters that are only loaded when gnus-convert-old-newsrc needs to call them. 2004-03-08 Katsumi Yamaoka @@ -11032,7 +11498,7 @@ * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup. - * html2text.el (html2text-get-attr, html2text-fix-paragraph): do + * html2text.el (html2text-get-attr, html2text-fix-paragraph): do. * gnus-sum.el (gnus-summary-limit-to-age) (gnus-summary-limit-children): do. @@ -11357,11 +11823,11 @@ evaled. (gnus-agent-save-active, gnus-agent-save-active-1): Merged to delete gnus-agent-save-active-1. - (gnus-agent-save-groups): Deleted. Identical to + (gnus-agent-save-groups): Deleted. Identical to gnus-agent-save-active. (gnus-agent-write-active): No longer adjust agent's copy of active file as agent's adjustments are now stored in their own - file. Removed optional parameter. + file. Removed optional parameter. (gnus-agent-possibly-alter-active): Ignore groups of unagentized servers. Add use of min/max range limits from server's local file. @@ -11435,8 +11901,8 @@ (spam-spamassassin-register-spam-routine) (spam-spamassassin-register-ham-routine) (spam-assassin-register-spam-routine) - (spam-assassin-register-ham-routine): add SpamAssassin support - (spam-bogofilter-score): fix to show article before scoring + (spam-assassin-register-ham-routine): Add SpamAssassin support. + (spam-bogofilter-score): Fix to show article before scoring. 2004-01-20 Teodor Zlatanov @@ -12195,7 +12661,7 @@ See ChangeLog.2 for earlier changes. - Copyright (C) 2004, 2005, 2006, 2007 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This file is part of GNU Emacs.