diff options
| author | Glenn Morris | 2012-05-31 13:14:46 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-05-31 13:14:46 -0400 |
| commit | 60b5f1870c11723a9ee7055656bb3e3c848b86fb (patch) | |
| tree | 638999ad8cdd595d6feafb14a2481f30bb3836bb /lisp/ChangeLog | |
| parent | 32d72c2f5d7554ee2f1d37bb8aa210ee07165f25 (diff) | |
| download | emacs-60b5f1870c11723a9ee7055656bb3e3c848b86fb.tar.gz emacs-60b5f1870c11723a9ee7055656bb3e3c848b86fb.zip | |
Split off imagemagick-filter-types from imagemagick-register-types
* lisp/image.el: (imagemagick-filter-types): New function. (Bug#7406)
(imagemagick-register-types): Use imagemagick-filter-types.
* etc/NEWS: Mention this.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2c6e0da37b..b70008fb821 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | * image.el: For clarity, call imagemagick-register-types at | 3 | * image.el: For clarity, call imagemagick-register-types at |
| 4 | top-level, rather than relying on a custom :initialize. | 4 | top-level, rather than relying on a custom :initialize. |
| 5 | (imagemagick-types-enable): New option. (Bug#11557) | 5 | (imagemagick-types-enable): New option. (Bug#11557) |
| 6 | (imagemagick-register-types): Respect imagemagick-types-inhibit. | 6 | (imagemagick-filter-types): New function. (Bug#7406) |
| 7 | (imagemagick-register-types): Use imagemagick-filter-types. | ||
| 7 | If disabling support, remove elements altogether rather | 8 | If disabling support, remove elements altogether rather |
| 8 | than using an impossible regexp. | 9 | than using an impossible regexp. |
| 9 | (imagemagick-types-inhibit): Give it the default init function. | 10 | (imagemagick-types-inhibit): Give it the default init function. |