Revised.
authorueno <ueno>
Mon, 29 Aug 2005 03:01:56 +0000 (03:01 +0000)
committerueno <ueno>
Mon, 29 Aug 2005 03:01:56 +0000 (03:01 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 3289563..62ec343 100644 (file)
--- 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)