From 60b5f1870c11723a9ee7055656bb3e3c848b86fb Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 31 May 2012 13:14:46 -0400 Subject: 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. --- lisp/ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lisp/ChangeLog') diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2c6e0da37b..b70008fb821 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -3,7 +3,8 @@ * image.el: For clarity, call imagemagick-register-types at top-level, rather than relying on a custom :initialize. (imagemagick-types-enable): New option. (Bug#11557) - (imagemagick-register-types): Respect imagemagick-types-inhibit. + (imagemagick-filter-types): New function. (Bug#7406) + (imagemagick-register-types): Use imagemagick-filter-types. If disabling support, remove elements altogether rather than using an impossible regexp. (imagemagick-types-inhibit): Give it the default init function. -- cgit v1.2.1