diff lisp/gnus/ChangeLog @ 92770:b7f1378e2a2c

(nnimap-retrieve-headers-progress): Use a unibyte temp buffer. (nnimap-request-move-article): Use with-current-buffer.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 12 Mar 2008 18:40:01 +0000
parents 734bb318f69e
children a3d61f1532f1
line wrap: on
line diff
--- a/lisp/gnus/ChangeLog	Wed Mar 12 18:30:52 2008 +0000
+++ b/lisp/gnus/ChangeLog	Wed Mar 12 18:40:01 2008 +0000
@@ -1,5 +1,8 @@
 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* 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.