From 761508eca6c29a6b05b83c527a1e15929ff9bdbf Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 24 Mar 1999 05:58:41 +0000 Subject: [PATCH] * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the buffer local variable `default-mime-charset' of `gnus-article-buffer' before `mime-display-message' is called. * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also matched with the group name which has a method name and/or a foreign server name. (gnus-set-summary-default-charset): Cancel the last change. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5b183b6..73188ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 1999-03-24 Katsumi Yamaoka + * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the + buffer local variable `default-mime-charset' of + `gnus-article-buffer' before `mime-display-message' is called. + + * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also + matched with the group name which has a method name and/or a + foreign server name. + (gnus-set-summary-default-charset): Cancel the last change. + +1999-03-24 Katsumi Yamaoka + * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip method and foreign server name from the newsgroup name. -- 1.7.10.4