Mercurial > emacs
changeset 100872:c6aed22590ab
Update ChangeLogs.
author | Michael Olson <mwolson@gnu.org> |
---|---|
date | Sat, 03 Jan 2009 23:08:26 +0000 |
parents | 1d5b4a08955f |
children | be51a6e9224f |
files | lisp/ChangeLog lisp/gnus/ChangeLog |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Jan 03 23:05:42 2009 +0000 +++ b/lisp/ChangeLog Sat Jan 03 23:08:26 2009 +0000 @@ -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.
--- a/lisp/gnus/ChangeLog Sat Jan 03 23:05:42 2009 +0000 +++ b/lisp/gnus/ChangeLog Sat Jan 03 23:08:26 2009 +0000 @@ -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.