Merge from emacs--devo--0
[gnus] / lisp / ChangeLog
index 16140e2..b3235f0 100644 (file)
@@ -1,11 +1,67 @@
+2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * auth-source.el: Update docs to reflect epa-file-enable is to be used
+       now.
+
+2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * 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  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-coding-system-priorities): Protect against nil value
+       of current-language-environment.
+
+2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
+       available at runtime.
+
+2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-art.el (article-date-ut): Fix end point of narrowing.
+
+2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
+
+       * 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  <yamaoka@jpl.org>
+
+       * gnus-sum.el (gnus-summary-next-article): Revert last change by which
+       XEmacs gets not to work.
+
+2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-util.el (mm-coding-system-priorities): Allow the value like
+       "Japanese (UTF-8)" of current-language-environment.
+
+2009-01-09  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
+       with last-command-event.
+
 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * 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  <fx@gnu.org>
+
+       * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
+
 2009-01-07  David Engster  <dengste@eml.cc>
 
        * 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  <yamaoka@jpl.org>
 
        * 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  <tassilo@member.fsf.org>
+
+       * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
+       `(gnus)Face', not `(gnus)X-Face'.
+
 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-util.el (mm-ucs-to-char): New function.
        * message.el (message-fix-before-sending): Add `eight-bit' to
        illegible-text check.
 
+2009-01-03  Michael Olson  <mwolson@gnu.org>
+
+       * 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  <fx@gnu.org>
 
        * imap.el (imap-string-to-integer): Fix typo.
        * gnus-start.el (gnus-get-unread-articles): Fix last commit.
 
 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
+
        * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
        (gnus-agent-with-refreshed-group): New macro.
        (gnus-agent-rename-group): New function.