From: minakaji Date: Fri, 15 Dec 2000 10:55:27 +0000 (+0000) Subject: * make.bat (listing): Bug fixed. X-Git-Tag: apel-10_3~36 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9393e380f1295efcec9f120f45bab777182e693c;p=elisp%2Fapel.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 5157e87..bc39490 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2000-12-15 NAKAJIMA Mikio + + * 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 * Makefile (tar): Remove .cvsignore. Use `cvs tag -R' instead of diff --git a/README.en b/README.en index 623b232..047015e 100644 --- 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" diff --git a/README.ja b/README.ja index 9aabe54..1e0efd7 100644 --- a/README.ja +++ b/README.ja @@ -200,8 +200,10 @@ Emacs 18 のユーザのみなさんへ: 用の "contrib" パッケージが配布されていました。しかし現在ではこのパッ ケージを手に入れることは難しいでしょう。 - 我々の知る限りでは Emacs 18 用の「新しい byte-compiler」は SKK 9.6 - に付属しています。これは Mule 1.* 用のパッチも含んでいます。 + 我々の知る限りでは Emacs 18 用の「新しい byte-compiler」は SKK 9.6, + または SKK 10.62a に付属しています。SKK 10.62a は + http://openlab.ring.gr.jp/skk/maintrunk + から入手することができます。これらは Mule 1.* 用のパッチも含んでいます。 「古い custom」と「新しい custom」 diff --git a/make.bat b/make.bat index 3e51c9c..329038a 100755 --- a/make.bat +++ b/make.bat @@ -37,7 +37,7 @@ if "%arg1%"=="clean" goto clean goto end :listing -%EMACS% -batch -q -no-site-file -l APEL-MK -f what-where +%EMACS% -batch -q -no-site-file -l APEL-MK -f what-where-apel goto end :clean