Hiroyuki Komatsu
komat****@users*****
2005年 3月 5日 (土) 12:10:29 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.50 prime/ChangeLog:1.55.4.51 --- prime/ChangeLog:1.55.4.50 Thu Mar 3 17:57:05 2005 +++ prime/ChangeLog Sat Mar 5 12:10:28 2005 @@ -1,3 +1,10 @@ +2005-03-05 Hiroyuki Komatsu <komat****@taiya*****> + + * PRIME 0.9.4: + - Supported multiple-segments conversion (uim-prime-0.9.4 required). + - Added an English mode (uim-prime-0.9.4 required). + - Fixed bugs. + 2005-03-03 Hiroyuki Komatsu <komat****@taiya*****> * PRIME 0.9.4-rc3: Index: prime/configure.in diff -u prime/configure.in:1.15.4.20 prime/configure.in:1.15.4.21 --- prime/configure.in:1.15.4.20 Thu Mar 3 17:56:44 2005 +++ prime/configure.in Sat Mar 5 12:10:28 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.20 2005/03/03 08:56:44 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.21 2005/03/05 03:10:28 komatsu Exp $ dnl dnl Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> dnl All rights reserved. @@ -9,14 +9,14 @@ dnl the GNU General Public License version 2. # Process this file with autoconf to produce a configure script. -AC_INIT(prime, 0.9.4-rc3, komat****@taiya*****, +AC_INIT(prime, 0.9.4, komat****@taiya*****, [PRIME - PRedictive Input Method Editor (Server)]) AC_PREREQ(2.53) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) # AM_MAINTAINER_MODE AC_INIT_DEFAULT_VALUES -AC_SUBST(DATE, "2004-03-03") +AC_SUBST(DATE, "2004-03-05") MY_AC_PROG_RUBY