aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoakim Verona2010-08-20 21:55:21 +0200
committerJoakim Verona2010-08-20 21:55:21 +0200
commitccd806186417c006a97ac89162d2af3acb3d3047 (patch)
treee15fcf659f82f0f7518149c7def2e80e1a9e45b2 /ChangeLog
parent96fa1768839e3a9aa5ab5f2b782cea376460df9d (diff)
downloademacs-ccd806186417c006a97ac89162d2af3acb3d3047.tar.gz
emacs-ccd806186417c006a97ac89162d2af3acb3d3047.zip
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 4 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index e2d707300ad..5a8408316ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12010-08-18 Joakim Verona <joakim@verona.se>
2
3 * config.in, Makefile.in, configure.in: Checks for ImageMagick.
4
12010-08-10 Dan Nicolaescu <dann@ics.uci.edu> 52010-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
1422010-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
1572010-06-11 Glenn Morris <rgm@gnu.org> 1462010-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.