Hiroyuki Komatsu
komat****@users*****
2005年 3月 7日 (月) 17:52:00 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.81.2.1 prime/ChangeLog:1.81.2.2 --- prime/ChangeLog:1.81.2.1 Mon Mar 7 17:28:35 2005 +++ prime/ChangeLog Mon Mar 7 17:52:00 2005 @@ -1,5 +1,12 @@ 2005-03-07 Hiroyuki Komatsu <komat****@taiya*****> + * PRIME 1.0.0-rc1: + + * uim/prime.scm, uim/prime-custom.scm, uim/prime-key-custom.scm, + uim/ChangeLog: [NEW FILE] + Scheme files for uim-prime. + The comments of them will be written in uim/ChangeLog. + * doc/uim_prime.html: [NEW FILE] A document for uim-prime written by Hirosi UTUMI. Index: prime/Makefile.am diff -u prime/Makefile.am:1.8 prime/Makefile.am:1.8.2.1 --- prime/Makefile.am:1.8 Mon Mar 7 16:51:31 2005 +++ prime/Makefile.am Mon Mar 7 17:52:00 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.8.2.1 2005/03/07 08:52:00 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 Index: prime/configure.in diff -u prime/configure.in:1.28.2.1 prime/configure.in:1.28.2.2 --- prime/configure.in:1.28.2.1 Mon Mar 7 17:33:47 2005 +++ prime/configure.in Mon Mar 7 17:52:00 2005 @@ -1,5 +1,5 @@ dnl configure.in: Creates a configure script for prime of PRIME. -dnl $Id: configure.in,v 1.28.2.1 2005/03/07 08:33:47 komatsu Exp $ +dnl $Id: configure.in,v 1.28.2.2 2005/03/07 08:52:00 komatsu Exp $ dnl dnl Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> dnl All rights reserved. @@ -60,7 +60,7 @@ # Output of configure files AC_CONFIG_FILES([Makefile src/Makefile grammar/Makefile lib/Makefile lib/engine/Makefile lib/grammar/Makefile lib/makedict/Makefile - etc/Makefile doc/Makefile doc/figures/Makefile + etc/Makefile uim/Makefile doc/Makefile doc/figures/Makefile doc/figures/src/Makefile doc/memo/Makefile lib/prime-config.rb prime.pc prime.spec packaging/Debian/debian/Makefile