From: Daiki Ueno Date: Sat, 27 Aug 2005 03:18:41 +0000 (+0000) Subject: Revised. X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=b853e807204e06f810eafc912ede9b6fd6c5cded Revised. --- diff --git a/NEWS b/NEWS index c95d1a1..8c71c94 100644 --- a/NEWS +++ b/NEWS @@ -1,10 +1,21 @@ -* Major changes in 1.0.9 +* Major changes in 1.1.0 -** Use seperate buffer to store debugging output. (ueno) +** 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) +** New mechanism for executing Ruby programs. The usage is documented + in comments at the beginning of riece-ruby.el. (ueno) + +** New add-on riece-eval-ruby.el, which takes Ruby programs from + user's input prefixed with ",ruby " and send the result to the + current channel. (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) + ** While traversing channel list with C-c g, offer channels in order of precedence where they have newer unread messages. (ueno) @@ -14,25 +25,16 @@ ** Rewrite the Japanese manual (riece-ja.texi) for IRC & Emacs newbies. (ueno) -** Include a document for developers (doc/HACKING.ja) (ueno) - ** Allow users to hide *Others* buffer. (ueno) -** New mechanism for executing Ruby programs. The usage is documented - in comments at the beginning of riece-ruby.el. (ueno) - -** New add-on riece-eval-ruby.el, which takes Ruby programs from - user's input prefixed with ",ruby " and send the result to the - current channel. (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) +** Use seperate buffer to store debugging output. (ueno) ** Added new make rule for byte-compiling elisp files individually. To use it, after configure, do "make compile-individually" in lisp/. (ueno) +** Include a document for developers (doc/HACKING.ja) (ueno) + * Major changes in 1.0.8 ** Mitigate file locking scheme of riece-log. (ueno) diff --git a/NEWS.ja b/NEWS.ja index a00efc0..cba06b1 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,9 +1,19 @@ -* Riece 1.0.9 の主な変更点 +* Riece 1.1.0 の主な変更点 -** デバッグ出力を専用のバッファに分離 (ueno) +** アドオンの uninstall/unload に対応 (ueno) + +** 離脱したチャンネルに参加していたユーザが IRC をやめた場合に、エラー + が発生する不具合を修正 (ueno) + +** Ruby のプログラムを評価するライブラリの導入。 + 利用方法は riece-ruby.el 冒頭のコメントを参照 (ueno) + +** 新規アドオン riece-eval-ruby.el を導入。",ruby " に続いて任意の + Ruby のプログラムを発言すると、評価結果をチャンネルに送信する (ueno) -** 既に離脱したチャンネルに参加していたユーザが IRC をやめた場合に、エ - ラーが発生する不具合を修正 (ueno) +** ログの保存時に、使用した coding-system の名前をファイル名に埋め込む + ようにした。これにより riece-log-coding-system を設定しなくても文字 + 化けが発生しにくくなった (ueno) ** C-c g でチャンネルを移動する際に、新しい発言があったチャンネルから 辿るようにした (ueno) @@ -11,25 +21,17 @@ ** チャンネル名とサーバ名の区切り文字列として " " 以外に "@" も許すよ うにした (ueno) -** 日本語マニュアル (riece-ja.texi) を初心者向けに書き換えた (ueno) - -** 開発者向けの文書 (doc/HACKING.ja) を同梱 (ueno) +** 日本語マニュアル (riece-ja.texi) を初心者を対象に書き換えた (ueno) ** *Others* バッファを隠せるようにした (ueno) -** 単一のプロセスで Ruby のプログラムを評価する枠組みの導入。 - 利用方法は riece-ruby.el 冒頭のコメントを参照 (ueno) - -** 新規アドオン riece-eval-ruby.el を導入。",ruby " に続いて任意の - Ruby のプログラムを発言すると、評価結果をチャンネルに送信する (ueno) - -** ログの保存時に、使用した coding-system の名前をファイル名に埋め込む - ようにした。これにより riece-log-coding-system を設定しなくても文字 - 化けが発生しにくくなった (ueno) +** デバッグ出力を専用のバッファに分離 (ueno) ** elisp ファイルを1つずつ byte-compile する make ルールを設けた。 configure 後、lisp/ 以下で make compile-individually (ueno) +** 開発者向けの文書 (doc/HACKING.ja) を同梱 (ueno) + * Riece 1.0.8 の主な変更点 ** riece-log のロックの緩和 (ueno)