Update ChangeLogs.

This commit is contained in:
Michael Olson 2009-01-03 23:08:26 +00:00
parent d549e52b93
commit 35203a24f1
2 changed files with 13 additions and 0 deletions

View 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.

View 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.