]> git.eshelyaron.com Git - emacs.git/commitdiff
Update ChangeLogs.
authorMichael Olson <mwolson@gnu.org>
Sat, 3 Jan 2009 23:08:26 +0000 (23:08 +0000)
committerMichael Olson <mwolson@gnu.org>
Sat, 3 Jan 2009 23:08:26 +0000 (23:08 +0000)
lisp/ChangeLog
lisp/gnus/ChangeLog

index c47e85857f2c4f178b4ee0432d4194d38d94a341..04fe2f9334e2dfe52706ac10a1628fc2d226408d 100644 (file)
@@ -1,3 +1,8 @@
+2009-01-03  Michael Olson  <mwolson@gnu.org>
+
+       * net/imap.el (imap-parse-fetch): Courier can insert spurious
+       blank characters which will confuse `read', so skip past them.
+
 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * emacs-lisp/authors.el (authors-aliases): Addition.
index 94145b74b6c10084002d724672d4abaa35208894..8d14345909f852004e2d5c389127a5a5c52109f0 100644 (file)
@@ -1,3 +1,11 @@
+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.
+
 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * mm-util.el (mm-substring-no-properties): New function.