From: morioka Date: Mon, 8 Jun 1998 02:03:52 +0000 (+0000) Subject: (type-subtype-score): New section. X-Git-Tag: semi-1_5_2~6 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ae95e38f59f63ae32f653eb66769e8c0a45b4ffd;p=elisp%2Fsemi.git (type-subtype-score): New section. --- diff --git a/NEWS b/NEWS index 8e7ba4a..7ae1700 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,19 @@ Copyright (C) 1998 Free Software Foundation, Inc. * Changes in SEMI 1.5 +** type-subtype-score + + Now MIME-View chooses one entity to display body in +multipart/alternative. In this mechanism, +`mime-view-type-subtype-score-alist' is used to specify priority of +each entity. + + Variable `mime-view-type-subtype-score-alist' is alist of +TYPE-SUBTYPE vs. SCORE. TYPE-SUBTYPE is cons pair (TYPE . SUBTYPE), +symbol TYPE or t. TYPE and SUBTYPE are symbol. `t' means default. +SCORE is integer. Larger number is larger priority. + + ** text presentation Change text presentation mechanism. In anything older than SEMI