From 822a47ed1253e41aa1768a1c3d7e1635749e82bd Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 30 May 2009 14:25:00 +0900 Subject: [PATCH] * Riece: Version 6.0.0 released. --- ChangeLog | 5 +++++ NEWS | 2 ++ NEWS.ja | 2 ++ configure.ac | 2 +- doc/riece-en.texi | 4 ++-- doc/riece-ja.texi | 4 +++- lisp/ChangeLog | 4 ++++ 7 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index db020bf..8909758 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-30 Daiki Ueno + + * Riece: Version 6.0.0 released. + * configure.ac: Bump up version to 6.0.0. + 2009-04-22 Daiki Ueno * Makefile.am (EXTRA_DIST): Remove INSTALL-CVS. diff --git a/NEWS b/NEWS index f2cdbff..7fbf19a 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ ** New add-on riece-desktop-notify. (bg66) +** Fix Custom-based setting mechanism. + * Major changes in 5.0.0 ** Use Custom for saved settings. (ueno) diff --git a/NEWS.ja b/NEWS.ja index d7a6e45..8e33b5e 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -2,6 +2,8 @@ ** 新規アドオン riece-desktop-notify (bg66) +** Custom を利用した設定保存機構の修正 + * Riece 5.0.0 の主な変更点 ** 設定の保存に Custom を使うようにした (ueno) diff --git a/configure.ac b/configure.ac index 36d8a87..0a61d00 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([riece], [5.0.0], [liece@unixuser.org]) +AC_INIT([riece], [6.0.0], [liece@unixuser.org]) AC_CONFIG_SRCDIR([configure.ac]) AC_PREREQ(2.59) AM_INIT_AUTOMAKE diff --git a/doc/riece-en.texi b/doc/riece-en.texi index 5ec7e0c..1f3bf22 100644 --- a/doc/riece-en.texi +++ b/doc/riece-en.texi @@ -14,7 +14,7 @@ @ifinfo This file describes Riece. -Copyright (C) 2003,2004,2005 Daiki Ueno. +Copyright (C) 2003,2004,2005,2006,2007,2008,2009 Daiki Ueno. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or @@ -55,7 +55,7 @@ home page @uref{http://www.nongnu.org/riece/}. @menu * Overview:: Read me first. -* Getting started:: Let's talk with other people. +* Getting started:: Let's start chatting with other people. * Basic usage:: * Index:: * Function Index:: diff --git a/doc/riece-ja.texi b/doc/riece-ja.texi index c562448..86c6842 100644 --- a/doc/riece-ja.texi +++ b/doc/riece-ja.texi @@ -14,7 +14,7 @@ @ifinfo This file describes Riece. -Copyright (C) 2003,2004,2005,2006,2007,2008 Daiki Ueno. +Copyright (C) 2003,2004,2005,2006,2007,2008,2009 Daiki Ueno. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or @@ -583,6 +583,8 @@ PING に応答する local proxy 経由で IRC サーバに接続 CTCP (Client To Client Protocol) @item riece-ctlseq コントロールシーケンス (^B など) による強調表示 +@item riece-desktop-notify +メッセージの到着をデスクトップに通知 @item riece-doctor doctor.el と連携して精神科医になりすます @item riece-epg diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9096881..1e19285 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-05-30 Daiki Ueno + + * Riece: Version 6.0.0 released. + 2009-04-23 Daiki Ueno * riece.el (riece-submit-bug-report): Just visit the tracker URL. -- 2.25.1