aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2012-04-16 11:47:43 +0800
committerChong Yidong2012-04-16 11:47:43 +0800
commitc505aaeb00a1c4f01e79f6e82216f83e33a77426 (patch)
tree0b82af4d177fa555482229d01ae2075ae867b7fd /lisp/ChangeLog
parentb62a57beb523298caa95c2d85c65eeb6e9af7af9 (diff)
downloademacs-c505aaeb00a1c4f01e79f6e82216f83e33a77426.tar.gz
emacs-c505aaeb00a1c4f01e79f6e82216f83e33a77426.zip
Call imagemagick-register-types automatically.
* lisp/image.el (imagemagick--extension-regexp): New variable. (imagemagick-register-types): Use it. (imagemagick-types-inhibit): Add :set function. Allow new value of t to inhibit all types. * lisp/loadup.el (fboundp): Preload regexp-opt, needed by imagemagick-register-types. * lisp/emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros, so we can preload it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a21d5841346..f50af02a239 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12012-04-16 Chong Yidong <cyd@gnu.org>
2
3 * image.el (imagemagick--extension-regexp): New variable.
4 (imagemagick-register-types): Use it.
5 (imagemagick-types-inhibit): Add :set function. Allow new value
6 of t to inhibit all types.
7
8 * emacs-lisp/regexp-opt.el (regexp-opt-charset): Avoid cl macros,
9 so we can preload it.
10
11 * loadup.el (fboundp): Preload regexp-opt, needed by
12 imagemagick-register-types.
13
12012-04-15 Chong Yidong <cyd@gnu.org> 142012-04-15 Chong Yidong <cyd@gnu.org>
2 15
3 * frame.el (scrolling): Remove nearly unused customization group. 16 * frame.el (scrolling): Remove nearly unused customization group.