Hiroyuki Komatsu
komat****@users*****
2005年 2月 15日 (火) 20:17:36 JST
Index: prime/prime.pc.in diff -u prime/prime.pc.in:1.2 prime/prime.pc.in:1.2.4.1 --- prime/prime.pc.in:1.2 Fri Mar 26 02:19:47 2004 +++ prime/prime.pc.in Tue Feb 15 20:17:36 2005 @@ -1,4 +1,5 @@ prefix=@prefix@ +exec_prefix=@exec_prefix@ bindir=@bindir@ sbindir=@sbindir@ Index: prime/configure.in diff -u prime/configure.in:1.15.4.14 prime/configure.in:1.15.4.15 --- prime/configure.in:1.15.4.14 Tue Feb 1 09:07:53 2005 +++ prime/configure.in Tue Feb 15 20:17:36 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.14 2005/02/01 00:07:53 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.15 2005/02/15 11:17:36 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.4-alpha4, komat****@taiya*****, +AC_INIT(prime, 0.9.4-beta1, 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-02-01") +AC_SUBST(DATE, "2004-02-15") MY_AC_PROG_RUBY Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.42 prime/ChangeLog:1.55.4.43 --- prime/ChangeLog:1.55.4.42 Tue Feb 1 09:07:53 2005 +++ prime/ChangeLog Tue Feb 15 20:17:36 2005 @@ -1,3 +1,26 @@ +2005-02-15 Hiroyuki Komatsu <komat****@taiya*****> + + * PRIME 0.9.4-beta1: + - Supported T-Code and hand-writing again. + + * lib/prime08.rb: + Supported T-Code and handwriting again. + + * lib/prime-mixed.rb: + Added the method 'convert_mixed' for the Prime2 protocol. + + * lib/composer.rb: [NEW FILE] + Module wrapping SuikyoComposer. + + * lib/session-english.rb: [NEW FILE] + Session module for English. + + * lib/session-japanese.rb: [NEW FILE] + Session module for Japanese. + + * prime.pc.in: + Added the entry 'exec_prefix'. + 2005-02-01 Hiroyuki Komatsu <komat****@taiya*****> * PRIME 0.9.4-alpha4: