[Prime-cvs] CVS update: prime

Back to archive index

Hiroyuki Komatsu komat****@users*****
2004年 12月 15日 (水) 23:12:59 JST


Index: prime/prime.pc
diff -u prime/prime.pc:1.11 prime/prime.pc:1.12
--- prime/prime.pc:1.11	Thu Dec  9 21:24:16 2004
+++ prime/prime.pc	Wed Dec 15 23:12:59 2004
@@ -13,7 +13,7 @@
 infodir=${prefix}/info
 mandir=${prefix}/man
 
-date=2004-12-09
+date=2004-12-11
 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.5-rc1
+Version: 0.8.5
 Cflags:
 Libs:
Index: prime/configure.in
diff -u prime/configure.in:1.21 prime/configure.in:1.22
--- prime/configure.in:1.21	Sat Dec 11 17:14:00 2004
+++ prime/configure.in	Wed Dec 15 23:12:59 2004
@@ -1,5 +1,5 @@
 dnl configure.in: Creates a configure script for prime of PRIME.
-dnl $Id: configure.in,v 1.21 2004/12/11 08:14:00 komatsu Exp $
+dnl $Id: configure.in,v 1.22 2004/12/15 14:12:59 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.5, komat****@taiya*****,
+AC_INIT(prime, 0.8.5.1, 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-11")
+AC_SUBST(DATE, "2004-12-15")
 
 MY_AC_PROG_RUBY
 
Index: prime/ChangeLog
diff -u prime/ChangeLog:1.73 prime/ChangeLog:1.74
--- prime/ChangeLog:1.73	Sat Dec 11 17:14:00 2004
+++ prime/ChangeLog	Wed Dec 15 23:12:59 2004
@@ -1,3 +1,17 @@
+2004-12-15  Hiroyuki Komatsu  <komat****@taiya*****>
+
+	* PRIME 0.8.5.1:
+	- Fixed a bug of sorting of candidate words.
+	
+	* lib/prime.rb (Prime::lookup_compact): 
+	Fixed a bug that the result of lookup_compact is not the prefix of the
+	result from lookup_compact_all.
+	Thanks for the notice from Masaki Yatsu.
+	
+	* lib/prime.rb (PrimeWordList::PrimeWordList): 
+	Added the new function to attache a prefix characters depend on the
+	context to each word.
+
 2004-12-11  Hiroyuki Komatsu  <komat****@taiya*****>
 
 	* PRIME 0.8.5:


Prime-cvs メーリングリストの案内
Back to archive index