This commit was generated by cvs2svn to compensate for changes in r527,
[elisp/tm.git] / rel-6eng.ol
index 448292a..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 
@@ -127,3 +152,28 @@ cinfo }).
 (5) variable `mime/go-to-top-node-method-alist' is renamed to
     `mime-viewer/quitting-method-alist' and changed initial value
     because of changes between tm-view 5.21 and tm-view 6.*.
+
+
+** new variables
+
+*** mime-viewer/childrens-header-showing-Content-Type-list
+
+  list of content-type/subtype whose children's header should be
+displayed.
+
+  This variable is used in function
+`mime-viewer/default-content-header-filter-function' which defined as
+default value of variable
+`mime-viewer/content-header-filter-function'. Therefore if you set
+another function, it may not work this variable.
+
+
+*** mime-viewer/ignored-field-list
+
+  list of field-name which is not displayed when header is displayed.
+
+  This variable is used in function
+`mime-viewer/default-content-header-filter-function' which defined as
+default value of variable
+`mime-viewer/content-header-filter-function'. Therefore if you set
+another function, it may not work this variable.