Hiroyuki Komatsu
komat****@users*****
2004年 12月 17日 (金) 22:48:24 JST
Index: prime/configure.in diff -u prime/configure.in:1.23 prime/configure.in:1.24 --- prime/configure.in:1.23 Thu Dec 16 23:44:10 2004 +++ prime/configure.in Fri Dec 17 22:48:23 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.23 2004/12/16 14:44:10 komatsu Exp $ +dnl $Id: configure.in,v 1.24 2004/12/17 13:48:23 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.8.5.2-rc1, komat****@taiya*****, +AC_INIT(prime, 0.8.5.2-rc2, 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-12-16") +AC_SUBST(DATE, "2004-12-17") MY_AC_PROG_RUBY Index: prime/ChangeLog diff -u prime/ChangeLog:1.75 prime/ChangeLog:1.76 --- prime/ChangeLog:1.75 Thu Dec 16 23:44:10 2004 +++ prime/ChangeLog Fri Dec 17 22:48:23 2004 @@ -1,3 +1,9 @@ +2004-12-17 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/prime-japanese.rb (PrimeTypeConv::PrimeTypeConv): + Fixed a bug of the file-lock code below. + Thanks for the notice from Masaki Yatsu. + 2004-12-16 Hiroyuki Komatsu <komat****@taiya*****> * lib/prime-japanese.rb (PrimeTypeConv::PrimeTypeConv):