Hiroyuki Komatsu
komat****@users*****
2004年 12月 11日 (土) 17:16:34 JST
Index: prime/configure.in diff -u prime/configure.in:1.15.4.7 prime/configure.in:1.15.4.8 --- prime/configure.in:1.15.4.7 Thu Dec 9 18:20:51 2004 +++ prime/configure.in Sat Dec 11 17:16:33 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.7 2004/12/09 09:20:51 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.8 2004/12/11 08:16:33 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-rc1, komat****@taiya*****, +AC_INIT(prime, 0.9.3, 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-09") +AC_SUBST(DATE, "2004-12-11") MY_AC_PROG_RUBY Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.23 prime/ChangeLog:1.55.4.24 --- prime/ChangeLog:1.55.4.23 Sat Dec 11 16:42:56 2004 +++ prime/ChangeLog Sat Dec 11 17:16:33 2004 @@ -1,5 +1,11 @@ 2004-12-11 Hiroyuki Komatsu <komat****@taiya*****> + * PRIME 0.9.3: + - Supported preediting functions. + - Added new protocols for preedition. + - Added word-annotation functions. + - Supported some formats for dictionary conversion. + * lib/session.rb (SessionPrime2::session_start): Fixed a bug that the PRIME_ENV 'hybrid_typing' does not contain a value.