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 /src/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 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
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 | ||
| 66 | 2012-05-31 Glenn Morris <rgm@gnu.org> | ||
| 67 | |||
| 68 | * image.c (Fimagemagick_types): Doc fix. | ||
| 69 | |||
| 66 | 2012-05-30 Jim Meyering <meyering@redhat.com> | 70 | 2012-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 |