(What's APEL?): Modify for latest structure.
authormorioka <morioka>
Tue, 22 Sep 1998 06:15:01 +0000 (06:15 +0000)
committermorioka <morioka>
Tue, 22 Sep 1998 06:15:01 +0000 (06:15 +0000)
README.en

index d241b2e..e311011 100644 (file)
--- a/README.en
+++ b/README.en
@@ -7,39 +7,55 @@ 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-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
-
-       calist.el: utility for condition tree and
-                  condition/situation-alist
-
-       path-util.el: utility for path management or file detection
-
-       filename.el: utility to make file-name
-
-       install.el: utility to install emacs-lisp package
-
-       mule-caesar.el: ROT 13-47-48 Caesar rotation utility
+    poe.el --- emulation module mainly for basic functions and special
+              forms/macros of latest emacsen
+      poe-xemacs.el  --- for XEmacs
+      poe-19.el             --- for Emacs 19
+      poe-18.el             --- for Emacs 18/Nemacs
+         env.el      --- env.el for Emacs 18
+
+    poem.el --- provide basic functions to write portable MULE
+               programs
+      poem-nemacs.el --- for Nemacs
+      poem-ltn1.el   --- for Emacs 19/XEmacs without MULE
+      poem-om.el     --- for MULE 1.*, 2.*
+      poem-20.el     --- shared module between Emacs 20 and XEmacs-MULE
+      poem-e20_2.el  --- for Emacs 20.1/20.2
+      poem-e20_3.el  --- for Emacs 20.3
+      poem-xm.el     --- for XEmacs-MULE
+
+    mcharset.el --- provide MIME charset related features
+      mcs-nemacs.el --- for Nemacs
+      mcs-ltn1.el   --- for Emacs 19/XEmacs without MULE
+      mcs-om.el     --- for MULE 1.*, 2.*
+      mcs-20.el     --- shared module between Emacs 20 and XEmacs-MULE
+      mcs-e20.el    --- for Emacs 20
+      mcs-xm.el     --- for XEmacs-MULE
+
+    pccl.el --- utility to write portable CCL program
+      pccl-om.el --- for MULE 1.*, 2.*
+      pccl-20.el --- for Emacs 20/XEmacs-MULE
+
+    emu.el --- (emu bundled in tm-7.106 compatibility module; it
+               required poe, poem and mcharset)
+      emu-mule:        for MULE 1.*, 2.*
+      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
+
+    calist.el: utility for condition tree and
+              condition/situation-alist
+
+    path-util.el: utility for path management or file detection
+
+    filename.el: utility to make file-name
+
+    install.el: utility to install emacs-lisp package
+
+    mule-caesar.el: ROT 13-47-48 Caesar rotation utility
 
 
 Installation