(Changes in SEMI 1.9): New section.
authormorioka <morioka>
Fri, 16 Oct 1998 06:31:04 +0000 (06:31 +0000)
committermorioka <morioka>
Fri, 16 Oct 1998 06:31:04 +0000 (06:31 +0000)
NEWS

diff --git a/NEWS b/NEWS
index ac7801a..4b94745 100644 (file)
--- 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