From e304e2d907b2a169ae6525d9e7df1f27c4b86f7b Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 25 Nov 1998 18:44:42 +0000 Subject: [PATCH] (Changes in FLIM 1.12): New section. --- NEWS | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/NEWS b/NEWS index 7662287..09922a3 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,41 @@ FLIM NEWS --- history of major-changes. Copyright (C) 1998 Free Software Foundation, Inc. +* Changes in FLIM 1.12 + +** Restructure of field decoding features + +Introduce backend mechanism of field-decoder and +field-presentation-method to restructure field decoding features. + +Field-decoder is registered into variable `mime-field-decoder-alist'. +Each decoding function uses decoding method found from variable +`mime-field-decoder-alist'. + +New function `mime-set-field-decoder' is added to register field +decoding method. + +New function `mime-find-field-presentation-method' is added to get +`field-presentation-method' object corresponding with specified +field-presentation-mode. Field-presentation-mode must be `plain', +`wide', `summary' or `nov'. + +New function `mime-find-field-decoder' is added to find field decoding +method corresponding with field-name and field-presentation-mode. + +New function `mime-decode-field-body' is added. It is general field +decoder. + + +** Function `mime-decode-header-in-buffer' + +Renamed from `eword-decode-header'. `eword-decode-header' is defined +as obsolete alias. + + +** New function `mime-decode-header-in-region' + + * Changes in FLIM 1.11 ** New function `mime-insert-text-content' -- 1.7.10.4