From: morioka Date: Tue, 21 Jul 1998 22:36:29 +0000 (+0000) Subject: (Don't use "file" command to detect content of entity): New section. X-Git-Tag: semi-1_8_5~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=65c9e52d63464d557c8989f56b8daa85ca5e6416;p=elisp%2Fsemi.git (Don't use "file" command to detect content of entity): New section. --- diff --git a/NEWS b/NEWS index ab7b381..febedc3 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,20 @@ Copyright (C) 1998 Free Software Foundation, Inc. * Changes in SEMI 1.8 +** Don't use "file" command to detect content of entity + + Acting-method to detect content of entity was modified not to use +"file" command. + + Variable `mime-file-content-type-alist' was abolished. Instead of +it, new variable `mime-magic-type-alist' is available to customize. +It is an alist of regexp about magic-number vs. corresponding +media-types. Each element looks like (REGEXP TYPE SUBTYPE). REGEXP +is a regular expression to match against the beginning of the content +of entity. TYPE is symbol to indicate primary type of media-type. +SUBTYPE is symbol to indicate subtype of media-type. + + ** Abolish external X-Face viewer