diff options
| author | Joakim Verona | 2010-08-20 21:55:21 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-08-20 21:55:21 +0200 |
| commit | ccd806186417c006a97ac89162d2af3acb3d3047 (patch) | |
| tree | e15fcf659f82f0f7518149c7def2e80e1a9e45b2 /ChangeLog | |
| parent | 96fa1768839e3a9aa5ab5f2b782cea376460df9d (diff) | |
| download | emacs-ccd806186417c006a97ac89162d2af3acb3d3047.tar.gz emacs-ccd806186417c006a97ac89162d2af3acb3d3047.zip | |
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 4 insertions, 15 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-18 Joakim Verona <joakim@verona.se> | ||
| 2 | |||
| 3 | * config.in, Makefile.in, configure.in: Checks for ImageMagick. | ||
| 4 | |||
| 1 | 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2010-08-10 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * configure.in (AC_PREREQ): Require autoconf 2.65. | 7 | * configure.in (AC_PREREQ): Require autoconf 2.65. |
| @@ -139,21 +143,6 @@ | |||
| 139 | 143 | ||
| 140 | * Makefile.in (install-arch-indep): Delete any old info .gz files first. | 144 | * Makefile.in (install-arch-indep): Delete any old info .gz files first. |
| 141 | 145 | ||
| 142 | 2010-06-12 Joakim Verona <joakim@verona.se> | ||
| 143 | |||
| 144 | * image.c: Add support for ImageMagick. When HAVE_IMAGEMAGICK is | ||
| 145 | defined: | ||
| 146 | (imagemagick_image_p): New function to test for ImageMagic img. | ||
| 147 | (imagemagick_load): New function to load ImageMagick img. | ||
| 148 | (imagemagick_load_image): New function, helper for imagemagick_load | ||
| 149 | (imagemagick-types): New function. | ||
| 150 | (Qimagemagick): New Lisp_object. | ||
| 151 | (imagemagick-render-type): New var, decides which renderer to use | ||
| 152 | * image.el: | ||
| 153 | (imagemagick-types-inhibit): New var. | ||
| 154 | (imagemagick-register-types): New function. | ||
| 155 | * config.in, Makefile.in, configure.in | ||
| 156 | |||
| 157 | 2010-06-11 Glenn Morris <rgm@gnu.org> | 146 | 2010-06-11 Glenn Morris <rgm@gnu.org> |
| 158 | 147 | ||
| 159 | * configure.in (--without-compress-info): New option. | 148 | * configure.in (--without-compress-info): New option. |