X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2FChangeLog;h=b3235f091bec3072276375ec7cd900e16e6632e8;hp=16140e2233c472d4bed066e8fa117ffe12a35a9d;hb=e2c9efb05a1ae9e65fd40bab80466da331f3981b;hpb=05702c624a69ed0032655ccdba5d6810f75a47e9 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 16140e223..b3235f091 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,11 +1,67 @@ +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 g-server-to-method. + simplified server definitions by converting it via + gnus-server-to-method. 2009-01-06 Katsumi Yamaoka @@ -17,6 +73,11 @@ * 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. @@ -40,6 +101,17 @@ * 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. @@ -12251,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.