diff options
| author | Glenn Morris | 2011-04-11 20:55:07 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-04-11 20:55:07 -0700 |
| commit | f5b06c3546138ce5181ff6efd211dfe2516edcaa (patch) | |
| tree | f8e5363b4495c7e43014454025428ddfd5f93c0d /etc | |
| parent | d515dc24ca9402a09a3bafb3a7c83681f921c2f0 (diff) | |
| download | emacs-f5b06c3546138ce5181ff6efd211dfe2516edcaa.tar.gz emacs-f5b06c3546138ce5181ff6efd211dfe2516edcaa.zip | |
ImageMagick fix for bug#7955.
* configure.in: Require ImageMagick >= 6.2.8. (Bug#7955)
* etc/NEWS: Mention ImageMagick version.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -131,8 +131,10 @@ for this. | |||
| 131 | ** ImageMagick support. | 131 | ** ImageMagick support. |
| 132 | It is now possible to use the ImageMagick library to load many new | 132 | It is now possible to use the ImageMagick library to load many new |
| 133 | image formats in Emacs. By default, Emacs links with the ImageMagick | 133 | image formats in Emacs. By default, Emacs links with the ImageMagick |
| 134 | libraries if they are present at build time. To disable this, use | 134 | libraries if they are present at build time. This needs ImageMagick |
| 135 | the configure option `--without-imagemagick'. | 135 | 6.2.8 or newer (versions newer than 6.0.7 _may_ work but have not been |
| 136 | tested). To disable ImageMagick support, use the configure option | ||
| 137 | `--without-imagemagick'. | ||
| 136 | 138 | ||
| 137 | The new function `imagemagick-types' returns a list of image file | 139 | The new function `imagemagick-types' returns a list of image file |
| 138 | extensions that your installation of ImageMagick supports. The | 140 | extensions that your installation of ImageMagick supports. The |