X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2FChangeLog;h=865cf75bab74259919ba1b6fa84c2df24083d484;hb=9fe47876d6f4cf0b3fae6c5eaa8cf7a17660f685;hp=0ce3f4817031f60f0dac3c0f6b36ef65eb779da5;hpb=1a73d59b5f5674e7510663cb61ca5db12e03436c;p=gnus diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0ce3f4817..865cf75ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,439 @@ +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-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-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. @@ -17,6 +442,25 @@ * 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 @@ -31,16 +475,16 @@ 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 + * 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-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-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 @@ -71,9 +515,9 @@ (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): Inserted new + (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. @@ -547,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. @@ -1391,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): @@ -1437,7 +1881,7 @@ 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): @@ -1770,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): @@ -1802,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) @@ -2138,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. @@ -2421,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 @@ -8286,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. @@ -8737,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. @@ -9402,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. @@ -9451,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. @@ -9609,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. @@ -10319,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.)