Fixed.
authorueno <ueno>
Mon, 29 Aug 2005 03:05:25 +0000 (03:05 +0000)
committerueno <ueno>
Mon, 29 Aug 2005 03:05:25 +0000 (03:05 +0000)
NEWS

diff --git a/NEWS b/NEWS
index cd4d8e9..fad62dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,8 @@
 * Major changes in 2.0.0
 
-** You can use different coding-systems per channel. (ueno)
-   Example:
+** Support multiple coding-systems on a server.
+   You can use different coding-systems for different channels. (ueno)
+   Example setting:
    (setq riece-coding-system-alist
         '(("#euc-jp" . euc-jp)
           ("#utf-8 irc.freenode.net" . utf-8)))