* 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)