Fix.
[elisp/apel.git] / README.en
index cede2ed..873a048 100644 (file)
--- 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
@@ -34,11 +35,14 @@ What's APEL?
       mcs-20.el     --- shared module between Emacs 20 and XEmacs-MULE
       mcs-e20.el    --- for Emacs 20
       mcs-xm.el     --- for XEmacs-MULE
+      mcs-xmu.el    --- for XEmacs-MULE to unify ISO646 characters
 
-    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 +66,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
 ============
@@ -158,6 +166,13 @@ load-path (for Emacs or MULE)
   (normal-top-level-add-to-load-path '("apel"))
   --------------------------------------------------------------------
 
+  If you have installed the new CUSTOM library, e.g. custom-1.9962, to
+  specify the path as below before building this package is advised.
+
+  --------------------------------------------------------------------
+  (normal-top-level-add-to-load-path '("custom" "apel"))
+  --------------------------------------------------------------------
+
   If you are using Emacs 20.3 or later or XEmacs, there are no need to
   set up load-path with normal installation.
 
@@ -301,13 +316,21 @@ Bug reports
        tm-ja-help@chamonix.jaist.ac.jp (Japanese)
 
 
+Anonymous FTP
+=============
+
+  Latest release of APEL can be obtained from:
+
+    ftp://ftp.m17n.org/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