Hiroyuki Komatsu
komat****@users*****
2005年 3月 8日 (火) 20:50:39 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.81.2.2 prime/ChangeLog:1.81.2.3 --- prime/ChangeLog:1.81.2.2 Mon Mar 7 17:52:00 2005 +++ prime/ChangeLog Tue Mar 8 20:50:39 2005 @@ -1,3 +1,14 @@ +2005-03-08 Hiroyuki Komatsu <komat****@taiya*****> + + * PRIME 1.0.0-rc2: + + * lib/session-japanese.rb: + Fixed the critical bug that the lowest priority candidate will be + returned. + + * lib/prime2.rb (PrimeConversion::<=>): + A new method to compare using its score. + 2005-03-07 Hiroyuki Komatsu <komat****@taiya*****> * PRIME 1.0.0-rc1: Index: prime/configure.in diff -u prime/configure.in:1.28.2.2 prime/configure.in:1.28.2.3 --- prime/configure.in:1.28.2.2 Mon Mar 7 17:52:00 2005 +++ prime/configure.in Tue Mar 8 20:50:39 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.28.2.2 2005/03/07 08:52:00 komatsu Exp $ +dnl $Id: configure.in,v 1.28.2.3 2005/03/08 11:50:39 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-rc1, komat****@taiya*****, +AC_INIT(prime, 1.0.0-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-03-07") +AC_SUBST(DATE, "2004-03-08") MY_AC_PROG_RUBY