X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=865cf75bab74259919ba1b6fa84c2df24083d484;hb=9fe47876d6f4cf0b3fae6c5eaa8cf7a17660f685;hp=27ce95c7f216a8c87d3705d8b2e64312d135467e;hpb=1f40f92ac83daad977e631858f5af73181bbaf4f;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 27ce95c7f..865cf75ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,666 @@ +2008-12-22 Reiner Steib + + * spam-report.el (spam-report-gmane-max-requests): New constant. + (spam-report-gmane-wait): New variable. + (spam-report-gmane-ham, spam-report-gmane-spam) + (spam-report-url-ping-plain, spam-report-process-queue): Wait only if + spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing + the server. + + * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output): + Add explanations. + + * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use + nnheader-accept-process-output and nnheader-read-timeout if available. + (pop3-movemail): Use it. + + * message.el (message-check-news-body-syntax): Fix signature check if + there's an attachment. + +2008-12-21 Katsumi Yamaoka + + * mm-util.el: Add comments to the mm- emulating functions. + +2008-12-21 Reiner Steib + + * gnus-start.el (gnus-before-startup-hook): Fix doc string. Reported + by Stephen Berman . + +2008-12-18 Katsumi Yamaoka + + * mm-util.el (mm-substring-no-properties): New function. + (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string) + (mm-special-display-p): Enable those lambda forms to be byte compiled. + (mm-string-to-multibyte): Doc fix. + + * mml.el (mml-attach-file): Use mm-substring-no-properties. + +2008-12-18 Reiner Steib + + * mml.el (mml-attach-file): Strip text properties from file name. + (Bug#1574) + +2008-12-16 Glenn Morris + + * mm-util.el (mm-charset-override-alist): Declare for compiler. + +2008-12-15 Katsumi Yamaoka + + * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs + knows since the charset specified might be a bogus alias that + mm-charset-synonym-alist provides. + +2008-12-15 Reiner Steib + + * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and + "ISO_8859-1". + + * gnus-start.el (gnus-backup-startup-file): Improve doc string. + +2008-12-15 Katsumi Yamaoka + + * mm-util.el (mm-charset-eval-alist): + Define it before mm-charset-to-coding-system. + (mm-charset-to-coding-system): Add optional argument `silent'; + define it before mm-charset-override-alist. + (mm-charset-override-alist): Add `(gb2312 . gbk)' to the + default value if it can be used in Emacs currently running; + silence mm-charset-to-coding-system. + +2008-12-10 Katsumi Yamaoka + + * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument + `allow-override' which says whether to use `mm-charset-override-alist'. + (rfc2047-decode-encoded-words): Use it. + + * mm-util.el (mm-charset-override-alist): Fix custom type; + add `(gb2312 . gbk)' to choices. + +2008-12-04 Katsumi Yamaoka + + * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and + fast. + + * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto. + + * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs. + +2008-12-04 Naohiro Aota + + * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap + on links. + + * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto. + +2008-12-03 Lute Kamstra + + * sha1.el: Remove leading * from docstrings of defcustoms, + deffaces, defconsts and defuns. + +2008-12-03 Katsumi Yamaoka + + * message.el (message-idna-to-ascii-rhs-1): Protect against local + users' addresses that don't have domain parts. + (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head + rather than message-narrow-to-head since there will be the message + header separator. + +2008-12-02 Stefan Monnier + + * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule + since the result is inserted in a unibyte buffer anyway. + (nnimap-demule-use-string-to-multibyte): Remove. + (nnimap-demule): Alias it to mm-string-to-multibyte. + +2008-11-29 Reiner Steib + + * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary + variable for debugging bug#464 and bug#1174. + (nnimap-demule): Use it. + +2008-11-24 Reiner Steib + + * gnus-score.el (gnus-score-find-trace): Handle default score in total + score calculation correctly. + +2008-11-21 Stefan Monnier + + * message.el (message-send-mail): Just set the buffer to unibyte + rather than use mm-with-unibyte-current-buffer which does a lot more. + (message-send-mail-partially): Don't bother with + mm-with-unibyte-current-buffer since it's already been made unibyte by + message-send-mail. + +2008-11-11 Teodor Zlatanov + + * nnrss.el (nnrss-make-hash-index): Debug message of full item. + +2008-11-10 Teodor Zlatanov + + * netrc.el (netrc-parse): If a list is passed in as FILE, return it. + +2008-11-04 Katsumi Yamaoka + + * starttls.el (starttls-any-program-available): Rewritten so it doesn't + require itself and to remove `with-no-warnings'. + +2008-11-03 Teodor Zlatanov + + * starttls.el (starttls-any-program-available): Get the name of the + available TLS layer program. + (starttls-open-steam-gnutls, starttls-open-stream): Put port number as + well as the host name in the "opening" message. + + * auth-source.el (auth-source-cache, auth-source-do-cache) + (auth-source-user-or-password): Cache passwords and logins by default, + allow override with `auth-source-do-cache'. + (auth-source-forget-user-or-password): Allow users to remove cache + entries if needed. + +2008-11-01 Juanma Barranquero + + * md4.el (md4-buffer): Fix typo in docstring. + (md4, md4-64): Doc fixes. + (md4-pack-int32): Reflow docstring. + +2008-10-31 Teodor Zlatanov + + * ietf-drums.el (ietf-drums-remove-comments): Localize second + condition-case to only the forward-sexp call. + +2008-10-31 Teodor Zlatanov + + * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single + quotes contained. Make it more robust regardless by an extra + condition-case wrapper. + +2008-10-03 Katsumi Yamaoka + + * lpath.el: No need to fbind codepage-setup for Emacs 23. + +2008-10-03 Katsumi Yamaoka + + * nnml.el (nnml-request-expire-articles): Check if the function set to + `nnmail-expiry-target' returns the symbol `delete'. + + * nnfolder.el (nnfolder-request-expire-articles): Ditto. + + * nnmail.el (nnmail-expiry-target): Fix custom type. + +2008-10-02 Glenn Morris + + * mm-util.el (mm-codepage-setup): Tweak codepage error. + Silence compiler warning. + +2008-10-01 Magnus Henoch + + * tls.el (open-tls-stream): Show the actual command being + executed, instead of the format string. + +2008-10-01 Katsumi Yamaoka + + * lpath.el: Fbind codepage-setup for Emacs 23. + +2008-09-30 Chong Yidong + + * mml.el (mml-menu): Don't assume mml2015 is bound. + +2008-09-29 Katsumi Yamaoka + + * gnus-art.el (gnus-article-read-summary-keys): Check if summary window + exists. + +2008-09-27 Glenn Morris + + * gnus-util.el (mail-header-remove-comments): Autoload it. + +2008-09-27 Andreas Schwab + + * gnus-util.el (gnus-split-references): Strip comments. + (gnus-parent-id): Likewise. + +2008-09-26 Reiner Steib + + * message.el (message-confirm-send): Fix version. + +2008-09-25 Katsumi Yamaoka + + * message.el (message-idna-to-ascii-rhs-1): Use + mail-extract-address-components rather than mail-header-parse-addresses + that is an alias by default to ietf-drums-parse-addresses that does not + support non-ASCII names in headers' contents. + +2008-09-25 Teodor Zlatanov + + * message.el (message-confirm-send): Fixed variable documentation to + avoid the "y/n" wording. + +2008-09-25 Francis Litterio (tiny change) + + * message.el (message-set-auto-save-file-name): Save to a different + filename so multiple messages (especially drafts) can be recovered. + +2008-09-24 Teodor Zlatanov + + * message.el (message-confirm-send): Add appropriate version. + +2008-09-22 Teodor Zlatanov + + * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in + defvar. + +2008-09-22 Daiki Ueno + + * mm-view.el (mm-pkcs7-signed-magic): Use literals. + (mm-pkcs7-enveloped-magic): Ditto. + +2008-09-17 Simon Josefsson + + * sieve-manage.el (sieve-manage-is-string): Accept literals too. + Reported by Arnt Gulbrandsen . + +2008-09-16 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-use-long-group-names): Make t the + default, it's better. + +2008-09-11 Teodor Zlatanov + + * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the + summary line gnus-number property and ignore them (with a warning + message). + +2008-09-10 Katsumi Yamaoka + + * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler + macro caddr in the interactive form since it won't be expanded. + +2008-09-09 Katsumi Yamaoka + + * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument + `charset'; fix name of function called recursively. + (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset. + +2008-09-09 Katsumi Yamaoka + + * gnus-art.el (gnus-mime-strip-charset-parameters): Remove. + (gnus-mime-set-charset-parameters): New function. + (gnus-mime-view-part-as-charset): Use it to correctly display part + specifying wrong charset. + +2008-09-08 David Engster + + * nnmairix.el (nnmairix-create-server-and-default-group): Require match + in completing-read for back end server. + +2008-09-03 Teodor Zlatanov + + * message.el (message-confirm-send): New variable to confirm sending a + message. + (message-send): Use it. + +2008-08-30 Teodor Zlatanov + + * gnus-spec.el (gnus-parse-simple-format): Revert last patch. + +2008-08-29 Katsumi Yamaoka + + * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace. + +2008-08-21 Teodor Zlatanov + + * gnus-registry.el (gnus-registry-max-track-groups): New variable to + prevent tracking too many groups. + (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups): + Use it. + +2008-08-11 Ralf Angeli + + * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when + moving point to the bottom of the window in order to avoid recentering. + +2008-08-11 Katsumi Yamaoka + + * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs. + + * gnus-art.el (gnus-article-next-page, gnus-article-prev-page) + (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs). + (gnus-article-beginning-of-window): Fix calculation. + +2008-08-08 Katsumi Yamaoka + + * gnus-msg.el (gnus-summary-supersede-article) + (gnus-summary-resend-message-edit): Bind mail-parse-charset to the + value of gnus-newsgroup-charset to decode non-MIME encoded text in + message header. + +2008-08-02 Chong Yidong + + * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining + pending output coming after the status change. + +2008-07-31 Dan Nicolaescu + + * message.el: + * gnus-start.el: + * gnus-registry.el: Remove VMS support. + +2008-07-30 Katsumi Yamaoka + + * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler + macro. + (rfc2104-hash): Use it. + +2008-07-30 Reiner Steib + + * gnus-sum.el (gnus-summary-sort-by-most-recent-number) + (gnus-summary-sort-by-most-recent-date): New commands. + (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings + and menu entries. + +2008-07-29 Katsumi Yamaoka + + * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always; + don't redisplay article for raw contents; remove plural articles stuff. + + * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic + prefix `r'; use gnus-summary-save-in-pipe directly instead of relying + on gnus-summary-save-article; display results properly. + +2008-07-28 Katsumi Yamaoka + + * lpath.el: No need to fbind ns-focus-frame. + +2008-07-24 Katsumi Yamaoka + + * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'. + +2008-07-22 Katsumi Yamaoka + + * gnus-art.el (gnus-summary-save-in-pipe): Consider + gnus-save-all-headers. + +2008-07-21 Dan Nicolaescu + + * gnus-util.el (ns-focus-frame): Remove declaration. + (gnus-select-frame-set-input-focus): Undo previous change. Treat ns + like x. + +2008-07-21 Thien-Thi Nguyen + + * rfc2104.el (rfc2104-zero): Delete defconst. + (rfc2104-hex-alist): Likewise. + (rfc2104-hex-to-int): Delete func. + (rfc2104-hexstring-to-bitstring): Likewise. + (rfc2104-nybbles): New defconst. + (rfc2104-hash): Rewrite for speed. + +2008-07-18 Katsumi Yamaoka + + * tls.el (open-tls-stream): Make it work with the 2nd argument + BUFFER that is a string but does not exist as a buffer object, as + mentioned in the doc-string. + +2008-07-18 Katsumi Yamaoka + + * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and + SXEmacs. + +2008-07-16 Glenn Morris + + * gnus-util.el (ns-focus-frame): Declare for compiler. + +2008-07-10 Katsumi Yamaoka + + * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is + set as a group parameter. + (gnus-summary-save-in-pipe): Work when it is called independently. + (gnus-summary-pipe-to-muttprint): Don't modify + gnus-summary-pipe-output-default-command. + +2008-07-10 Stefan Monnier + + * message.el (message-send-mail-with-sendmail): + Display the error message. + +2008-07-02 Katsumi Yamaoka + + * gnus-art.el (gnus-default-article-saver): + Add gnus-summary-save-in-pipe to choices. + (gnus-summary-save-in-pipe): Add :decode and :headers properties; use + gnus-summary-pipe-output-default-command as the default command. + (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program + instead of gnus-last-shell-command. + + * gnus-sum.el (gnus-summary-pipe-output-default-command): + New user option. + (gnus-summary-muttprint-program): Mention the value will be changed. + (gnus-summary-save-article): Force showing of all headers. + (gnus-summary-pipe-output): Work with the 2nd argument HEADERS. + +2008-07-01 Rupert Swarbrick (tiny change) + + * gnus-score.el (gnus-score-find-trace): Add "Total score" line. + +2008-07-02 Juanma Barranquero + + * nnimap.el (nnimap-id): + * sieve-manage.el (sieve-manage-open): Doc fixes. + +2008-07-02 Francesc Rocher + + * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image, + if available. + +2008-06-25 Stefan Monnier + + * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove. + + * nnkiboze.el (nnkiboze-generate-group): + Use explicit mm-disable-multibyte rather than mm-with-unibyte. + + * nnmairix.el: Require CL. + +2008-06-16 Katsumi Yamaoka + + * dgnushack.el: Autoload get-display-table and put-display-table for + XEmacs 21.5. + + * lpath.el: Fbind get-display-table and put-display-table for XEmacs + 21.4 and SXEmacs. + +2008-06-15 David Engster + + * nnimap.el (nnimap-request-delete-group): Unselect group if necessary. + +2008-06-14 Aidan Kehoe + + * gnus-util.el (gnus-put-display-table, gnus-get-display-table): + New macros that expand to an `aset'/`aref' call under Emacs, and to a + runtime choice under XEmacs. + + * gnus-sum.el (gnus-summary-set-display-table): + Use `gnus-put-display-table', `gnus-get-display-table', + `gnus-set-display-table' for the display table, instead of `aset'. + + * gnus-xmas.el (gnus-xmas-summary-set-display-table): + Use `gnus-put-display-table', `gnus-get-display-table', + `gnus-set-display-table' for the display table. + +2008-06-14 Reiner Steib + + * nnmairix.el: Add autoloads. + +2008-06-14 Reiner Steib + + * nnmairix.el (nnmairix-delete-recreate-group) + (nnmairix-update-and-clear-marks): Fix error messages. + +2008-06-14 David Engster + + * nnmairix.el: Upgrade to version 0.6. + (nnmairix-group-toggle-propmarks-this-group) + (nnmairix-group-toggle-readmarks-this-group) + (nnmairix-group-delete-recreate-this-group) + (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks) + (nnmairix-remove-tick-mark-original-article): New commands. + (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close) + (nnmairix-propagate-marks-to-nnmairix-groups) + (nnmairix-only-use-registry, nnmairix-allowfast-default) + (nnmairix-marks-cache, nnmairix-version-output): New variables. + (nnmairix-request-set-mark, nnmairix-request-update-info): New back end + functions needed for marks propagation and manipulation of read marks. + (nnmairix-update-groups): New function. + (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group) + (nnmairix-determine-original-group-from-registry) + (nnmairix-determine-original-group-from-path) + (nnmairix-get-group-from-file-path, nnmairix-map-range) + (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter): + New helper functions. + (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new + keystrokes for new commands. + (nnmairix-delete-and-create-on-change): Doc string cleanup. + (nnmairix-request-group): Check allow-fast group parameter. + (nnmairix-request-create-group): Set allow-fast group parameter if + nnmairix-allowfast-default is set. + (nnmairix-close-group): Propagate marks upon closing if needed. + (nnmairix-group-toggle-threads-this-group): Use new. + nnmairix-group-toggle-parameter helper function. + (nnmairix-search): Better check for empty search result. + (nnmairix-goto-original-article): Use new helper functions for + determining original article. + (nnmairix-show-original-article): Make sure message-id is in brackets. + (nnmairix-call-mairix-binary): Change variable name. + (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group + helper function. + (nnmairix-widget-toggle-activate): Fix doc string. + +2008-06-11 Katsumi Yamaoka + + * nnir.el: Require edmacro when compiling with XEmacs. + (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not + available in Emacs 21. + +2008-06-11 Glenn Morris + + * gnus-util.el (x-focus-frame): + * gnus.el (image-size): + * mm-decode.el (image-size): Declare. + + * gnus-picon.el (declare-function): Add compat definition. + (image-size): Declare. + + * gnus-group.el (tool-bar-map): + * gnus-sum.el (tool-bar-map): Define for compiler. + + * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound. + + * nnfolder.el (gnus-intersection): Remove unnecessary autoload. + + * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el: + * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el: + * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el: + * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el: + * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el: + * sieve-manage.el, spam-report.el, spam.el: + Remove unnecessary eval-and-compile of autoloads. + +2008-06-08 Michael Albinus + + * auth-source.el: Precise Tramp doc. + +2008-06-07 Glenn Morris + + * nnmairix.el: Remove unnecessary eval-when-compile. + +2008-06-06 Katsumi Yamaoka + + * lpath.el: Fbind propertize for XEmacs 21.4. + +2008-06-05 Reiner Steib + + * nnir.el: Move here from ../contrib. + +2008-06-05 Stefan Monnier + + * gnus-util.el (gnus-read-shell-command): New function. + * mm-decode.el (mm-pipe-part): + * gnus-art.el (gnus-summary-save-in-pipe): Use it. + +2008-06-05 Katsumi Yamaoka + + * message.el (message-disassociate-draft): Revert 2008-03-18 change. + +2008-06-03 Glenn Morris + + * pop3.el (nnheader-accept-process-output): Autoload it. + +2008-05-30 Katsumi Yamaoka + + * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that + are not 2-digit hexadecimal characters that follow `%'s. + +2008-05-29 Reiner Steib + + * message.el (message-bogus-recipient-p): Fix type in doc string. + Reported by Stephen Eglen . + (message-bogus-addresses): Rename from message-bogus-address-regexp. + Improve custom options. + (message-bogus-recipient-p): Adjust accordingly. + +2008-05-27 Chong Yidong + + * parse-time.el (parse-time-months, parse-time-weekdays): Add + long-form month and day names. + +2008-05-26 Katsumi Yamaoka + + * dgnushack.el: Autoload debug, eudc-expand-inline and + pgg-snarf-keys-region for XEmacs. + + * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs. + + * nnmairix.el: Require edmacro when compiling with XEmacs. + +2008-05-24 Reiner Steib + + * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if. + (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups. + +2008-05-20 Teodor Zlatanov + + * auth-source.el: Add more docs. + + * netrc.el (netrc-machine): Always match if the port is not given. + +2008-05-19 Lars Magne Ingebrigtsen + + * nnheader.el (nnheader-read-timeout): Change the default timeout from + 0.1 seconds to 0.01 seconds. This will make nntp and pop3 article + retrieval faster in some cases, but might make CPU usage larger. If + this has any bad side effects, we might revert this change. + + * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which + seems to make mail retrieval much, much faster. + (pop3-movemail): Use nnheader-accept-process-output instead of sleeping + unconditionally. + + * gnus-draft.el (gnus-group-send-queue): Bind + message-send-mail-partially-limit to nil to avoid being prompted. + +2008-05-16 Reiner Steib + + * mml.el (mml-attach-buffer): Prompt for `disposition'. + + * message.el (message-bogus-address-regexp): Fix and improve custom + type. + (message-setup-hook): Add message-check-recipients as custom option. + +2008-05-15 Reiner Steib + + * message.el (message-cite-function): Remove bogus autoload which crept + in during merge from v5-10. + 2008-05-14 Teodor Zlatanov * nnimap.el (nnimap-open-connection): Fix login/password bug. @@ -20,6 +683,17 @@ for the gnus-message function. (auth-source-user-or-password): Use it. +2008-05-08 Stefan Monnier + + * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from + rfc2104-hexstring-to-byte-list. Return a unibyte string. + (rfc2104-hash): Use it. + +2008-05-08 Juanma Barranquero + + * gnus-art.el (gnus-article-toggle-truncate-lines): + Don't use `iff' in docstring. + 2008-05-07 Teodor Zlatanov * gnus-registry.el: Adjusted copyright dates and added a keyword. @@ -28,8 +702,8 @@ (gnus-extract-address-component-email): Convenience functions around `gnus-extract-address-components'. - * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use - `gnus-extract-address-component-email' to fix bug of comparing full + * gnus-registry.el (gnus-registry-split-fancy-with-parent): + Use `gnus-extract-address-component-email' to fix bug of comparing full sender name to `user-mail-address'. 2008-05-05 Teodor Zlatanov @@ -38,6 +712,13 @@ catch/throw to optimize. (gnus-registry-find-keywords): Just use member to find a keyword. +2008-05-07 Stefan Monnier + + * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer + is current before calling gnus-server-prepare. + (gnus-server-setup-buffer, gnus-server-update-server) + (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer. + 2008-05-04 Juri Linkov * mailcap.el (mailcap-replace-in-string): New compatibility alias. @@ -73,8 +754,8 @@ 2008-04-28 Teodor Zlatanov - * mail-source.el (mail-source-set-1, mail-source-bind): Moved - auth-source code out of the macro to clean it up and fix bugs. + * mail-source.el (mail-source-set-1, mail-source-bind): + Move auth-source code out of the macro to clean it up and fix bugs. 2008-04-26 Teodor Zlatanov @@ -310,7 +991,7 @@ gnus-group-read-ephemeral-gmane-group. (gnus-read-ephemeral-gmane-group-url): Rename from gnus-group-read-ephemeral-gmane-group-url. - (gnus-bug-group-download-format-alist): New variable. + (gnus-bug-group-download-format-alist): New variable. (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group) (gnus-read-ephemeral-emacs-bug-group): New commands. @@ -667,7 +1348,7 @@ (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 + (nnmairix-request-group-with-article-number-correction): Remove unreferenced argument passed to nnmairix-call-backend. 2008-02-27 Reiner Steib @@ -778,7 +1459,7 @@ 2008-02-01 Kenichi Handa - * rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from + * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from rfc2104-hexstring-to-bitstring and changed to return a byte list. (rfc2104-hash): Convert the result of concat to unibyte string. @@ -1154,7 +1835,7 @@ * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring. * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el: - * message.el, mm-view.el, sieve-manage, smime.el: + * message.el, mm-view.el, sieve-manage.el, smime.el: Add declare-function compatibility definition. * gnus-art.el (w3-region, w3m-region, Info-menu): @@ -1195,12 +1876,12 @@ 2007-12-06 Paul Jarc - * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups, - nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in + * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups) + (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in group names with backslashes. Reported by Tassilo Horn . -2007-12-06 D. Goel +2007-12-06 Deepak Goel * gnus-art.el (article-make-date-line): * gnus-start.el (gnus-load): @@ -1533,10 +2214,6 @@ message-send-mail-function. Adjust doc string. (message-send-mail-with-mailclient): New function. -2007-11-17 Richard Stallman - - * assistant.el: Remove file. - 2007-11-16 Dan Nicolaescu * smime.el (from): @@ -1565,7 +2242,7 @@ (latin-unity-ucs-list): * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function) (mm-uu-binhex-decode-function): - * message.el (gnus-message-group-art, gnus-list-identifiers, ) + * message.el (gnus-message-group-art, gnus-list-identifiers) (rmail-enable-mime-composing, gnus-local-organization) (gnus-post-method, gnus-select-method, gnus-active-hashtb) (gnus-read-active-file, facemenu-add-face-function) @@ -1901,7 +2578,7 @@ * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936. Fix comment about "iso8859-1". -2007-10-08 Daiki Ueno +2007-10-08 Daiki Ueno * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the ones returned from the verify-function. @@ -2184,7 +2861,7 @@ * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg. (gnus-read-move-group-name): Decode group name for completion. -2007-07-31 Ted Zlatanov +2007-07-31 Teodor Zlatanov * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi @@ -7367,8 +8044,8 @@ 2005-07-18 Romain Francoise - * gnus-sum.el (gnus-summary-to-prefix, - gnus-summary-newsgroup-prefix): New variables. + * gnus-sum.el (gnus-summary-to-prefix) + (gnus-summary-newsgroup-prefix): New variables. (gnus-summary-from-or-to-or-newsgroups): Use them. 2005-07-17 Romain Francoise @@ -8049,7 +8726,7 @@ * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens. -2005-04-06 D Goel +2005-04-06 Deepak Goel * spam-stat.el (spam-stat-score-buffer): Add a call to a user-function allow user modifications of the scores. @@ -8209,9 +8886,8 @@ * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric comparison on string. - * gnus-agent.el (gnus-agent-long-article, - gnus-agent-short-article, gnus-agent-score): Renamed category - keywords to match gnus-cus. + * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article) + (gnus-agent-score): Renamed category keywords to match gnus-cus. (gnus-agent-summary-fetch-series): Modified to protect against gnus-agent-summary-fetch-group clearing processable flags. (gnus-agent-synchronize-group-flags): Update live group buffer as @@ -8501,7 +9177,7 @@ * gnus-art.el (gnus-mime-inline-part): Decode parts according to the coding cookies; decompress compressed parts. - * mml.el (mml-generate-mime-1): Add the charaset parameter according + * mml.el (mml-generate-mime-1): Add the charset parameter according to the value which a user specified manually or the coding cookie. * mm-util.el (mm-string-to-multibyte): New function. @@ -9166,7 +9842,7 @@ * starttls.el (starttls-gnutls-program, starttls-use-gnutls) (starttls-extra-arguments, starttls-process-connection-type) - (starttls-connect, starttls-failure, starttls-success): + (starttls-connect, starttls-failure, starttls-success): Add :version. * spam-stat.el (spam-stat): Add :version. @@ -9215,7 +9891,7 @@ (gnus-summary-display-while-building): Add :version. * gnus-start.el (gnus-subscribe-newsgroup-hooks) - (gnus-get-top-new-news-hook):Add :version. + (gnus-get-top-new-news-hook): Add :version. * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face) (gnus-server-closed-face, gnus-server-denied-face): Add :version. @@ -9373,7 +10049,7 @@ * spam.el (spam-backend-article-list-property) (spam-backend-get-article-todo-list) - (spam-backend-put-article-todo-list, ) + (spam-backend-put-article-todo-list) (spam-summary-prepare-exit, spam-resolve-registrations-routine): Resolve registrations separately. (spam-register-routine): Format comments. @@ -10013,7 +10689,7 @@ * flow-fill.el (fill-flowed-display-column) (fill-flowed-encode-column): Ditto. -2004-09-06 Stefan +2004-09-06 Stefan Monnier * message.el (message-tokenize-header, message-send-mail-with-qmail): Use point-min rather than 1. @@ -10062,8 +10738,8 @@ * gnus-start.el (gnus-convert-old-newsrc): Changed message text as some users confused by references to .newsrc when they only have a .newsrc.eld file. - (gnus-convert-mark-converter-prompt, - gnus-convert-converter-needs-prompt): Fixed use of property list. + (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 files' message when actually necessary. @@ -10083,7 +10759,7 @@ 2004-09-01 Simon Josefsson * message.el (message-canlock-generate): Require sha1, not - sha1-el. (Can we get rid of this require alltogheter? It is ugly + sha1-el. (Can we get rid of this require altogether? It is ugly to require within a function. Sadly, if sha1.el isn't loaded, the let binding in m-c-g will hide the defcustom definition, which is bad.) @@ -10946,9 +11622,8 @@ Add spam-use-resend. (spam-group-spam-processor-report-resend-p): Add utility wrapper. (spam-report-articles-gmane): Add doc fix. - (spam-report-articles-resend, - spam-report-resend-register-routine): Add wrappers around - spam-report-resend-to. + (spam-report-articles-resend, spam-report-resend-register-routine): + Add wrappers around spam-report-resend-to. * spam-report.el (spam-report-resend-to, spam-report-resend): Add support for resending spam. @@ -11152,13 +11827,13 @@ * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many false positives. -2004-05-16 Kim Minh Kaplan +2004-05-16 Kim-Minh Kaplan * imap.el (imap-sasl-make-mechanisms): Use sasl. 2004-05-16 Lars Magne Ingebrigtsen - * nneething.el (nneething-file-name): Don't create spurions + * nneething.el (nneething-file-name): Don't create spurious files. * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups. @@ -11618,7 +12293,7 @@ (gnus-insert-mime-button): Revert 2004-03-19 change. (gnus-mime-accumulate-hierarchy): Remove. (gnus-mime-enter-multipart): Remove. - (gnus-mime-leave-multipart): Remove, + (gnus-mime-leave-multipart): Remove. (gnus-mime-display-part): Revert 2004-03-19 change. (gnus-mime-display-alternative): Revert 2004-03-19 change. @@ -12246,8 +12921,8 @@ 2004-01-25 Paul Jarc - * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile, - nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number): + * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile) + (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number): New macros and functions. * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov): Handle > NLINK_MAX messages. @@ -12322,8 +12997,8 @@ 2004-01-21 Kevin Greiner - * gnus-agent.el (gnus-agent-queue-mail, - gnus-agent-prompt-send-queue): New variables. + * gnus-agent.el (gnus-agent-queue-mail) + (gnus-agent-prompt-send-queue): New variables. (gnus-agent-send-mail): Use gnus-agent-queue-mail. * gnus-draft.el (gnus-group-send-queue): Pass the group name "nndraft:queue" along to gnus-draft-send. Use @@ -12349,8 +13024,8 @@ servers. Add use of min/max range limits from server's local file. (gnus-agent-save-alist): Removed unused optional argument. - (gnus-agent-load-local, gnus-agent-read-and-cache-local), - (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local), + (gnus-agent-load-local, gnus-agent-read-and-cache-local) + (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local) (gnus-agent-set-local): A per-server file that keeps min/max range limits for articles known to the agent. Provides a fast mechanism for altering many active ranges. @@ -12371,9 +13046,8 @@ gnus-list-of-unread-articles, to avoid exhausting memory with huge numbers of articles. Use gnus-range-map to avoid having to uncompress the unread list. - (gnus-group-archive-directory, - gnus-group-recent-archive-directory): Fixed invalid ange-ftp - reference. + (gnus-group-archive-directory, gnus-group-recent-archive-directory): + Fixed invalid ange-ftp reference. * gnus-range.el (gnus-range-map): Iterate over list or sequence. (gnus-sorted-range-intersection): Intersection of two ranges @@ -12954,7 +13628,7 @@ 2004-01-05 Reiner Steib * gnus-art.el (gnus-treat-ansi-sequences, - article-treat-ansi-sequences): New variable and function. + (article-treat-ansi-sequences): New variable and function. Suggested by Dan Jacobson . * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): @@ -13027,8 +13701,8 @@ * imap.el (imap-point-at-eol): Replace with point-at-eol. - * flow-fill.el (fill-flowed-point-at-bol, - fill-flowed-point-at-eol): Replace with point-at-{eol,bol}. + * flow-fill.el (fill-flowed-point-at-bol) + (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}. * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove. Replace with point-at-{eol,bol} throughout all files. @@ -13168,10 +13842,10 @@ See ChangeLog.2 for earlier changes. 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 @@ -13179,9 +13853,7 @@ See ChangeLog.2 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: utf-8