tm 7.99.
[elisp/tm.git] / README.en
index cb03d61..223903e 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.23 1996/09/19 11:36:44 morioka Exp $
+$Id: README.en,v 7.25 1996/12/02 16:07:55 morioka Exp $
 
 1 What's tm?
 
@@ -55,11 +55,12 @@ $Id: README.en,v 7.23 1996/09/19 11:36:44 morioka Exp $
                - tm-ew-e.el : MIME encoded-word encoder
        - tm-def  : definition module for tm
        - tm-MUAs : MIME extender for MUAs
-               - tm-mh-e  : tm-MUA for mh-e
-               - tm-gnus  : tm-MUA for GNUS
-               - tm-rmail : tm-MUA for RMAIL
-               - tm-vm    : tm-MUA for vm
-               - tm-mail  : tm-MUA library module for mail-mode
+               - tm-mh-e   : tm-MUA for mh-e
+               - gnus-mime : tm-MUA for Gnus
+               - tm-gnus   : tm-MUA for GNUS
+               - tm-rmail  : tm-MUA for RMAIL
+               - tm-vm     : tm-MUA for vm
+               - tm-mail   : tm-MUA library module for mail-mode
        - mime-setup: set up module for MIME
                - tm-setup: set up only reading
 
@@ -74,21 +75,7 @@ $Id: README.en,v 7.23 1996/09/19 11:36:44 morioka Exp $
 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 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.[01].*, please edit tm/gnus/g5-path.
-
-    If you use Gnus 5.2.*, please edit tm/gnus/s-path.
-
-
-4.3 edit external methods (optional)
+4.2 edit external methods (optional)
 
   You can edit external methods in `tm/methods/' directory for your
 environment.
@@ -107,7 +94,7 @@ 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
+4.3 make
 
   Run `make all'.
 
@@ -117,7 +104,7 @@ package, please modify tmdecode to use decode-b instead of mmencode.
        % make all EMACS=mule
 
 
-4.5 install
+4.4 install
 
   Run `make install'.
 
@@ -132,25 +119,24 @@ package, please modify tmdecode to use decode-b instead of mmencode.
   Please insert `(load "mime-setup")' in ~/.emacs.
 
 
-6.1 automatic MIME preview support
+6.1 gnus-mime
 
-  tm-gnus provides automatic MIME preview feature for GNUS 3.15 or
-later, Gnus 5.0.*, Gnus 5.1, and Gnus 5.2.
+  gnus-mime provides automatic MIME preview feature for Gnus.
 
   If you don't want to use automatic MIME preview feature, please
 insert in ~/.emacs:
 
-       (setq tm-gnus/automatic-mime-preview nil)
+       (setq gnus-show-mime nil)
 
-  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.
+  In addition, Gnus 5.2 is designed to support automatic MIME preview
+feature.  Of course, gnus-mime provides this feature for Gnus 5.0.*
+and Gnus 5.1.*, 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 one, GNUS
-and Gnus does not do MIME processing, in default.
+  When automatic MIME preview mode, Gnus do MIME processing if a
+message has a Mime-Version field.  If it does not have one, Gnus does
+not do MIME processing, in default.
 
-  Gnus 5.0.*, 5.1 and Gnus 5.2 have a variable `gnus-strict-mime'. If
+  Gnus 5.0.*, 5.1 and Gnus 5.2 have a variable `gnus-strict-mime'.  If
 you insert
 
        (setq gnus-strict-mime nil)
@@ -159,12 +145,23 @@ Gnus does MIME processing even if a message does not have a
 Mime-Version field.
 
   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-decode-encoded-word-method' is called.  gnus-mime uses it to
+decode RFC 2047 encoded-words.  So it is not necessary to reset
 `gnus-strict-mime'.
 
 
-6.2 VM
+6.2 tm-gnus
+
+  tm-gnus provides automatic MIME preview feature for GNUS 3.15 or
+later.
+
+  If you don't want to use automatic MIME preview feature, please
+insert in ~/.emacs:
+
+       (setq tm-gnus/automatic-mime-preview nil)
+
+
+6.3 VM
 
   If you use vm, please insert `(require 'tm-vm)' in ~/.vm.
 
@@ -172,11 +169,11 @@ RFC 1522 encoded-words. So it is not necessary to reset
 (require 'tm-vm) *after* (bbdb-insinuate-vm).
 
 
-6.3 PGP
+6.4 PGP
 
   If you have the PGP and Mailcrypt packages, you can use PGP with
-MIME. Currently, 2 drafts (draft-elkins-pem-pgp-02.txt and
-draft-kazu-pgp-mime-00.txt) are proposed, so tm provides both ways.
+MIME. Currently, PGP/MIME (RFC 2015) and draft-kazu-pgp-mime-00.txt
+are proposed, so tm provides both ways.
 
   For decoding, please insert the following into ~/.emacs:
 
@@ -202,12 +199,12 @@ 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 into ~/.emacs:
+If you use ``signed'' and ``encrypted'' as PGP/MIME, please insert
+into ~/.emacs:
 
 ======================================================================
 (setq mime-editor/signing-type    'pgp-elkins)
@@ -223,7 +220,7 @@ please insert into ~/.emacs:
 ======================================================================
 
 
-6.4 code sample for hilit19
+6.5 code sample for hilit19
 
 ======================================================================
 (cond (window-system
@@ -263,7 +260,7 @@ please insert into ~/.emacs:
 ======================================================================
 
 
-6.5 code sample for browse-url
+6.6 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
@@ -338,7 +335,6 @@ and its mirrors:
 
 10 TODO
 
-- 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