Hiroyuki Komatsu
komat****@users*****
2004年 12月 20日 (月) 00:03:48 JST
Index: prime/configure.in diff -u prime/configure.in:1.15.4.8 prime/configure.in:1.15.4.9 --- prime/configure.in:1.15.4.8 Sat Dec 11 17:16:33 2004 +++ prime/configure.in Mon Dec 20 00:03:48 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.8 2004/12/11 08:16:33 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.9 2004/12/19 15:03:48 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.3, komat****@taiya*****, +AC_INIT(prime, 0.9.4-alpha, 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-11") +AC_SUBST(DATE, "2004-12-19") MY_AC_PROG_RUBY Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.27 prime/ChangeLog:1.55.4.28 --- prime/ChangeLog:1.55.4.27 Sat Dec 18 17:07:11 2004 +++ prime/ChangeLog Mon Dec 20 00:03:48 2004 @@ -1,3 +1,8 @@ +2004-12-20 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/prime2.rb: + Modified a lot for multi-segments conversion. ;-) + 2004-12-18 Hiroyuki Komatsu <komat****@taiya*****> * lib/prime-japanese.rb: @@ -29,6 +34,12 @@ * lib/prime2.rb (Prime2::convert_compact): Ditto. +2004-12-15 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/prime.rb (PrimeWordList::PrimeWordList): + Added the new function to attatch a prefix characters depend on the + context to each word. + 2004-12-14 Hiroyuki Komatsu <komat****@taiya*****> * lib/session.rb: