diff options
| author | Michael Olson | 2009-01-03 23:08:26 +0000 |
|---|---|---|
| committer | Michael Olson | 2009-01-03 23:08:26 +0000 |
| commit | 35203a24f154742e0122b7c809397d67c76cfb2c (patch) | |
| tree | 66af740073638ead6ca1291fd3a895fe007448e6 /lisp/gnus/ChangeLog | |
| parent | d549e52b93f71a0d0395367a06ed618a189e4522 (diff) | |
| download | emacs-35203a24f154742e0122b7c809397d67c76cfb2c.tar.gz emacs-35203a24f154742e0122b7c809397d67c76cfb2c.zip | |
Update ChangeLogs.
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
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 @@ | |||
| 1 | 2009-01-03 Michael Olson <mwolson@gnu.org> | ||
| 2 | |||
| 3 | * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where | ||
| 4 | `headers' is nil. This can occur if the IMAP server does not have | ||
| 5 | permissions to read messages from a folder, but can write new messages | ||
| 6 | to the folder. | ||
| 7 | (nnimap-request-article-part): Do not insert `data' if it is nil. | ||
| 8 | |||
| 1 | 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org> | 9 | 2008-12-18 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 10 | ||
| 3 | * mm-util.el (mm-substring-no-properties): New function. | 11 | * mm-util.el (mm-substring-no-properties): New function. |