From: morioka Date: Sat, 21 Mar 1998 21:30:35 +0000 (+0000) Subject: Modify about `mime-preview-condition'. X-Git-Tag: semi-1_1_2~20 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=70346e6e9ed19f6e3779b947367c7493532d4d34;p=elisp%2Fsemi.git Modify about `mime-preview-condition'. --- 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