Hiroyuki Komatsu
komat****@users*****
2005年 1月 31日 (月) 03:30:57 JST
Index: prime/configure.in diff -u prime/configure.in:1.15.4.12 prime/configure.in:1.15.4.13 --- prime/configure.in:1.15.4.12 Fri Dec 31 05:20:23 2004 +++ prime/configure.in Mon Jan 31 03:30:57 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.15.4.12 2004/12/30 20:20:23 komatsu Exp $ +dnl $Id: configure.in,v 1.15.4.13 2005/01/30 18:30:57 komatsu Exp $ dnl dnl Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> dnl All rights reserved. @@ -9,7 +9,7 @@ dnl the GNU General Public License version 2. # Process this file with autoconf to produce a configure script. -AC_INIT(prime, 0.9.4-alpha3, komat****@taiya*****, +AC_INIT(prime, 0.9.4-alpha4, komat****@taiya*****, [PRIME - PRedictive Input Method Editor (Server)]) AC_PREREQ(2.53) Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.37 prime/ChangeLog:1.55.4.38 --- prime/ChangeLog:1.55.4.37 Wed Jan 19 03:39:35 2005 +++ prime/ChangeLog Mon Jan 31 03:30:57 2005 @@ -1,3 +1,15 @@ +2005-01-31 Hiroyuki Komatsu <komat****@taiya*****> + + - Create the class PrimeSession which deals with each session. + This class has been created for multiple language and connection. + + * lib/protocol.rb: [NEW FILE] + Renamed from session.rb to protocol.rb + + * lib/session.rb: + A substantial new file which deals with each session. + + 2005-01-19 Hiroyuki Komatsu <komat****@taiya*****> * lib/session.rb: