Move `split-char' check and repair code to emu-x20.el; require 'emu.
[elisp/apel.git] / README.en
index d6fcfab..72782fb 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,6 +1,5 @@
 [README for APEL (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-$Id: README.en,v 1.3 1997-09-09 05:12:06 morioka Exp $
 
 What's APEL?
 ============
@@ -8,30 +7,33 @@ What's APEL?
   APEL stands for "A Portable Emacs Library".  It consists of
   following modules:
 
-       emu:    A package to fill incompatibilities of emacsen
-               emu.el --- main module
-           About mule API:
-               emu-nemacs.el --- for NEmacs
-               emu-e19.el    --- for Emacs 19 or XEmacs without mule
-               emu-mule.el   --- for MULE 2.3
-               emu-20.el     --- for Emacs/mule and XEmacs/mule
-               emu-e20.el    --- for Emacs/mule (Emacs 20, MULE 3)
-               emu-x20.el    --- for XEmacs/mule
-           About other API
-               emu-18.el     --- for Emacs 18
-               emu-19.el     --- for Emacs 19 or later
-               emu-xemacs.el --- for XEmacs
-               env.el        --- env.el for Emacs 18
-               richtext.el   --- text/richtext module
-                                   for Emacs 19.29 or later,
-                                       XEmacs 19.14 or later
-               tinyrich.el   --- text/richtext module for old emacsen
+    emu: A package to fill incompatibilities of emacsen
+       emu.el --- main module
+       About mule API:
+           emu-nemacs.el --- for NEmacs
+           emu-latin1.el --- for Emacs 19 or XEmacs without mule
+           emu-mule.el   --- for MULE 2.3
+           emu-20.el     --- for Emacs 20 and XEmacs with mule
+               emu-e20.el  --- for Emacs 20.1 or later
+                   emu-e20_2.el  --- for Emacs 20.1, 20.2
+                   emu-e20_3.el  --- for Emacs 20.3 or later
+               emu-x20.el  --- for XEmacs with mule
+       About other API
+           emu-18.el     --- for Emacs 18
+           emu-e19.el    --- for Emacs 19 or later
+           emu-xemacs.el --- for XEmacs
+           env.el        --- env.el for Emacs 18
+           richtext.el   --- text/richtext module
+                                 for Emacs 19.29 or later,
+                                     XEmacs 19.14 or later
+           tinyrich.el   --- text/richtext module for old emacsen
 
        alist.el: utility for Association-list
 
-       atype.el: utility for atype
+       calist.el: utility for condition tree and
+                  condition/situation-alist
 
-       file-detect.el: load-path or file-detection
+       path-util.el: utility for path management or file detection
 
        filename.el: utility to make file-name
 
@@ -39,10 +41,6 @@ What's APEL?
 
        mule-caesar.el: ROT 13-47-48 Caesar rotation utility
 
-       std11: RFC 822/STD 11 parser and utility
-           std11.el       --- main module
-           std11-parse.el --- parser
-
 
 Installation
 ============
@@ -80,11 +78,11 @@ Installation
   If `PREFIX=...' is omitted, the prefix of the directory tree of the
   specified emacs command is used (perhaps /usr/local).
 
-  For example, if PREFIX=/usr/local and EMACS 19.34 is specified, it
+  For example, if PREFIX=/usr/local and Emacs 20.2 is specified, it
   will create the following directory tree:
 
-       /usr/local/share/emacs/19.34/site-lisp/  --- emu
-       /usr/local/share/emacs/site-lisp/apel/   --- APEL
+       /usr/local/share/emacs/20.2/site-lisp/  --- emu
+       /usr/local/share/emacs/site-lisp/apel/  --- APEL
 
   You can specify other optional settings by editing the file
   APEL-CFG.  Please read comments in it.
@@ -137,8 +135,8 @@ Function set-modified-alist (SYMBOL MODIFIER)
   Modify a value of a SYMBOL into alist MODIFIER.  The SYMBOL should
   be alist. If it is not bound, its value regard as nil.
 
-file-detect
------------
+path-util
+---------
 
 Function add-path (PATH &rest OPTIONS)
 
@@ -228,7 +226,7 @@ Function replace-as-filename (string)
 
 
 Bug reports
------------
+===========
 
   If you write bug-reports and/or suggestions for improvement, please
   send them to the tm Mailing List:
@@ -236,12 +234,9 @@ Bug reports
        bug-tm-en@chamonix.jaist.ac.jp  (English)
        bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
 
-  Via the tm ML, you can report tm bugs, obtain the latest release of
-  tm, and discuss future enhancements to tm. To join the tm ML, send
-  e-mail to
-
-       tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
-       tm-en-admin@chamonix.jaist.ac.jp        (English)
+  Via the tm ML, you can report APEL bugs, obtain the latest release
+  of APEL, and discuss future enhancements to APEL.  To join the tm
+  ML, send an empty e-mail to
 
-  Since the user registration is done manually, please write the mail
-  body in human-recognizable language (^_^).
+       tm-en-help@chamonix.jaist.ac.jp (English)
+       tm-ja-help@chamonix.jaist.ac.jp (Japanese)