aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-05-31 00:22:33 -0700
committerGlenn Morris2012-05-31 00:22:33 -0700
commit32d72c2f5d7554ee2f1d37bb8aa210ee07165f25 (patch)
tree062e0193098ce370be6f7cfb59cb247b89e9088a /lisp/ChangeLog
parentca34e0be92d5e715c5d65b990917d2ecd15da318 (diff)
downloademacs-32d72c2f5d7554ee2f1d37bb8aa210ee07165f25.tar.gz
emacs-32d72c2f5d7554ee2f1d37bb8aa210ee07165f25.zip
Add option imagemagick-types-enable
* lisp/image.el: For clarity, call imagemagick-register-types at top-level, rather than relying on a custom :initialize. (imagemagick-types-enable): New option. (imagemagick-register-types): Respect imagemagick-types-inhibit. If disabling support, remove elements altogether rather than using an impossible regexp. (imagemagick-types-inhibit): Give it the default init function. * src/image.c (Fimagemagick_types): Doc fix. * etc/NEWS: Mention this. Fixes: debbugs:11557
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f60fcb0b14d..c2c6e0da37b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12012-05-31 Glenn Morris <rgm@gnu.org>
2
3 * image.el: For clarity, call imagemagick-register-types at
4 top-level, rather than relying on a custom :initialize.
5 (imagemagick-types-enable): New option. (Bug#11557)
6 (imagemagick-register-types): Respect imagemagick-types-inhibit.
7 If disabling support, remove elements altogether rather
8 than using an impossible regexp.
9 (imagemagick-types-inhibit): Give it the default init function.
10
12012-05-31 Stefan Monnier <monnier@iro.umontreal.ca> 112012-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Handle 13 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Handle