aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2012-02-06 23:43:54 -0800
committerGlenn Morris2012-02-06 23:43:54 -0800
commitbba26374d0465e50338493a43eaa35312f8612d2 (patch)
tree8bb2a7ab5c78ade929a4f9b5c49ecaad4c8a22f7
parent93137f94d8ae3632af0be31fd95b665ceb5a1245 (diff)
downloademacs-bba26374d0465e50338493a43eaa35312f8612d2.tar.gz
emacs-bba26374d0465e50338493a43eaa35312f8612d2.zip
NEWS markup for ImageMagick.
-rw-r--r--etc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d5e7132a5d2..da561513745 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1381,12 +1381,14 @@ is being animated.
1381*** `image-extension-data' has been renamed to `image-metadata'. 1381*** `image-extension-data' has been renamed to `image-metadata'.
1382The old name is an obsolete alias to the new one. 1382The old name is an obsolete alias to the new one.
1383 1383
1384+++
1384*** Emacs can be compiled with ImageMagick support. 1385*** Emacs can be compiled with ImageMagick support.
1385This feature is not available for the Nextstep or MS ports. 1386This feature is not available for the Nextstep or MS ports.
1386Then the function `imagemagick-types' returns a list of image file 1387Then the function `imagemagick-types' returns a list of image file
1387extensions that your installation of ImageMagick supports. The 1388extensions that your installation of ImageMagick supports. The
1388function `imagemagick-register-types' enables ImageMagick support for 1389function `imagemagick-register-types' enables ImageMagick support for
1389these image types, minus those listed in `imagemagick-types-inhibit'. 1390these image types, minus those listed in `imagemagick-types-inhibit'.
1391Visiting one of these file types will then use Image mode.
1390 1392
1391** XML and HTML parsing 1393** XML and HTML parsing
1392If Emacs is compiled with libxml2 support, there are two new functions: 1394If Emacs is compiled with libxml2 support, there are two new functions: