aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2008-03-12 18:40:01 +0000
committerStefan Monnier <[email protected]>2008-03-12 18:40:01 +0000
commit9c5fe825f7eda8816add3fd1a9bc6e34a3434db2 (patch)
treea72e6141171c79c3190ca468e05f5bf78831ef08 /lisp/gnus/ChangeLog
parentd4eb2b7e39d6b6ee1bee4be0b0d53a3f3202da5a (diff)
(nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
(nnimap-request-move-article): Use with-current-buffer.
Diffstat (limited to 'lisp/gnus/ChangeLog')
-rw-r--r--lisp/gnus/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 21d531f59f..f5d19f56bf 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,8 @@
2008-03-12 Stefan Monnier <[email protected]>
+ * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte temp buffer.
+ (nnimap-request-move-article): Use with-current-buffer.
+
* mm-decode.el (mm-with-part): Set the buffer to unibyte before inserting
the handle-buffer's text, so the implicit multibyte->unibyte conversion
uses string-make-unibyte rather than string-as-unibyte.