From 70346e6e9ed19f6e3779b947367c7493532d4d34 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 21 Mar 1998 21:30:35 +0000 Subject: [PATCH] Modify about `mime-preview-condition'. --- NEWS | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index b8afad2..6aed309 100644 --- a/NEWS +++ b/NEWS @@ -7,15 +7,16 @@ Copyright (C) 1998 Free Software Foundation, Inc. *** Setting variable about visible body - `mime-view-visible-media-type-list' was abolished. Please use -`mime-view-body-visible-condition' instead. - - Notice that `mime-view-body-visible-condition' is not list of -media-type/subtype string. It uses new data-structure `ctree' -(condition-tree; it is introduced to replace `atype'). Function -`ctree-set-calist-strictly' and `ctree-set-calist-with-default' may be -useful to modify it (`calist' (condition-alist) is as same as -`atype'). + `mime-view-visible-media-type-list' and +`mime-view-content-filter-alist' were abolished. Please use +`mime-preview-condition' instead. + + Notice that `mime-preview-condition' is not list of +media-type/subtype string nor association-list. It uses new +data-structure `ctree' (condition-tree; it is introduced to replace +`atype'). Function `ctree-set-calist-strictly' and +`ctree-set-calist-with-default' may be useful to modify it (`calist' +(condition-alist) is as same as `atype'). *** API about visible-predicates -- 1.7.10.4