Hiroyuki Komatsu
komat****@users*****
2005年 2月 24日 (木) 14:27:53 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.43 prime/ChangeLog:1.55.4.44 --- prime/ChangeLog:1.55.4.43 Tue Feb 15 20:17:36 2005 +++ prime/ChangeLog Thu Feb 24 14:27:52 2005 @@ -1,3 +1,13 @@ +2005-02-24 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/session.rb: + Added a cache for engine classes so that all sessions can use the + same classes. + + * lib/engine/engine-personaldict.rb + (PrimeEnginePersonalDict::initialize_dict): + Fixed a checking routine for the modification of personal dictionaries. + 2005-02-15 Hiroyuki Komatsu <komat****@taiya*****> * PRIME 0.9.4-beta1: Index: prime/configure.in diff -u prime/configure.in:1.15.4.15 prime/configure.in:1.15.4.16 --- prime/configure.in:1.15.4.15 Tue Feb 15 20:17:36 2005 +++ prime/configure.in Thu Feb 24 14:27:53 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.15 2005/02/15 11:17:36 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.16 2005/02/24 05:27:53 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-beta1, komat****@taiya*****, +AC_INIT(prime, 0.9.4-beta2, 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-15") +AC_SUBST(DATE, "2004-02-24") MY_AC_PROG_RUBY