Hiroyuki Komatsu
komat****@users*****
2005年 3月 30日 (水) 00:56:31 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.81.2.6 prime/ChangeLog:1.81.2.7 --- prime/ChangeLog:1.81.2.6 Tue Mar 29 11:43:03 2005 +++ prime/ChangeLog Wed Mar 30 00:56:30 2005 @@ -1,3 +1,8 @@ +2005-03-30 Hiroyuki Komatsu <komat****@taiya*****> + + * PRIME 1.0.0.1: + Fixed bugs related with the installation and UIM. + 2005-03-29 Hiroyuki Komatsu <komat****@taiya*****> * PRIME 1.0.0: Index: prime/configure.in diff -u prime/configure.in:1.28.2.5 prime/configure.in:1.28.2.6 --- prime/configure.in:1.28.2.5 Tue Mar 29 11:43:03 2005 +++ prime/configure.in Wed Mar 30 00:56:30 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.28.2.5 2005/03/29 02:43:03 komatsu Exp $ +dnl $Id: configure.in,v 1.28.2.6 2005/03/29 15:56:30 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, 1.0.0, komat****@taiya*****, +AC_INIT(prime, 1.0.0.1, 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-29") +AC_SUBST(DATE, "2004-03-30") MY_AC_PROG_RUBY MY_AC_PROG_UIM