diff options
| author | Glenn Morris | 2010-08-20 19:21:51 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-08-20 19:21:51 -0700 |
| commit | 0c9b8993e006e37d5bf48dd09d96e821fcfdcd6f (patch) | |
| tree | 14c5bb81d994f318b2807a3177e096258349ee4a /lisp/ChangeLog | |
| parent | b5c76d0c4f52f347b1c79f94aaa8e91916814673 (diff) | |
| download | emacs-0c9b8993e006e37d5bf48dd09d96e821fcfdcd6f.tar.gz emacs-0c9b8993e006e37d5bf48dd09d96e821fcfdcd6f.zip | |
ChangeLog fixes.
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> |