From: morioka Date: Fri, 16 Oct 1998 06:31:04 +0000 (+0000) Subject: (Changes in SEMI 1.9): New section. X-Git-Tag: semi-1_10_0~27 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=38b005e30a01a451a6d72d6b6f3ad9e524f7f48e;p=elisp%2Fsemi.git (Changes in SEMI 1.9): New section. --- diff --git a/NEWS b/NEWS index ac7801a..4b94745 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,36 @@ SEMI NEWS --- history of major-changes. Copyright (C) 1998 Free Software Foundation, Inc. +* Changes in SEMI 1.9 + +** User option `mime-encoding-list' + + SEMI 1.9 requires FLIM 1.10 API. In FLIM 1.10 API, variable +`mime-file-encoding-method-alist' was abolished. If you want to use +non-standard Content-Transfer-Encoding to insert a file into sending +message, please edit new user option `mime-encoding-list' instead of +`mime-file-encoding-method-alist'. + + +** Constant `mime-user-interface-product' + + Constant `mime-user-interface-version' was renamed to +`mime-user-interface-product'. Notice that data format is changed +too. + + FLIM 1.10 API provides following macros to access a slot of the new +data format: + + mime-product-name (product) + + mime-product-version (product) + + mime-product-code-name (product) + +Please use them to get elements of the constant +`mime-user-interface-product'. + + * Changes in SEMI 1.8 ** Don't use "file" command to detect content of entity