diff options
| author | Joakim Verona | 2010-08-20 21:55:21 +0200 |
|---|---|---|
| committer | Joakim Verona | 2010-08-20 21:55:21 +0200 |
| commit | ccd806186417c006a97ac89162d2af3acb3d3047 (patch) | |
| tree | e15fcf659f82f0f7518149c7def2e80e1a9e45b2 /lisp | |
| parent | 96fa1768839e3a9aa5ab5f2b782cea376460df9d (diff) | |
| download | emacs-ccd806186417c006a97ac89162d2af3acb3d3047.tar.gz emacs-ccd806186417c006a97ac89162d2af3acb3d3047.zip | |
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ce5baa1b1a1..333764d846c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -26,6 +26,17 @@ | |||
| 26 | * emacs-lisp/autoload.el (make-autoload): Preload the macros's | 26 | * emacs-lisp/autoload.el (make-autoload): Preload the macros's |
| 27 | declarations that are useful before running the macro. | 27 | declarations that are useful before running the macro. |
| 28 | 28 | ||
| 29 | 2010-08-18 Joakim Verona <joakim@verona.se> | ||
| 30 | * image.el: | ||
| 31 | (imagemagick-types-inhibit): New var. | ||
| 32 | (imagemagick-register-types): New function. | ||
| 33 | * image-mode.el: | ||
| 34 | (image-transform-properties): New function. | ||
| 35 | (image-transform-set-scale, image-transform-fit-to-height) | ||
| 36 | (image-transform-set-rotation, image-transform-set-resize) | ||
| 37 | (image-transform-fit-to-width, image-transform-fit-to-height):New functions. | ||
| 38 | (image-toggle-display-image): Support image transforms. | ||
| 39 | |||
| 29 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> | 40 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |
| 30 | 41 | ||
| 31 | * image.el (create-animated-image): Don't add heuristic mask to image | 42 | * image.el (create-animated-image): Don't add heuristic mask to image |