From: ueno Date: Mon, 29 Aug 2005 03:05:25 +0000 (+0000) Subject: Fixed. X-Git-Tag: channel-coding-mergepoint~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5bf4d5e0655c403fc5e7ad3d17d114d4d3106597;p=elisp%2Friece.git Fixed. --- diff --git a/NEWS b/NEWS index cd4d8e9..fad62dc 100644 --- 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)))