mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
Update ChangeLogs.
This commit is contained in:
parent
d549e52b93
commit
35203a24f1
2 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue