* make.bat (listing): Bug fixed.
authorminakaji <minakaji>
Fri, 15 Dec 2000 10:55:27 +0000 (10:55 +0000)
committerminakaji <minakaji>
Fri, 15 Dec 2000 10:55:27 +0000 (10:55 +0000)
* README.en: Add URL that can be used to getting SKK 10.62a with
the new byte compiler for Emacs 18.
* README.ja: Ditto.

ChangeLog
README.en
README.ja
make.bat

index 5157e87..bc39490 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-12-15  NAKAJIMA Mikio  <minakaji@osaka.email.ne.jp>
+
+       * make.bat (listing): Bug fixed.
+
+       * README.en: Add URL that can be used to getting SKK 10.62a with
+       the new byte compiler for Emacs 18.
+       * README.ja: Ditto.
+
 2000-12-15  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * Makefile (tar): Remove .cvsignore.  Use `cvs tag -R' instead of
index 623b232..047015e 100644 (file)
--- a/README.en
+++ b/README.en
@@ -194,7 +194,9 @@ For Emacs 18 users: "old byte-compiler" vs "new byte-compiler"
   difficult to obtain this package now.
 
   AFAIK, the "new byte-compiler" for Emacs 18 is also bundled with SKK
-  9.6.  It includes patch for Mule 1.*.
+  9.6 or SKK 10.62a.  You can get SKK 10.62a from the following URL;
+    http://openlab.ring.gr.jp/skk/maintrunk
+  They include patch for Mule 1.*.
 
 
 For Emacs 19.34 and XEmacs 19.14 users: "old custom" vs "new custom"
index 9aabe54..1e0efd7 100644 (file)
--- a/README.ja
+++ b/README.ja
@@ -200,8 +200,10 @@ Emacs 18 \e$B$N%f!<%6$N$_$J$5$s$X\e(B:
   \e$BMQ$N\e(B "contrib" \e$B%Q%C%1!<%8$,G[I[$5$l$F$$$^$7$?!#$7$+$78=:_$G$O$3$N%Q%C\e(B
   \e$B%1!<%8$r<j$KF~$l$k$3$H$OFq$7$$$G$7$g$&!#\e(B
 
-  \e$B2f!9$NCN$k8B$j$G$O\e(B Emacs 18 \e$BMQ$N!V?7$7$$\e(B byte-compiler\e$B!W$O\e(B SKK 9.6
-  \e$B$KIUB0$7$F$$$^$9!#$3$l$O\e(B Mule 1.* \e$BMQ$N%Q%C%A$b4^$s$G$$$^$9!#\e(B
+  \e$B2f!9$NCN$k8B$j$G$O\e(B Emacs 18 \e$BMQ$N!V?7$7$$\e(B byte-compiler\e$B!W$O\e(B SKK 9.6,
+  \e$B$^$?$O\e(B SKK 10.62a \e$B$KIUB0$7$F$$$^$9!#\e(BSKK 10.62a \e$B$O\e(B
+    http://openlab.ring.gr.jp/skk/maintrunk
+  \e$B$+$iF~<j$9$k$3$H$,$G$-$^$9!#$3$l$i$O\e(B Mule 1.* \e$BMQ$N%Q%C%A$b4^$s$G$$$^$9!#\e(B
 
 
 \e$B!V8E$$\e(B custom\e$B!W$H!V?7$7$$\e(B custom\e$B!W\e(B
index 3e51c9c..329038a 100755 (executable)
--- a/make.bat
+++ b/make.bat
@@ -37,7 +37,7 @@ if "%arg1%"=="clean" goto clean
 goto end\r
 \r
 :listing\r
-%EMACS% -batch -q -no-site-file -l APEL-MK -f what-where\r
+%EMACS% -batch -q -no-site-file -l APEL-MK -f what-where-apel\r
 goto end\r
 \r
 :clean\r