aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olson2009-01-03 23:08:26 +0000
committerMichael Olson2009-01-03 23:08:26 +0000
commit35203a24f154742e0122b7c809397d67c76cfb2c (patch)
tree66af740073638ead6ca1291fd3a895fe007448e6
parentd549e52b93f71a0d0395367a06ed618a189e4522 (diff)
downloademacs-35203a24f154742e0122b7c809397d67c76cfb2c.tar.gz
emacs-35203a24f154742e0122b7c809397d67c76cfb2c.zip
Update ChangeLogs.
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/gnus/ChangeLog8
2 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c47e85857f2..04fe2f9334e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-01-03 Michael Olson <mwolson@gnu.org>
2
3 * net/imap.el (imap-parse-fetch): Courier can insert spurious
4 blank characters which will confuse `read', so skip past them.
5
12009-01-03 Reiner Steib <Reiner.Steib@gmx.de> 62009-01-03 Reiner Steib <Reiner.Steib@gmx.de>
2 7
3 * emacs-lisp/authors.el (authors-aliases): Addition. 8 * 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 @@
12009-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
12008-12-18 Katsumi Yamaoka <yamaoka@jpl.org> 92008-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.