Update.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Nov 2007 10:19:03 +0000 (10:19 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 15 Nov 2007 10:19:03 +0000 (10:19 +0000)
lisp/ChangeLog

index 12d4609..070b486 100644 (file)
@@ -1,3 +1,16 @@
+2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
+       macros.
+       (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
+       (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
+       copy data from unibyte buffer to multibyte current buffer.
+       (nntp-retrieve-headers, nntp-retrieve-groups); Use nntp-copy-to-buffer
+       to copy data from unibyte current buffer to multibyte buffer.
+       (nntp-make-process-buffer): Make process buffer unibyte.
+
+       * pop3.el (pop3-open-server): Fix typo in Lisp code.
+
 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
 
        * pop3.el (pop3-open-server): Accept and process data more robustly at