From: ueno Date: Mon, 29 Aug 2005 03:01:56 +0000 (+0000) Subject: Revised. X-Git-Tag: channel-coding-mergepoint~8 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f731dddfdf9c82ed2fbb2df4252f23c1814deec6;p=elisp%2Friece.git Revised. --- diff --git a/NEWS b/NEWS index 3289563..62ec343 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ * Major changes in 2.0.0 +** Support different coding-systems per channel (ueno) + Example: + (setq riece-coding-system-alist + '(("#euc-jp" . euc-jp) + ("#utf-8 irc.freenode.net" . utf-8))) + ** Support uninstall, unload (dangerous) operations for add-ons. Now you can fully customize riece-addons in the add-on listing mode. (ueno)