Hiroyuki Komatsu
komat****@users*****
2005年 3月 10日 (木) 13:01:34 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.86 prime/ChangeLog:1.87 --- prime/ChangeLog:1.86 Wed Mar 9 17:42:51 2005 +++ prime/ChangeLog Thu Mar 10 13:01:34 2005 @@ -1,3 +1,19 @@ +2005-03-10 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/composer.rb: + - Improved the validator over Romaji and English using the context of + the current session. + + * lib/prime.rb: + - Rename the function Prime::get_prefix to Prime::get_separator. + - A new class PrimeContext which refers to the context of the + current session. + + * lib/session.rb, lib/session-japanese.rb, lib/session-english.rb, + lib/prime-japanese.rb: + - Rename the above function get_prefix to get_separator. + + 2005-03-08 Hiroyuki Komatsu <komat****@taiya*****> * Makefile.am: Index: prime/Makefile.am diff -u prime/Makefile.am:1.8 prime/Makefile.am:1.9 --- prime/Makefile.am:1.8 Mon Mar 7 16:51:31 2005 +++ prime/Makefile.am Thu Mar 10 13:01:34 2005 @@ -1,14 +1,14 @@ # Makefile.am: Template of Automake for prime. -# $Id: Makefile.am,v 1.8 2005/03/07 07:51:31 komatsu Exp $ +# $Id: Makefile.am,v 1.9 2005/03/10 04:01:34 komatsu Exp $ # -# Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> +# Copyright (C) 2003 - 2005 Hiroyuki Komatsu <komat****@taiya*****> # All rights reserved. # This is free software with ABSOLUTELY NO WARRANTY. # # You can redistribute it and/or modify it under the terms of # the GNU General Public License version 2. -SUBDIRS = doc etc grammar lib src packaging +SUBDIRS = doc etc grammar lib src packaging uim EXTRA_DIST = autogen.sh prime.spec prime.spec.in prime.pc.in pkgconfigdir = $(libdir)/pkgconfig @@ -20,6 +20,9 @@ uninstall-etc: (cd etc && $(MAKE) $(AM_MAKEFLAGS) uninstall-etc) +install-uim: + (cd uim && $(MAKE) $(AM_MAKEFLAGS) install-uim) + rpm: $(MAKE) dist rpmbuild -ta --clean $(PACKAGE)-$(VERSION).tar.gz