diff options
| author | Paul Eggert | 2013-03-18 09:41:24 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-18 09:41:24 -0700 |
| commit | e9b4dbdcaa3b83a805581fc81084ef2395e44c0b (patch) | |
| tree | 212750fb31f185e7afa0fc29a98a7b1a899012bb | |
| parent | 748fa866ad6f94d3c499f2f2ea41efbaf0dfc75f (diff) | |
| download | emacs-e9b4dbdcaa3b83a805581fc81084ef2395e44c0b.tar.gz emacs-e9b4dbdcaa3b83a805581fc81084ef2395e44c0b.zip | |
* PROBLEMS: Fix previous change: any kind of transparency can crash.
Fixes: debbugs:13867
| -rw-r--r-- | etc/PROBLEMS | 2 |
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: | |||
| 206 | If your tar has this problem, install GNU tar--if you can manage to | 206 | If your tar has this problem, install GNU tar--if you can manage to |
| 207 | untar it :-). | 207 | untar it :-). |
| 208 | 208 | ||
| 209 | ** Emacs crashes when displaying PNG images with simple (tRNS) transparency. | 209 | ** Emacs can crash when displaying PNG images with transparency. |
| 210 | This is due to a bug introduced in ImageMagick 6.8.2-3. The bug | 210 | This is due to a bug introduced in ImageMagick 6.8.2-3. The bug |
| 211 | should be fixed in ImageMagick 6.8.3-10. Please see Bug#13867. | 211 | should be fixed in ImageMagick 6.8.3-10. Please see Bug#13867. |
| 212 | 212 | ||