Mercurial > emacs
comparison lisp/ChangeLog @ 109892:b7e155afcb64
imagemagick merge
author | joakim@verona.se |
---|---|
date | Fri, 20 Aug 2010 22:01:27 +0200 |
parents | 373abedd1f02 |
children | df9d0b151262 |
comparison
equal
deleted
inserted
replaced
109890:c15a51661b50 | 109892:b7e155afcb64 |
---|---|
35 (smie-indent-comment): Only applies at BOL. | 35 (smie-indent-comment): Only applies at BOL. |
36 (smie-indent-debug): New command. | 36 (smie-indent-debug): New command. |
37 | 37 |
38 * emacs-lisp/autoload.el (make-autoload): Preload the macros's | 38 * emacs-lisp/autoload.el (make-autoload): Preload the macros's |
39 declarations that are useful before running the macro. | 39 declarations that are useful before running the macro. |
40 | |
41 2010-08-18 Joakim Verona <joakim@verona.se> | |
42 * image.el: | |
43 (imagemagick-types-inhibit): New var. | |
44 (imagemagick-register-types): New function. | |
45 * image-mode.el: | |
46 (image-transform-properties): New function. | |
47 (image-transform-set-scale, image-transform-fit-to-height) | |
48 (image-transform-set-rotation, image-transform-set-resize) | |
49 (image-transform-fit-to-width, image-transform-fit-to-height):New functions. | |
50 (image-toggle-display-image): Support image transforms. | |
40 | 51 |
41 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> | 52 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |
42 | 53 |
43 * image.el (create-animated-image): Don't add heuristic mask to image | 54 * image.el (create-animated-image): Don't add heuristic mask to image |
44 (Bug#6839). | 55 (Bug#6839). |