Hiroyuki Komatsu
komat****@users*****
2004年 12月 16日 (木) 23:44:10 JST
Index: prime/configure.in diff -u prime/configure.in:1.22 prime/configure.in:1.23 --- prime/configure.in:1.22 Wed Dec 15 23:12:59 2004 +++ prime/configure.in Thu Dec 16 23:44:10 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.22 2004/12/15 14:12:59 komatsu Exp $ +dnl $Id: configure.in,v 1.23 2004/12/16 14:44:10 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.1, komat****@taiya*****, +AC_INIT(prime, 0.8.5.2-rc1, 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-15") +AC_SUBST(DATE, "2004-12-16") MY_AC_PROG_RUBY Index: prime/ChangeLog diff -u prime/ChangeLog:1.74 prime/ChangeLog:1.75 --- prime/ChangeLog:1.74 Wed Dec 15 23:12:59 2004 +++ prime/ChangeLog Thu Dec 16 23:44:10 2004 @@ -1,3 +1,12 @@ +2004-12-16 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/prime-japanese.rb (PrimeTypeConv::PrimeTypeConv): + Added a file lock for suikyo.rbo to deal with multiple PRIME servers. + + * lib/prime.rb (Prime::search_compact): + Fixed a bug caused that Ruby 1.6 does not keep a correct class. + Thanks for the notice from Masaki Yatsu. + 2004-12-15 Hiroyuki Komatsu <komat****@taiya*****> * PRIME 0.8.5.1: