aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-03-18 09:41:24 -0700
committerPaul Eggert2013-03-18 09:41:24 -0700
commite9b4dbdcaa3b83a805581fc81084ef2395e44c0b (patch)
tree212750fb31f185e7afa0fc29a98a7b1a899012bb
parent748fa866ad6f94d3c499f2f2ea41efbaf0dfc75f (diff)
downloademacs-e9b4dbdcaa3b83a805581fc81084ef2395e44c0b.tar.gz
emacs-e9b4dbdcaa3b83a805581fc81084ef2395e44c0b.zip
* PROBLEMS: Fix previous change: any kind of transparency can crash.
Fixes: debbugs:13867
-rw-r--r--etc/PROBLEMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index b1d29bdfe36..8cc70115037 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -206,7 +206,7 @@ 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. 209** Emacs can crash when displaying PNG images with transparency.
210This is due to a bug introduced in ImageMagick 6.8.2-3. The bug 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. 211should be fixed in ImageMagick 6.8.3-10. Please see Bug#13867.
212 212