From f305c0d05787280d8333b7ffbd3b85f90072a98f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 14 Dec 1998 07:29:20 +0000 Subject: [PATCH] Update. --- ChangeLog | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a0bfa20..a9e06ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,48 @@ +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/gnus-score.el (gnus-score-load-score-alist): Call + `insert-file-contents-as-coding-system' with CODING-SYSTEM as the + 1st arg. + * lisp/nnmail.el (nnmail-find-file): Ditto. + * lisp/nnheader.el (nnheader-insert-file-contents): Ditto. + + * lisp/score-mode.el (gnus-score-edit-exit): Call + `write-region-as-coding-system' as the 1st arg. + * lisp/gnus-start.el (gnus-save-newsrc-file): Ditto. + + * lisp/gnus-start.el (gnus-read-newsrc-el-file): Call + `insert-file-contents-as-coding-system' with CODING-SYSTEM as the + 1st arg. + + * lisp/gnus-score.el (gnus-score-save): Call + `gnus-write-buffer-as-coding-system' with CODING-SYSTEM as the 1st + arg. + * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Ditto. + (gnus-cache-save-buffers): Ditto. + + * 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' as the 1st arg. + * lisp/gnus-agent.el (gnus-agent-expire): Ditto. + (gnus-agent-fetch-headers): Ditto. + (gnus-agent-flush-cache): Ditto. + (gnus-agent-fetch-articles): Ditto. + (gnus-agent-save-history): Ditto. + (gnus-agent-save-groups): Ditto. + (gnus-agent-save-active): Ditto. + 1998-12-14 Tsukamoto Tetsuo * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Bug fix. Overwrite the toolbar spec for gnus-group-mode, under XEmacs. - + 1998-12-14 Katsumi Yamaoka * lisp/nnheader.el (nnheader-find-file-noselect): Use -- 1.7.10.4