From 65c9e52d63464d557c8989f56b8daa85ca5e6416 Mon Sep 17 00:00:00 2001 From: morioka Date: Tue, 21 Jul 1998 22:36:29 +0000 Subject: [PATCH] (Don't use "file" command to detect content of entity): New section. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 -- 1.7.10.4