Hiroyuki Komatsu
komat****@users*****
2004年 12月 9日 (木) 21:24:17 JST
Index: prime/prime.pc diff -u prime/prime.pc:1.10 prime/prime.pc:1.11 --- prime/prime.pc:1.10 Sun Aug 29 21:49:29 2004 +++ prime/prime.pc Thu Dec 9 21:24:16 2004 @@ -13,7 +13,7 @@ infodir=${prefix}/info mandir=${prefix}/man -date=2004-08-29 +date=2004-12-09 rubydir=$(libdir)/site_ruby/$(ruby_version) prime-configdir=/usr/local/etc/prime prime-grammardir=/usr/local/share/prime/grammar @@ -22,6 +22,6 @@ Name: PRIME Description: PRedictive Input Method Editor -Version: 0.8.4 +Version: 0.8.5-rc1 Cflags: Libs: Index: prime/configure.in diff -u prime/configure.in:1.19 prime/configure.in:1.20 --- prime/configure.in:1.19 Sun Aug 29 21:49:29 2004 +++ prime/configure.in Thu Dec 9 21:24:16 2004 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.19 2004/08/29 12:49:29 komatsu Exp $ +dnl $Id: configure.in,v 1.20 2004/12/09 12:24:16 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.4, komat****@taiya*****, +AC_INIT(prime, 0.8.5-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-08-29") +AC_SUBST(DATE, "2004-12-09") MY_AC_PROG_RUBY Index: prime/ChangeLog diff -u prime/ChangeLog:1.69 prime/ChangeLog:1.70 --- prime/ChangeLog:1.69 Thu Nov 18 20:35:33 2004 +++ prime/ChangeLog Thu Dec 9 21:24:16 2004 @@ -1,9 +1,81 @@ +2004-12-09 Hiroyuki Komatsu <komat****@taiya*****> + + * PRIME 0.8.5-RC1: + - Supported preediting functions. + - Added new protocols for preedition. + - Added word-annotation functions. + + * lib/makedict/prime-sary.rb: + Fixed a bug of file lock blocking. + + * lib/session.rb (SessionPrime2::edit_set_mode): + Added the hybrid typing mode. + + * lib/prime-config.rb.in: + Added a new customize variable 'hybrid_typing'. + +2004-12-08 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/engine/engine-alphabet.rb (PrimeEngineAlphabet::search_overall): + Added an annotation-addition function. + + * lib/prime.rb: + Changed the arguments of PrimeWord. + +2004-12-07 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/session.rb: + Changed the function name edit_get_conversion to edit_get_preedition. + +2004-12-06 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/session.rb: + Modified suikyo initialization. + +2004-12-05 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/session.rb: + Added a preediting composition method. + +2004-11-21 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/taiyaki.rb (Dir::ensure): + Added a handler for directories without any directory separator + like "dir" not "./dir". + +2004-11-13 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/taiyaki.rb: + Added a configuration for Japanese (Aka. jcode). + FIXME: It's not a better solution. + +2004-11-11 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/taiyaki.rb: + Fixed a VU problem of Hiragana<->Katakana conversion. + Added the method String::chars + Added the method Hash::set + 2004-11-18 Hiroyuki Komatsu <komat****@taiya*****> * doc/install.html: Added the suggested library 'ruby-progeressbar' and the locations of provisional packages 'sary' and 'sary-ruby'. +2004-09-22 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/prime.rb (Prime::lookup_prefix_ex): + Added the new method Prime::lookup_prefix_ex. + + * lib/session.rb: + Added the new command lookup_prefix_ex. + +2004-09-19 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/session.rb: + Fixed a closing bug. + Writed the POBox protocol. + 2004-08-29 Hiroyuki Komatsu <komat****@taiya*****> * lib/prime-config.rb.in: