X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=b3235f091bec3072276375ec7cd900e16e6632e8;hp=a9cd6f6c50ea06348111d2b2ebc2f42c1bb6a407;hb=e2c9efb05a1ae9e65fd40bab80466da331f3981b;hpb=3c3280899283966946960d78bcd5682497df9014 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a9cd6f6c5..b3235f091 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,315 @@ +2009-01-16 Teodor Zlatanov + + * auth-source.el: Update docs to reflect epa-file-enable is to be used + now. + +2009-01-16 Katsumi Yamaoka + + * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name' + coding system in XEmacs; add a workaround for XEmacs. + + * lpath.el: Fbind coding-system-aliasee. + +2009-01-14 Katsumi Yamaoka + + * mm-util.el (mm-coding-system-priorities): Protect against nil value + of current-language-environment. + +2009-01-13 Reiner Steib + + * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is + available at runtime. + +2009-01-13 Katsumi Yamaoka + + * gnus-art.el (article-date-ut): Fix end point of narrowing. + +2009-01-11 Aidan Kehoe + + * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate + the greatest positive fixnum value doesn't work under an XEmacs with + bignum support; use the most-positive-fixnum constant instead, + available since Emacs 21.1 with cl and XEmacs 21.1. + +2009-01-10 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-next-article): Revert last change by which + XEmacs gets not to work. + +2009-01-09 Katsumi Yamaoka + + * mm-util.el (mm-coding-system-priorities): Allow the value like + "Japanese (UTF-8)" of current-language-environment. + +2009-01-09 Glenn Morris + + * gnus-sum.el (gnus-summary-next-article): Replace last-command-char + with last-command-event. + +2009-01-08 Reiner Steib + + * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection + in the doc string. + + * message.el (message-fix-before-sending): Amend comment. + +2009-01-08 Dave Love + + * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call. + +2009-01-07 David Engster + + * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with + simplified server definitions by converting it via + gnus-server-to-method. + +2009-01-06 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate + parameter's operands. + +2009-01-06 David Engster + + * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on + primary select method (for gnus-group-mark-article-as-read). + +2009-01-06 Tassilo Horn + + * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to + `(gnus)Face', not `(gnus)X-Face'. + +2009-01-05 Katsumi Yamaoka + + * mm-util.el (mm-ucs-to-char): New function. + + * mm-url.el (mm-url-decode-entities): Use it. + + * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and + unicode-to-char. + +2009-01-05 Dave Love + + * time-date.el: Require cl for `declare'. + +2009-01-05 Reiner Steib + + * time-date.el (format-seconds): Explain `assoc-string'. Suggested by + Dave Love. + +2009-01-03 Reiner Steib + + * message.el (message-fix-before-sending): Add `eight-bit' to + illegible-text check. + +2009-01-03 Michael Olson + + * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where + `headers' is nil. This can occur if the IMAP server does not have + permissions to read messages from a folder, but can write new messages + to the folder. + (nnimap-request-article-part): Do not insert `data' if it is nil. + + * imap.el (imap-parse-fetch): Courier can insert spurious blank + characters which will confuse `read', so skip past them. + +2009-01-01 Dave Love + + * imap.el (imap-string-to-integer): Fix typo. + (imap-fetch-safe): New function. + (imap-message-copyuid-1, imap-message-appenduid-1): Use it. + + * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe. + + * imap.el (imap-process-connection-type, imap-debug, imap-open): + (imap-parse-greeting): Fix doc strings. + (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs. + (imap-parse-flag-list): Make messages unique. + (imap-parse-body): Fix comments. Add comment on Exchange 2007. + + * nnimap.el: Fix author email. + (nnimap-split-rule): Add FIXME comment. + (nnimap-debug): Fix doc string. + +2008-12-26 Reiner Steib + + * dns.el (dns-set-servers): Check "Address". Fix typo. + +2008-12-25 Reiner Steib + + * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf. Call + nslookup if resolv.conf isn't available. + (dns-query): Rename from query-dns. + (dns-query-cached): Rename from query-dns-cached. + +2008-12-25 Katsumi Yamaoka + + * gnus-sum.el (gnus-summary-set-article-display-arrow): Make + overlay-arrow-position and overlay-arrow-string buffer-local; no need + to check if those variables exist (first appeared in Emacs 18.50). + +2008-12-24 Katsumi Yamaoka + + * mm-util.el (mm-line-number-at-pos): New function. + + * spam-report.el (spam-report-process-queue): Use it. + +2008-12-24 David Engster + + * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind + parameters that haven't existed as variables as buffer-local variables. + +2008-12-23 Dave Love + + * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use + cadar. + + * sieve-manage.el (sieve-manage-starttls-p): Renamed from + imap-starttls-p. + (sieve-manage-starttls-open): Renamed from imap-starttls-open. + +2008-12-22 Dave Love + + * imap.el: Fix author email. Doc fixes. + (imap-parse-body): Work around assertion failure in bogus Exchange 2007 + reply. + +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. @@ -20,6 +332,12 @@ (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 @@ -848,7 +1166,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. @@ -1692,7 +2010,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): @@ -1738,7 +2056,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): @@ -2071,10 +2389,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): @@ -2103,7 +2417,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) @@ -2439,7 +2753,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. @@ -2722,7 +3036,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 @@ -8587,7 +8901,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. @@ -9752,7 +10066,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. @@ -9910,7 +10224,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. @@ -12009,6 +12323,7 @@ * gnus-start.el (gnus-get-unread-articles): Fix last commit. 2004-04-07 Kevin Greiner + * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable. (gnus-agent-with-refreshed-group): New macro. (gnus-agent-rename-group): New function. @@ -13668,11 +13983,10 @@ 2004-01-04 Mario Lang - * dns.el: Add support for AAAA records (see RFC 3596) - - * Fix typo PRT -> PTR - - * Parse MX, PTR and SOA replies (see RFC 1035) + * dns.el (dns-query-types): Fix typo. + (dns-query-types): New function + (dns-read-type): Add support for AAAA records, see RFC 3596. Parse MX, + PTR and SOA replies, see RFC 1035. 2004-01-04 Lars Magne Ingebrigtsen @@ -13699,7 +14013,7 @@ See ChangeLog.2 for earlier changes. - Copyright (C) 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GNU Emacs.