From: yamaoka Date: Wed, 24 Mar 1999 05:58:41 +0000 (+0000) Subject: * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the buffer X-Git-Tag: semi-gnus-6_10_11~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=761508eca6c29a6b05b83c527a1e15929ff9bdbf;p=elisp%2Fgnus.git- * 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. --- 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.