aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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 08d94a4e9cb..869e95216e5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -131,8 +131,10 @@ for this.
131** ImageMagick support. 131** ImageMagick support.
132It is now possible to use the ImageMagick library to load many new 132It is now possible to use the ImageMagick library to load many new
133image formats in Emacs. By default, Emacs links with the ImageMagick 133image formats in Emacs. By default, Emacs links with the ImageMagick
134libraries if they are present at build time. To disable this, use 134libraries if they are present at build time. This needs ImageMagick
135the configure option `--without-imagemagick'. 1356.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been
136tested). To disable ImageMagick support, use the configure option
137`--without-imagemagick'.
136 138
137The new function `imagemagick-types' returns a list of image file 139The new function `imagemagick-types' returns a list of image file
138extensions that your installation of ImageMagick supports. The 140extensions that your installation of ImageMagick supports. The