Require ImageMagick >= 6.3.5, due to PixelSetMagickColor.
[bpt/emacs.git] / ChangeLog
index 5b58384..83d3783 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       Require ImageMagick >= 6.3.5, due to PixelSetMagickColor (Bug#17339).
+       * configure.ac (IMAGEMAGICK_MODULE): Bump prereq from 6.2.8 to 6.3.5.
+       A more-complicated fix would be to remove uses of PixelSetMagickColor,
+       introduced in ImageMagick 6.3.5 (Sept. 2007).
+
 2014-05-02  Paul Eggert  <eggert@cs.ucla.edu>
 
        Consult libpng-config more consistently (Bug#17339).