Update.
authoryamaoka <yamaoka>
Mon, 14 Dec 1998 07:25:36 +0000 (07:25 +0000)
committeryamaoka <yamaoka>
Mon, 14 Dec 1998 07:25:36 +0000 (07:25 +0000)
ChangeLog

index 3e6ce7f..c0bcbbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,40 @@
 1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
 
+       * lisp/nnheader.el (nnheader-find-file-noselect): Call
+       `find-file-noselect-as-coding-system' with CODING-SYSTEM as the
+       1st arg.
+
+       * lisp/nnmail.el (nnmail-find-file): Call
+       `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
+       1st arg.
+       * lisp/nnheader.el (nnheader-insert-file-contents): Likewise.
+
+       * lisp/gnus-start.el (gnus-save-newsrc-file): Call
+       `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
+       (gnus-read-newsrc-el-file): Call
+       `insert-file-contents-as-coding-system' with CODING-SYSTEM as the
+       1st arg.
+
+       * lisp/gnus-cache.el (gnus-cache-save-buffers): Call
+       `gnus-write-buffer-as-coding-system' with CODING-SYSTEM as the 1st
+       arg.
+
+       * lisp/gnus-util.el (gnus-write-buffer-as-coding-system): Be
+       CODING-SYSTEM the 1st arg.
+
+       * lisp/nnmail.el (nnmail-write-region): Call
+       `write-region-as-coding-system' with CODING-SYSTEM as the 1st arg.
+       * lisp/gnus-start.el (gnus-save-newsrc-file): Likewise.
+       * lisp/gnus-agent.el (gnus-agent-expire): Likewise.
+       (gnus-agent-fetch-headers): Likewise.
+       (gnus-agent-flush-cache): Likewise.
+       (gnus-agent-fetch-articles): Likewise.
+       (gnus-agent-save-history): Likewise.
+       (gnus-agent-save-groups): Likewise.
+       (gnus-agent-save-active): Likewise.
+
+1998-12-14  Katsumi Yamaoka   <yamaoka@jpl.org>
+
        * lisp/nnheader.el (nnheader-find-file-noselect): Use
        `find-file-noselect-as-coding-system' (renamed from
        `find-file-noselect-as-specified-coding-system').