tm 7.106.
[elisp/tm.git] / rel-6eng.ol
index 8a2fcd1..f0a07db 100644 (file)
@@ -1,3 +1,28 @@
+* tm/Makefile
+
+  Not only do `make mule2' or `make orig19' compile normal tm modules
+but also tm-mh-e and tm-gnus.
+
+  Similarly, not only do `make install-mule2' or `make install-orig19'
+install normal tm modules but also tm-mh-e and tm-gnus.
+
+
+* tm-comp
+
+** message/rfc822
+
+  We add a message/rfc822 style message inserting command. Its
+function name is `tm-comp/insert-message', standard key bind is `C-c
+C-x m'.
+
+  Function `tm-comp/insert-message' requires message-inserter function
+for your MUA. message-inserter functions are registerd at variable
+`tm-comp/message-inserter-alist' which is a assoc-list whose element
+is a pair that major-mode is key and message-inserter function is value.
+
+  Now, tm-mh-e is a only implementation for this function.
+
+
 * changed points of tm-view
 
   Internal structure of tm-view 6.* is changed from tm-view 5.21, such