From: Michael Olson Date: Sat, 3 Jan 2009 23:08:26 +0000 (+0000) Subject: Update ChangeLogs. X-Git-Tag: emacs-pretest-23.0.90~720 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35203a24f154742e0122b7c809397d67c76cfb2c;p=emacs.git Update ChangeLogs. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c47e85857f2..04fe2f9334e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2009-01-03 Michael Olson + + * 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 * emacs-lisp/authors.el (authors-aliases): Addition. diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 94145b74b6c..8d14345909f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,11 @@ +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. + 2008-12-18 Katsumi Yamaoka * mm-util.el (mm-substring-no-properties): New function.