diff options
| author | Glenn Morris | 2012-05-31 00:22:33 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-05-31 00:22:33 -0700 |
| commit | 32d72c2f5d7554ee2f1d37bb8aa210ee07165f25 (patch) | |
| tree | 062e0193098ce370be6f7cfb59cb247b89e9088a /lisp/ChangeLog | |
| parent | ca34e0be92d5e715c5d65b990917d2ecd15da318 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | 11 | 2012-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 |