1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00

Small NEWS imagemagick edits

This commit is contained in:
Glenn Morris 2012-02-06 09:24:23 -08:00
parent 4a6c7bb874
commit c1f1086866

View File

@ -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