* Sync up to flim-1_10_2 from flim-1_10_0.
[elisp/flim.git] / README.en
index 74bf582..ce7ff24 100644 (file)
--- a/README.en
+++ b/README.en
@@ -11,21 +11,24 @@ What's FLIM
 
     mime.el    --- MIME library
 
-        mime-def.el --- Definitions about MIME format
+      mime-def.el --- Definitions about MIME format
 
-       mime-parse.el --- MIME parser
+      mime-parse.el --- MIME parser
 
-       mel.el --- MIME encoder/decoder
-           mel-dl.el --- base64 (b-encoding) encoder/decoder
-                         (for Emacs 20 with dynamic loading support)
-           mel-b.el  --- base64 (b-encoding) encoder/decoder
-                         (for other emacsen)
-           mel-q.el  --- quoted-printable and q-encoding encoder/decoder
-           mel-u.el  --- unofficial module for uuencode
-           mel-g.el  --- unofficial module for gzip64
+      mel.el --- MIME encoder/decoder
+       mel-b-dl.el --- base64 (B-encoding) encoder/decoder
+                       (for Emacs 20 with dynamic loading support)
+       mel-b.el    --- base64 (B-encoding) encoder/decoder
+                       (for other emacsen)
+       mel-q.el    --- quoted-printable and Q-encoding
+                       encoder/decoder
+       mel-ccl.el  --- base64 (B-encoding), quoted-printable and
+                       Q-encoding encoder/decoder using CCL
+       mel-u.el    --- unofficial module for uuencode
+       mel-g.el    --- unofficial module for gzip64
 
-       eword-decode.el --- encoded-word decoder
-       eword-encode.el --- encoded-word encoder
+      eword-decode.el --- encoded-word decoder
+      eword-encode.el --- encoded-word encoder
 
     mailcap.el --- mailcap parser and utility
 
@@ -47,7 +50,7 @@ Installation
 
   You can specify the emacs command name, for example
 
-       % make install EMACS=xemacs
+       % make EMACS=xemacs
 
   If `EMACS=...' is omitted, EMACS=emacs is used.
 
@@ -87,6 +90,28 @@ Installation
   You can specify other optional settings by editing the file
   FLIM-CFG.  Please read comments in it.
 
+(1-c) install as a XEmacs package
+
+  If you want to install to XEmacs package directory, please do
+  following:
+
+       % make install-package
+
+  You can specify the emacs command name, for example
+
+       % make install-package XEMACS=xemacs-21
+
+  If `XEMACS=...' is omitted, XEMACS=xemacs is used.
+
+  You can specify the package directory, for example:
+
+       % make install PACKAGEDIR=~/.xemacs
+
+  If `PACKAGEDIR=...' is omitted, the first existing package
+  directory is used.
+
+  Notice that XEmacs package system requires XEmacs 21.0 or later.
+
 
 load-path (for Emacs or MULE)
 =============================