aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2011-04-11 20:55:07 -0700
committerGlenn Morris <[email protected]>2011-04-11 20:55:07 -0700
commitf5b06c3546138ce5181ff6efd211dfe2516edcaa (patch)
treef8e5363b4495c7e43014454025428ddfd5f93c0d /etc
parentd515dc24ca9402a09a3bafb3a7c83681f921c2f0 (diff)
ImageMagick fix for bug#7955.
* configure.in: Require ImageMagick >= 6.2.8. (Bug#7955) * etc/NEWS: Mention ImageMagick version.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 08d94a4e9c..869e95216e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -131,8 +131,10 @@ for this.
** ImageMagick support.
It is now possible to use the ImageMagick library to load many new
image formats in Emacs. By default, Emacs links with the ImageMagick
-libraries if they are present at build time. To disable this, use
-the configure option `--without-imagemagick'.
+libraries if they are present at build time. This needs ImageMagick
+6.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been
+tested). To disable ImageMagick support, use the configure option
+`--without-imagemagick'.
The new function `imagemagick-types' returns a list of image file
extensions that your installation of ImageMagick supports. The