aboutsummaryrefslogtreecommitdiffstats
path: root/src/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 /src/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 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 67c100600fa..6d71346dd78 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -63,6 +63,10 @@
63 and not pointers. 63 and not pointers.
64 * lisp.h (__executable_start): New decl. 64 * lisp.h (__executable_start): New decl.
65 65
662012-05-31 Glenn Morris <rgm@gnu.org>
67
68 * image.c (Fimagemagick_types): Doc fix.
69
662012-05-30 Jim Meyering <meyering@redhat.com> 702012-05-30 Jim Meyering <meyering@redhat.com>
67 71
68 * callproc.c (Fcall_process_region): Include directory component 72 * callproc.c (Fcall_process_region): Include directory component