diff options
| author | Paul Eggert | 2013-03-17 22:26:56 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-17 22:26:56 -0700 |
| commit | 19151a7f8ce7452ff9a4c84aa18dd7de60ce0fc1 (patch) | |
| tree | 7e6f8e5c324c1ac5604c22d25b0b52df97f458d9 /etc/PROBLEMS | |
| parent | 982efbcdc4b44d595743cf9085ad64731417cde3 (diff) | |
| download | emacs-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/PROBLEMS | 4 |
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: | |||
| 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. | ||
| 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. | ||
| 212 | |||
| 209 | ** Crashes when displaying GIF images in Emacs built with version | 213 | ** Crashes when displaying GIF images in Emacs built with version |
| 210 | libungif-4.1.0 are resolved by using version libungif-4.1.0b1. | 214 | libungif-4.1.0 are resolved by using version libungif-4.1.0b1. |
| 211 | Configure checks for the correct version, but this problem could occur | 215 | Configure checks for the correct version, but this problem could occur |