tm 7.90.
[elisp/tm.git] / README.en
index d3c3741..1e92bc7 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-k@jaist.ac.jp>
-$Id: README.en,v 7.17 1996/04/19 17:29:32 morioka Exp $
+$Id: README.en,v 7.24 1996/10/14 09:33:14 morioka Exp $
 
 1 What's tm?
 
@@ -10,12 +10,12 @@ $Id: README.en,v 7.17 1996/04/19 17:29:32 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
 
-  This package includes following documents.
+  This package includes the following documents.
 
 (1) English edition
 
@@ -41,7 +41,8 @@ $Id: README.en,v 7.17 1996/04/19 17:29:32 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
@@ -69,22 +70,22 @@ $Id: README.en,v 7.17 1996/04/19 17:29:32 morioka Exp $
 
   You can edit tm/TM-CFG file.
 
-  In default, tm is installed into /usr/local/. If you want to change,
-please modify the variable `PREFIX'.
+  By default, tm is installed into /usr/local/. If you want to change this,
+please modify the variables `PREFIX' and `EXEC_PREFIX'.
 
 
 4.2 tm-gnus (optional)
 
-  If you use optional GNUS or Gnus, which is not included in Emacs
-distribution, you must edit following files before make.
+  If you use optional GNUS or Gnus, which is not included in the Emacs
+distribution, you must edit the following files before running make.
 
     If you use Emacs 18.* and GNUS 3.*, please edit tm/gnus/g3-path.
 
     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)
@@ -100,17 +101,18 @@ environment.
        tm/methods/tm-html      for HTML
        tm/methods/tmdecode     decoder
 
-  In default, tmdecode uses `mmencode' command. If you don't have
-metamail package, please modify tmdecode to use decode-b instead of
-mmencode.
+  By default, tmdecode uses the `mmencode' command, which is part of
+the metamail package (available by anonymous ftp from
+ftp://thumper.bellcore.com/pub/nsb).  If you don't have the metamail
+package, please modify tmdecode to use decode-b instead of mmencode.
 
 
 4.4 make
 
   Run `make all'.
 
-  You can specify Emacs command name, for example if you want to use
-`mule' as Emacs command:
+  You can specify the Emacs command name, for example if you want to use
+`mule' as the Emacs command:
 
        % make all EMACS=mule
 
@@ -119,10 +121,10 @@ mmencode.
 
   Run `make install'.
 
-  You can specify Emacs command name, for example if you want to use
-`xemacs' as Emacs command:
+  You can specify the Emacs command name, for example if you want to use
+`xemacs' as the Emacs command:
 
-       % make all EMACS=xemacs
+       % make install EMACS=xemacs
 
 
 6 .emacs
@@ -133,32 +135,32 @@ mmencode.
 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.
+insert in ~/.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.
+if a message has a Mime-Version field. If it does not have one, 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.
+Gnus does MIME processing even if a message does not have a
+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 
-RFC 1522 encoded-word. So it is not necessary to reset
+  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-words. So it is not necessary to reset
 `gnus-strict-mime'.
 
 
@@ -172,11 +174,11 @@ RFC 1522 encoded-word. So it is not necessary to reset
 
 6.3 PGP
 
-  If you have PGP and Mailcrypt package, you can use PGP on
-MIME. Currently, 2 drafts (draft-elkins-pem-pgp-02.txt and
-draft-kazu-pgp-mime-00.txt) are proposed, so tm provides both way.
+  If you have the PGP and Mailcrypt packages, you can use PGP with
+MIME. Currently, PGP/MIME (RFC 2015) and draft-kazu-pgp-mime-00.txt
+are proposed, so tm provides both ways.
 
-  For decoding, please insert following into ~/.emacs:
+  For decoding, please insert the following into ~/.emacs:
 
 ======================================================================
 (call-after-loaded
@@ -187,25 +189,25 @@ draft-kazu-pgp-mime-00.txt) are proposed, so tm provides both way.
     )))
 ======================================================================
 
-tm-pgp.el is a internal method modules to support PGP.
+tm-pgp.el is an internal method module to support PGP.
 
-  For encoding, tm-edit provides 2 mechanism. One is for signing or
-encrypting for message as application/pgp. There are two command
+  For encoding, tm-edit provides 2 mechanisms. One is for signing or
+encrypting for message as application/pgp. There are two commands,
 `mime-editor/set-sign' and `mime-editor/set-encrypt'. They set a
-message is signed, encrypted or not.
+message as signed, encrypted or not.
 
-  Another one is for content. There are 2 kinds of enclosure for PGP:
+  Another one is for content. There are 2 kinds of enclosures for PGP:
 ``signed'' and ``encrypted''. Their enclosure are bound to key and
 menu. If you use this mechanism, please specify 2 variables:
 `mime-editor/signing-type' and `mime-editor/encrypting-type'. They
 requires following values:
 
-       pgp-elkins      processed as draft-elkins-pem-pgp-02.txt
+       pgp-elkins      processed as PGP/MIME (RFC 2015)
        pgp-kazu        processed as draft-kazu-pgp-mime-00.txt
        nil             not processed
 
-If you use ``signed'' and ``encrypted'' as draft-elkins-pem-pgp-02.txt,
-please insert following into ~/.emacs:
+If you use ``signed'' and ``encrypted'' as PGP/MIME, please insert
+into ~/.emacs:
 
 ======================================================================
 (setq mime-editor/signing-type    'pgp-elkins)
@@ -213,7 +215,7 @@ please insert following into ~/.emacs:
 ======================================================================
 
 If you use ``signed'' and ``encrypted'' as draft-kazu-pgp-mime-00.txt,
-please insert following into ~/.emacs:
+please insert into ~/.emacs:
 
 ======================================================================
 (setq mime-editor/signing-type    'pgp-kazu)
@@ -221,7 +223,7 @@ please insert following into ~/.emacs:
 ======================================================================
 
 
-6.4 setting sample for hilit19
+6.4 code sample for hilit19
 
 ======================================================================
 (cond (window-system
@@ -261,11 +263,11 @@ please insert following into ~/.emacs:
 ======================================================================
 
 
-6.5 setting sample for browse-url
+6.5 code 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
-mime/viewer-mode. Following is setting sample:
+mime/viewer-mode. Sample code follows:
 
 ======================================================================
 (setq browse-url-browser-function
@@ -279,8 +281,8 @@ mime/viewer-mode. Following is setting sample:
 
 7 How to use mime/viewer-mode
 
-In tm-MUAs, you can use mime/viewer-mode if you press `v' key (in VM,
-`Z' key) in Summary mode. Or automatic MIME previewed buffer's
+In tm-MUAs, you can use mime/viewer-mode if you press the `v' key (in
+VM, `Z' key) in Summary mode. Or automatic MIME previewed buffer's
 major-mode is mime/viewer-mode. mime/viewer-mode has following
 functions:
 
@@ -306,18 +308,7 @@ functions:
 8 Bug report
 
 If you write bug-reports and/or propositions for improvement, please
-post them to following news groups:
-
-       fj.editor.emacs         (Japanese or English)
-       fj.editor.mule          (Japanese or English; if you use Mule)
-       gnu.emacs.help          (English)
-
-       fj.news.reader.gnus     (Japanese or English; about GNUS and Gnus)
-       gnu.emacs.gnus          (English; about GNUS and Gnus)
-
-       gnu.emacs.vm.info       (English; about tm-vm)
-
-or send to tm ML:
+send to tm ML:
 
        bug-tm-en@chamonix.jaist.ac.jp  (English)
        bug-tm-ja@chamonix.jaist.ac.jp  (Japanese)
@@ -326,14 +317,14 @@ 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 (^_^).
 
 
-9 How to get new version
+9 How to get the latest version
 
 tm is available from following anonymous ftp site:
 
@@ -347,7 +338,7 @@ and its mirrors:
 
 10 TODO
 
-- MUA specific key bind system for mime/viewer-mode
+- MUA specific key binding system for mime/viewer-mode
 - better identification calculus system as successor of atype system
 - development of internal method for message/external-body based on
   tm-ftp