aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-02-06 09:24:23 -0800
committerGlenn Morris <[email protected]>2012-02-06 09:24:23 -0800
commitc1f1086866d10a823a5ce59f286b3102716bfb42 (patch)
treec0a4bc853567b2db969ed42fdfa77dcda0a7445d /etc/NEWS
parent4a6c7bb8744bbbadf3b3b0be8660a2100ae3e7aa (diff)
Small NEWS imagemagick edits
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bf1b3cfa7f..d5e7132a5d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -47,6 +47,7 @@ found at build time. To prevent this, use the configure option
This happens by default if a suitably recent version of the library is
found at build time. To prevent this, use the configure option
`--without-imagemagick'. See below for ImageMagick features.
+This feature is not available for the Nextstep or MS ports.
---
** Emacs can be compiled with libxml2 support.
@@ -1381,13 +1382,12 @@ is being animated.
The old name is an obsolete alias to the new one.
*** Emacs can be compiled with ImageMagick support.
+This feature is not available for the Nextstep or MS ports.
Then the function `imagemagick-types' returns a list of image file
extensions that your installation of ImageMagick supports. The
function `imagemagick-register-types' enables ImageMagick support for
these image types, minus those listed in `imagemagick-types-inhibit'.
-See the Emacs Lisp Reference Manual for more information.
-
** XML and HTML parsing
If Emacs is compiled with libxml2 support, there are two new functions:
`libxml-parse-html-region' (which parses "real world" HTML) and