This commit was generated by cvs2svn to compensate for changes in r419,
[elisp/tm.git] / README.en
index 9cd6991..b7b30cb 100644 (file)
--- a/README.en
+++ b/README.en
@@ -1,7 +1,7 @@
 [README for tm (English Version)]
 by MORIOKA Tomohiko <morioka@jaist.ac.jp>
-and KOBAYASHI Shuhei <shuhei@cmpt01.phys.tohoku.ac.jp>
-$Id: README.en,v 7.15 1996/03/06 02:12:36 morioka Exp $
+and KOBAYASHI Shuhei <shuhei-k@jaist.ac.jp>
+$Id: README.en,v 7.21 1996/05/27 15:14:29 morioka Exp $
 
 1 What's tm?
 
@@ -10,7 +10,7 @@ $Id: README.en,v 7.15 1996/03/06 02:12:36 morioka Exp $
        - MIME style multilingual header
        - MIME message viewer (mime/viewer-mode)
        - MIME message composer (mime/editor-mode)
-       - MIME extenders for mh-e, GNUS, RMAIL and VM
+       - MIME extenders for mh-e, GNUS, Gnus, RMAIL and VM
 
 
 2 Documents
@@ -41,7 +41,8 @@ $Id: README.en,v 7.15 1996/03/06 02:12:36 morioka Exp $
                - tm-play.el  : MIME content player
                - tm-ew-d.el : MIME encoded-word decoder
        - preview filter for tm-view
-               - tm-rich    : for text/enriched and text/richtext
+               - tm-text    : for text/*
+               - tm-image   : for image/* and X-Face
        - internal methods for tm-view
                - tm-partial : automatic assembler for message/partial
                - tm-ftp     : for anonymous ftp
@@ -53,10 +54,6 @@ $Id: README.en,v 7.15 1996/03/06 02:12:36 morioka Exp $
        - tm-edit : MIME composer (mime.el and tm-comp.el were merged)
                - tm-ew-e.el : MIME encoded-word encoder
        - tm-def  : definition module for tm
-               - tm-nemacs.el : NEmacs depended part of tm
-               - tm-orig.el   : FSF original Emacs and XEmacs
-                                 depended part of tm
-               - tm-mule.el   : Mule depended part of tm
        - tm-MUAs : MIME extender for MUAs
                - tm-mh-e  : tm-MUA for mh-e
                - tm-gnus  : tm-MUA for GNUS
@@ -73,8 +70,8 @@ $Id: README.en,v 7.15 1996/03/06 02:12:36 morioka Exp $
 
   You can edit tm/TM-CFG file.
 
-  In default, tm is installed into your home directory. If you want to 
-install into /usr/local/, please modify the variable `PREFIX'.
+  In default, tm is installed into /usr/local/. If you want to change,
+please modify the variable `PREFIX' and `EXEC_PREFIX'.
 
 
 4.2 tm-gnus (optional)
@@ -86,9 +83,9 @@ distribution, you must edit following files before make.
 
     If you use Emacs 18.* and GNUS 4.*, please edit tm/gnus/g4-path.
 
-    If you use Gnus 5.0.*, please edit tm/gnus/g5-path.
+    If you use Gnus 5.[01].*, please edit tm/gnus/g5-path.
 
-    If you use September Gnus, please edit tm/gnus/s-path.
+    If you use Gnus 5.2.*, please edit tm/gnus/s-path.
 
 
 4.3 edit external methods (optional)
@@ -126,42 +123,42 @@ mmencode.
   You can specify Emacs command name, for example if you want to use
 `xemacs' as Emacs command:
 
-       % make all EMACS=xemacs
+       % make install EMACS=xemacs
 
 
 6 .emacs
 
-  Please insert (load "mime-setup") in ~/.emacs.
+  Please insert `(load "mime-setup")' in ~/.emacs.
 
 
 6.1 automatic MIME preview support
 
   tm-gnus provides automatic MIME preview feature for GNUS 3.15 or
-later, Gnus 5.0.*, Gnus 5.1, and September Gnus.
+later, Gnus 5.0.*, Gnus 5.1, and Gnus 5.2.
 
   If you don't want to use automatic MIME preview feature, please
 insert following to ~/.emacs.
 
        (setq tm-gnus/automatic-mime-preview nil)
 
-  In addition, September Gnus has automatic MIME preview supporting
-feature. Of course, tm-gnus provides this feature for other GNUS and
-Gnus, but it is unnatural.
+  In addition, Gnus 5.2 has automatic MIME preview supporting feature. 
+Of course, tm-gnus provides this feature for other GNUS and Gnus, but
+it is unnatural.
 
   When automatic MIME preview mode, GNUS and Gnus do MIME processing
 if a message has a Mime-Version field. If it does not have, GNUS and
 Gnus does not do MIME processing, in default.
 
-  Gnus 5.0.*, 5.1 and September Gnus have a variable
-`gnus-strict-mime'. If you insert
+  Gnus 5.0.*, 5.1 and Gnus 5.2 have a variable `gnus-strict-mime'. If
+you insert
 
        (setq gnus-strict-mime nil)
 
 Gnus do MIME processing even if a message does not have Mime-Version
 field.
 
-  In September Gnus, if `gnus-strict-mime' is not nil, variable
-`gnus-decode-encoded-word-method' is called. tm-gnus uses it to decode 
+  In Gnus 5.2, if `gnus-strict-mime' is not nil, variable
+`gnus-decode-encoded-word-method' is called. tm-gnus uses it to decode
 RFC 1522 encoded-word. So it is not necessary to reset
 `gnus-strict-mime'.
 
@@ -265,7 +262,7 @@ please insert following into ~/.emacs:
 ======================================================================
 
 
-6.5 setting sample for browse
+6.5 setting sample for browse-url
 
   If you have browse-url.el (included in Gnus 5.*, September Gnus and
 Emacs 19.30 or later), you can use URL button in
@@ -330,8 +327,8 @@ Via tm ML, You can report bugs of tm, obtain the latest release of tm
 package, and discuss the future enhancements to tm. To join tm ML,
 send a mail to
 
-       tm-admin@chamonix.jaist.ac.jp           (Japanese or English)
-       tm-eng-admin@chamonix.jaist.ac.jp       (English)
+       tm-ja-admin@chamonix.jaist.ac.jp        (Japanese)
+       tm-en-admin@chamonix.jaist.ac.jp        (English)
 
 Since the user registration is manually done, please write the mail
 body in human-recognizable language (^_^).