release. emh-1_14_0
authortomo <tomo>
Wed, 20 Dec 2000 08:59:26 +0000 (08:59 +0000)
committertomo <tomo>
Wed, 20 Dec 2000 08:59:26 +0000 (08:59 +0000)
ChangeLog
Makefile

index b325080..f08f493 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2000-12-20  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * EMH: Version 1.14.0 released.
+
+       * README.en (What's EMH?): Modify for FLIM/SEMI 1.14.
+
+2000-12-19  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
+
+       * EMH-ELS: Don't require `mh-e'.
+       (emh-modules): Add `emh-def'.
+
+       * emh-face.el (emh-set-face-foreground): Use nil as variable of
+       `condition-case'.
+
+       * emh-comp.el (emh-forward): Delete unused local variable
+       `msubtype'.
+
 2000-12-17  MORIOKA Tomohiko  <tomo@kanji.zinbun.kyoto-u.ac.jp>
 
        * emh-def.el: New file.
index ba3f9b7..29362f1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 # Makefile for EMH
 #
 
-VERSION = 1.10.1
+VERSION = 1.14.0
 
 TAR    = tar
 RM     = /bin/rm -f
@@ -41,7 +41,7 @@ clean:
 
 tar:
        cvs commit
-       sh -c 'cvs tag -RF emh-`echo $(VERSION) \
+       sh -c 'cvs tag -R emh-`echo $(VERSION) \
                                | sed s/\\\\./_/ | sed s/\\\\./_/`; \
        cd /tmp; \
        cvs -d :pserver:anonymous@cvs.m17n.org:/cvs/root \