From 4cba7131fd3dc13eb31291702339e4b93c91f033 Mon Sep 17 00:00:00 2001 From: ueno Date: Sat, 27 Aug 2005 08:40:15 +0000 Subject: [PATCH] Revised. --- NEWS | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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) -- 1.7.10.4