From: ueno Date: Sat, 27 Aug 2005 08:40:15 +0000 (+0000) Subject: Revised. X-Git-Tag: channel-coding-branchpoint~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4cba7131fd3dc13eb31291702339e4b93c91f033;p=elisp%2Friece.git Revised. --- diff --git a/NEWS b/NEWS index 10ee365..8f5d937 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,6 @@ * Major changes in 2.0.0 -** Support uninstall/unload operations for add-ons. (ueno) - -** Don't signal an error when a user is quitting, and he joined a - channel where you left. (ueno) +** Support uninstall, unload (dangerous) operations for add-ons. (ueno) ** New mechanism for executing Ruby programs. The usage is documented in comments at the beginning of riece-ruby.el. (ueno) @@ -12,6 +9,13 @@ user's input prefixed with ",ruby " and send the result to the current channel. (ueno) +** New add-on riece-shrink-buffer.el, which now takes care of periodic + buffer shrinking. Please enable riece-shrink-buffer add-on in the + add-on listing mode (C-c ^). + +** Don't signal an error when a user is quitting, and he joined a + channel where you left. (ueno) + ** When saving a log file, embed the name of the coding-system used in the filename. This will avoid mojibake even riece-log-coding-system is not set. (ueno)