From: morioka Date: Mon, 22 Jun 1998 19:29:29 +0000 (+0000) Subject: update. X-Git-Tag: semi-1_8_0~15 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=commitdiff_plain;h=98d660ed93f980da797f26cba6eb24a0f894ca3e update. --- diff --git a/ChangeLog b/ChangeLog index 973e9fd..4def3ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 1998-06-22 MORIOKA Tomohiko + * NEWS (Changes in SEMI 1.8): New chapter. + +1998-06-22 MORIOKA Tomohiko + * mime-view.el: Abolish external x-face viewer. 1998-06-22 MORIOKA Tomohiko diff --git a/NEWS b/NEWS index 0352c0c..ab7b381 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,31 @@ SEMI NEWS --- history of major-changes. Copyright (C) 1998 Free Software Foundation, Inc. +* Changes in SEMI 1.8 + +** Abolish external X-Face viewer + + +** Abolish obsolete utility for *-field-list and *-field-regexp + + Abolish function `tm:set-fields', `tm:add-fields' and +`tm:delete-fields'. + + +** Change MUA interface of automatic message/partial combining + + Abolish variable `mime-view-partial-message-method-alist'. + + Instead of it, `request-partial-message-method' in acting-situation +is available to specify MUA depended implementation. + + Each element of `mime-view-partial-message-method-alist' were +required to display message at current summary line, and its return +value were ignored. On the other hand, +`request-partial-message-method' is required to return structure of +message at current summary line. Format of it is mime-entity. + + * Changes in SEMI 1.7 ** Header-presentation-method