tm 7.105.1.
[elisp/tm.git] / README.en
index 9bcfd1d..ae6e779 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.26 1996/12/27 12:11:29 morioka Exp $
+$Id: README.en,v 7.32 1997/02/03 06:53:15 morioka Exp $
 
 1 What's tm?
 
@@ -32,7 +32,7 @@ $Id: README.en,v 7.26 1996/12/27 12:11:29 morioka Exp $
   - tm/doc/tm-edit-en.texi     : tm-edit Reference Manual
   - tm-mh-e/tm-mh-e-en.texi    : tm-mh-e Reference Manual
   - gnus-mime/gnus-mime-en.texi        : gnus-mime Reference Manual
-  - tm-vm/tm-vm_en.texi                : tm-vm Reference Manual
+  - tm-vm/tm-vm-en.texi                : tm-vm Reference Manual
 
 - info
   - tm/doc/tm-en.info          : tm Reference Manual
@@ -40,7 +40,7 @@ $Id: README.en,v 7.26 1996/12/27 12:11:29 morioka Exp $
   - tm/doc/tm-edit-en.info     : tm-edit Reference Manual
   - tm-mh-e/tm-mh-e-en.info    : tm-mh-e Reference Manual
   - gnus-mime/gnus-mime-en.info        : gnus-mime Reference Manual
-  - tm-vm/tm-vm_en.info                : tm-vm Reference Manual
+  - tm-vm/tm-vm-en.info                : tm-vm Reference Manual
 
 (2) Japanese edition
 
@@ -210,6 +210,10 @@ insert in ~/.emacs:
   tm works well with BBDB: If you use VM, please insert
 (require 'tm-vm) *after* (bbdb-insinuate-vm).
 
+  Important changes have been made to the VM interface in TM v7.102,
+users upgrading from an earlier version should read the documentation
+of tm-vm (`News' section) for details.
+
 
 6.4 PGP
 
@@ -323,25 +327,23 @@ mime/viewer-mode. Sample code follows:
 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:
-
-       q         quit from mime/viewer-mode
-       u         move to upper content
-       p         move to previous content
-       n         move to next content
-       SPC       scroll up or move to next content
-       M-SPC     scroll down or move to previous content
-       DEL       scroll down or move to previous content
-       RET       move to next line
-       M-RET     move to previous line
-       <         move to beginning of message
-       >         move to end of message
-       v         play current content
-       e         extract as file current content
-       C-c C-p   print current content
-       f         display X-Face in current message
-       button-2  move to point under the mouse cursor and play
-                 current content or browse URL
+functions (these key bindings are prefixed with C-c in VM):
+
+       q               quit from mime/viewer-mode
+       u               move to upper content
+       p or M-TAB      move to previous content
+       n or TAB        move to next content
+       SPC             scroll up or move to next content
+       M-SPC or DEL    scroll down or move to previous content
+       RET             move to next line
+       M-RET           move to previous line
+       <               move to beginning of message
+       >               move to end of message
+       v               play current content
+       e               extract as file current content
+       C-c C-p         print current content
+       f               display X-Face in current message
+       button-2        play current content or browse URL
 
 
 8 Bug report
@@ -375,9 +377,16 @@ and its mirrors:
        ftp://ftp.nisiq.net/pub/gnu/emacs-lisp/tm/      (US)
 
 
-10 TODO
+10 PROBLEMS
+
+- Automatic combining method for message/partial is not implemented
+  for RMAIL.
+- answer method is not implemented for RMAIL, Gnus and GNUS.
+
+
+11 TODO
 
-- better identification calculus system as successor of atype system
+- better method selecting system as successor of atype system
 - development of internal method for message/external-body based on
   tm-ftp
 - better automatic MIME preview support