From: Daiki Ueno Date: Fri, 28 May 2010 23:47:59 +0000 (+0900) Subject: Riece: Version 7.0.0 released. X-Git-Url: http://cgit.sxemacs.org/?p=riece;a=commitdiff_plain;h=587345d943addf9c2c17f986c5e44e2ba408656e Riece: Version 7.0.0 released. --- diff --git a/ChangeLog b/ChangeLog index fd19994..d0dc2c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2010-05-29 Daiki Ueno + + * Riece: Version 7.0.0 released. + * configure.ac: Bump to 7.0.0. + + * NEWS: Add entry for 7.0.0. + * NEWS.ja: Ditto. + 2010-04-07 Daiki Ueno * NEWS.ja, README.ja, doc/riece-ja.texi: Change the encoding to diff --git a/NEWS b/NEWS index a22c5a6..8b7e21c 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +* Major changes in 7.0.0 + +** Mailing list address changed to riece-discuss@nongnu.org. + +** Fix build for XEmacs 21.5. (ueno) + +** Fix coloring riece-channel-list-indicator on mode-line. (ueno) + * Major changes in 6.1.0 ** Revert to use setq instead of Custom for saved settings. (ueno) @@ -560,7 +568,7 @@ NOTE: This release includes some fixes to long standing bugs in essential featur ** Window configuration can be easily switched by hitting C-c t l. -** New add-on: riece-skk-kakutei.el avoids $B"&(B being included in +** New add-on: riece-skk-kakutei.el avoids ▽ being included in spoken text, when you are using SKK. (by Takahashi-san) ** New predefined layout which emulates "top" window-style as in Liece. diff --git a/NEWS.ja b/NEWS.ja index 2d50bc4..337930d 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,3 +1,11 @@ +* Riece 7.0.0 の主な変更点 + +** メーリングリストのアドレスを riece-discuss@nongnu.org に変更 + +** XEmacs 21.5 でのビルドを修正 (ueno) + +** モードライン上での riece-channel-list-indicator の色付けの修正 (ueno) + * Riece 6.1.0 の主な変更点 ** 設定の保存に Custom を使うのをやめた (ueno) @@ -626,5 +634,5 @@ Local variables: mode: text mode: outline paragraph-separate: "[ ]*$" -coding: iso-2022-jp +coding: utf-8 end: diff --git a/configure.ac b/configure.ac index 48348c4..9fe828e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([riece], [6.1.0], [liece@unixuser.org]) +AC_INIT([riece], [7.0.0], [riece-discuss@nongnu.org]) AC_CONFIG_SRCDIR([configure.ac]) AC_PREREQ(2.63) AM_INIT_AUTOMAKE