Mercurial > emacs
comparison ChangeLog @ 109873:fa7968a7972f
documentation changes
author | Joakim <joakim@localhost.localdomain> |
---|---|
date | Wed, 18 Aug 2010 12:35:23 +0200 |
parents | 6a65d5e52497 |
children | fd080c6fcd86 |
comparison
equal
deleted
inserted
replaced
109872:45bb792f536e | 109873:fa7968a7972f |
---|---|
136 * INSTALL: General update. | 136 * INSTALL: General update. |
137 | 137 |
138 2010-06-12 Glenn Morris <rgm@gnu.org> | 138 2010-06-12 Glenn Morris <rgm@gnu.org> |
139 | 139 |
140 * Makefile.in (install-arch-indep): Delete any old info .gz files first. | 140 * 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 | |
141 | 156 |
142 2010-06-11 Glenn Morris <rgm@gnu.org> | 157 2010-06-11 Glenn Morris <rgm@gnu.org> |
143 | 158 |
144 * configure.in (--without-compress-info): New option. | 159 * configure.in (--without-compress-info): New option. |
145 (GZIP_INFO): New output variable. | 160 (GZIP_INFO): New output variable. |