aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
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.