aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJoakim Verona2010-08-20 21:55:21 +0200
committerJoakim Verona2010-08-20 21:55:21 +0200
commitccd806186417c006a97ac89162d2af3acb3d3047 (patch)
treee15fcf659f82f0f7518149c7def2e80e1a9e45b2 /lisp
parent96fa1768839e3a9aa5ab5f2b782cea376460df9d (diff)
downloademacs-ccd806186417c006a97ac89162d2af3acb3d3047.tar.gz
emacs-ccd806186417c006a97ac89162d2af3acb3d3047.zip
minor imagemagick tweaks, one configure bugfix, and some ChangeLogs
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog11
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
292010-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
292010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> 402010-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