X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=README.en;h=25428747c25e2194790f39d8cb9047a81fcfcc8d;hb=aa798d204a904b8054634b37c9bcc6e9a7298fd5;hp=f90aa1fd6e42a00abc1401bbed354c5c6938eeb7;hpb=4d77b76d1842561f748d983d0a1b693df8756417;p=elisp%2Fapel.git diff --git a/README.en b/README.en index f90aa1f..2542874 100644 --- a/README.en +++ b/README.en @@ -11,6 +11,7 @@ What's APEL? poe-xemacs.el --- for XEmacs poe-18.el --- for Emacs 18/Nemacs env.el --- env.el for Emacs 18 + localhook.el --- hook functions for Emacs 19.28 and earlier. poem.el --- provide basic functions to write portable MULE programs @@ -35,10 +36,12 @@ What's APEL? mcs-e20.el --- for Emacs 20 mcs-xm.el --- for XEmacs-MULE - broken.el --- provide information of broken facilities of Emacs. + static.el --- utility for static evaluation + + broken.el --- provide information of broken facilities of Emacs pccl.el --- utility to write portable CCL program - pccl-om.el --- for MULE 1.*, 2.* + pccl-om.el --- for MULE 2.* pccl-20.el --- for Emacs 20/XEmacs-21-MULE alist.el: utility for Association-list @@ -62,6 +65,10 @@ What's APEL? XEmacs 19.14 or later tinyrich.el --- text/richtext module for old emacsen + pcustom.el --- provide portable custom environment + + tinycustom.el --- emulation module of custom.el + Installation ============ @@ -228,7 +235,7 @@ Function add-latest-path (PATTERN &optional ALL-PATHS) and if bbdb-1.51 is newer than bbdb-1.50, and site-lisp is /usr/local/share/emacs/site-lisp, - (add-path "bbdb") + (add-latest-path "bbdb") it adds "/usr/local/share/emacs/site-lisp/bbdb-1.51" to top of `load-path'. @@ -301,13 +308,21 @@ Bug reports tm-ja-help@chamonix.jaist.ac.jp (Japanese) +Anonymous FTP +============= + + Latest release of APEL can be obtained from: + + ftp://ftp.etl.go.jp/pub/mule/apel/ + + CVS === Development of APEL uses CVS. So latest developing version is available at CVS. -(0) cvs login +(0) cvs login (first time only) % cvs -d :pserver:anonymous@chamonix.jaist.ac.jp:/hare/cvs/root \ login