* Riece: Version 6.0.0 released.
authorDaiki Ueno <ueno@unixuser.org>
Sat, 30 May 2009 05:25:00 +0000 (14:25 +0900)
committerDaiki Ueno <ueno@unixuser.org>
Sat, 30 May 2009 05:25:00 +0000 (14:25 +0900)
ChangeLog
NEWS
NEWS.ja
configure.ac
doc/riece-en.texi
doc/riece-ja.texi
lisp/ChangeLog

index db020bf..8909758 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 6.0.0 released.
+       * configure.ac: Bump up version to 6.0.0.
+
 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
 
        * Makefile.am (EXTRA_DIST): Remove INSTALL-CVS.
diff --git a/NEWS b/NEWS
index f2cdbff..7fbf19a 100644 (file)
--- 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 (file)
--- a/NEWS.ja
+++ b/NEWS.ja
@@ -2,6 +2,8 @@
 
 ** \e$B?75,%"%I%*%s\e(B riece-desktop-notify (bg66)
 
+** Custom \e$B$rMxMQ$7$?@_DjJ]B85!9=$N=$@5\e(B
+
 * Riece 5.0.0 \e$B$N<g$JJQ99E@\e(B
 
 ** \e$B@_Dj$NJ]B8$K\e(B Custom \e$B$r;H$&$h$&$K$7$?\e(B (ueno)
index 36d8a87..0a61d00 100644 (file)
@@ -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
index 5ec7e0c..1f3bf22 100644 (file)
@@ -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::              
index c562448..86c6842 100644 (file)
@@ -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 \e$B$K1~Ez$9$k\e(B local proxy \e$B7PM3$G\e(B IRC \e$B%5!<%P$K@\B3\e(B
 CTCP (Client To Client Protocol)
 @item riece-ctlseq
 \e$B%3%s%H%m!<%k%7!<%1%s%9\e(B (^B \e$B$J$I\e(B) \e$B$K$h$k6/D4I=<(\e(B
+@item riece-desktop-notify
+\e$B%a%C%;!<%8$NE~Ce$r%G%9%/%H%C%W$KDLCN\e(B
 @item riece-doctor
 doctor.el \e$B$HO"7H$7$F@:?@2J0e$K$J$j$9$^$9\e(B
 @item riece-epg
index 9096881..1e19285 100644 (file)
@@ -1,3 +1,7 @@
+2009-05-30  Daiki Ueno  <ueno@unixuser.org>
+
+       * Riece: Version 6.0.0 released.
+
 2009-04-23  Daiki Ueno  <ueno@unixuser.org>
 
        * riece.el (riece-submit-bug-report): Just visit the tracker URL.