Mercurial > emacs
comparison ChangeLog @ 109888:fd080c6fcd86
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
author | joakim@verona.se |
---|---|
date | Fri, 20 Aug 2010 21:55:21 +0200 |
parents | fa7968a7972f |
children | df9d0b151262 |
comparison
equal
deleted
inserted
replaced
109877:d9c31ab84005 | 109888:fd080c6fcd86 |
---|---|
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. |
4 | 8 |
5 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu> | 9 2010-08-09 Dan Nicolaescu <dann@ics.uci.edu> |
136 * INSTALL: General update. | 140 * INSTALL: General update. |
137 | 141 |
138 2010-06-12 Glenn Morris <rgm@gnu.org> | 142 2010-06-12 Glenn Morris <rgm@gnu.org> |
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 | |
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 | 145 |
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. |
160 (GZIP_INFO): New output variable. | 149 (GZIP_INFO): New output variable. |