X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=rel-6eng.ol;h=f0a07dbc3c65d33c46107dbee3d031d4425e3eb1;hb=bb6d95ad87e3a85dac0f5dc6148bcfb8dd120163;hp=448292a91b7fb9f500595f1db52a99c3f7313f21;hpb=fc6b2cc1de3a2ee19d3cd62650673e7bf0d82edb;p=elisp%2Ftm.git diff --git a/rel-6eng.ol b/rel-6eng.ol index 448292a..f0a07db 100644 --- a/rel-6eng.ol +++ b/rel-6eng.ol @@ -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.