From: Daiki Ueno Date: Fri, 4 Mar 2005 23:42:28 +0000 (+0000) Subject: Update. X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=79363240aed089824574e4123ee706b0147244f7;ds=sidebyside Update. --- diff --git a/NEWS b/NEWS index d701471..fa20ddd 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,26 @@ +* Major changes in 1.0.8 + +** Mitigate file locking scheme of riece-log. (ueno) + +** Format idle seconds in human readable form. (ueno) + +** Separate riece-obarray to riece-channel-obarray and + riece-user-obarray. (kaoru) + +** Fixed bugs caused by mishandling of channel names (which should be + case insensitive.) (ueno) + +** Support SXEmacs version names. (Steve Youngs) + +** Support CTCP TIME. (Steve Youngs) + +** Ignore directories under ~/.riece/addons. (kaoru) + +** Fixed wrong-number-of-arguments error on riece-command-part. (yoichi) + +** Fixed a bug which assumes existence of ~/.riece/addons when + startup. (ueno) + * Major changes in 1.0.7 ** New add-on riece-toolbar. (ueno)