aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-04-16 11:47:43 +0800
committerChong Yidong2012-04-16 11:47:43 +0800
commitc505aaeb00a1c4f01e79f6e82216f83e33a77426 (patch)
tree0b82af4d177fa555482229d01ae2075ae867b7fd /etc
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 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 56a0c9bf95d..03ec5405803 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -35,6 +35,14 @@ been adding them there, put them somewhere else, eg site-lisp.
35** If your Emacs was built from a bzr checkout, the new variable 35** If your Emacs was built from a bzr checkout, the new variable
36`emacs-bzr-version' contains information about which bzr revision was used. 36`emacs-bzr-version' contains information about which bzr revision was used.
37 37
38** ImageMagick support, if available, is automatically enabled.
39It is no longer necessary to call `imagemagick-register-types'
40explicitly to install ImageMagick image types; that function is called
41automatically when setting `imagemagick-types-inhibit'.
42
43*** Setting `imagemagick-types-inhibit' to t now disables the use of
44ImageMagick to view images, set
45
38 46
39* Editing Changes in Emacs 24.2 47* Editing Changes in Emacs 24.2
40 48