aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
authorPaul Eggert2013-03-17 22:26:56 -0700
committerPaul Eggert2013-03-17 22:26:56 -0700
commit19151a7f8ce7452ff9a4c84aa18dd7de60ce0fc1 (patch)
tree7e6f8e5c324c1ac5604c22d25b0b52df97f458d9 /etc/PROBLEMS
parent982efbcdc4b44d595743cf9085ad64731417cde3 (diff)
downloademacs-19151a7f8ce7452ff9a4c84aa18dd7de60ce0fc1.tar.gz
emacs-19151a7f8ce7452ff9a4c84aa18dd7de60ce0fc1.zip
Emacs crashes with ImageMagick 6.8.2-3 through 6.8.3-9.
* configure.ac (IMAGEMAGICK_MODULE): Reject 6.8.2. We want to reject 6.8.2-3 through 6.8.3-9, but there seems to be no way to do this in pkg-config, so make do with a reasonable approximation. * etc/PROBLEMS: Mention problem with ImageMagick 6.8.2-3 through 6.8.3-9. Fixes: debbugs:13867
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index b38a1240540..b1d29bdfe36 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -206,6 +206,10 @@ added a line like this at the beginning of files of Lisp code:
206If your tar has this problem, install GNU tar--if you can manage to 206If your tar has this problem, install GNU tar--if you can manage to
207untar it :-). 207untar it :-).
208 208
209** Emacs crashes when displaying PNG images with simple (tRNS) transparency.
210This is due to a bug introduced in ImageMagick 6.8.2-3. The bug
211should be fixed in ImageMagick 6.8.3-10. Please see Bug#13867.
212
209** Crashes when displaying GIF images in Emacs built with version 213** Crashes when displaying GIF images in Emacs built with version
210libungif-4.1.0 are resolved by using version libungif-4.1.0b1. 214libungif-4.1.0 are resolved by using version libungif-4.1.0b1.
211Configure checks for the correct version, but this problem could occur 215Configure checks for the correct version, but this problem could occur