diff options
| author | Chong Yidong | 2012-04-16 11:47:43 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-04-16 11:47:43 +0800 |
| commit | c505aaeb00a1c4f01e79f6e82216f83e33a77426 (patch) | |
| tree | 0b82af4d177fa555482229d01ae2075ae867b7fd /etc | |
| parent | b62a57beb523298caa95c2d85c65eeb6e9af7af9 (diff) | |
| download | emacs-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -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. | ||
| 39 | It is no longer necessary to call `imagemagick-register-types' | ||
| 40 | explicitly to install ImageMagick image types; that function is called | ||
| 41 | automatically when setting `imagemagick-types-inhibit'. | ||
| 42 | |||
| 43 | *** Setting `imagemagick-types-inhibit' to t now disables the use of | ||
| 44 | ImageMagick to view images, set | ||
| 45 | |||
| 38 | 46 | ||
| 39 | * Editing Changes in Emacs 24.2 | 47 | * Editing Changes in Emacs 24.2 |
| 40 | 48 | ||