From: yamaoka Date: Mon, 14 Dec 1998 07:25:36 +0000 (+0000) Subject: Update. X-Git-Tag: keiichi-199812141900~2 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a05ce38c1584cc1e49784bdc4446f1b9e9b601cd;p=elisp%2Fgnus.git- Update. --- diff --git a/ChangeLog b/ChangeLog index 3e6ce7f..c0bcbbe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,40 @@ 1998-12-14 Katsumi Yamaoka + * 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 + * lisp/nnheader.el (nnheader-find-file-noselect): Use `find-file-noselect-as-coding-system' (renamed from `find-file-noselect-as-specified-coding-system').