From 4fce9f6ae545c73066c47220f9641b075b069a99 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 26 Mar 1998 07:07:30 +0000 Subject: [PATCH] Update for SEMI 1.2. --- NEWS | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/NEWS b/NEWS index 7d3ba34..1faf0b2 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,35 @@ SEMI NEWS --- history of major-changes. Copyright (C) 1998 Free Software Foundation, Inc. +* Changes in SEMI 1.2 + +** User setting + +*** hooks + + 'mime-view-plain-text-preview-hook was renamed to +'mime-preview-text/plain-hook. + + +** API + +*** Interface for body-filter + + 'mime-view-filter-for-* was renamed to 'mime-preview-filter-for-*. + + +*** mime-text-decode-body + + Function 'mime-decode-text-body was renamed to +'mime-text-decode-body and changed interface. New interface is +following: + + mime-text-decode-body (SITUATION) + +SITUATION is preview-situation. Content-Transfer-Encoding and +MIME-charset are specified in field of it. + + * Changes in SEMI 1.1 ** User setting -- 1.7.10.4