X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fsemi.git;a=blobdiff_plain;f=NEWS;h=febedc30cef6656e125fef5c5eb4da4e959b57cf;hp=ab7b3816dab45c55db14ef7d60f1c94fbd37861d;hb=65c9e52d63464d557c8989f56b8daa85ca5e6416;hpb=2252efdc8675f64b8c9edd30bbaac81f7a2555be 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