diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4902da03f4d..bfe106253ff 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -38,15 +38,15 @@ | |||
| 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 | 40 | ||
| 41 | 2010-08-18 Joakim Verona <joakim@verona.se> | 41 | 2010-08-18 Joakim Verona <joakim@verona.se> |
| 42 | * image.el: | 42 | |
| 43 | (imagemagick-types-inhibit): New var. | 43 | * image.el (imagemagick-types-inhibit): New variable. |
| 44 | (imagemagick-register-types): New function. | 44 | (imagemagick-register-types): New function. |
| 45 | * image-mode.el: | 45 | * image-mode.el (image-transform-properties): New function. |
| 46 | (image-transform-properties): New function. | ||
| 47 | (image-transform-set-scale, image-transform-fit-to-height) | 46 | (image-transform-set-scale, image-transform-fit-to-height) |
| 48 | (image-transform-set-rotation, image-transform-set-resize) | 47 | (image-transform-set-rotation, image-transform-set-resize) |
| 49 | (image-transform-fit-to-width, image-transform-fit-to-height):New functions. | 48 | (image-transform-fit-to-width, image-transform-fit-to-height): |
| 49 | New functions. | ||
| 50 | (image-toggle-display-image): Support image transforms. | 50 | (image-toggle-display-image): Support image transforms. |
| 51 | 51 | ||
| 52 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> | 52 | 2010-08-18 Katsumi Yamaoka <yamaoka@jpl.org> |