diff options
| author | Chong Yidong | 2011-04-09 16:28:01 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-09 16:28:01 -0400 |
| commit | a32d40405d31edd2ce4349b95277306554fb54a4 (patch) | |
| tree | 7b94ea7a28ae8eff395c6953d94bc86f14593ff1 /src/ChangeLog | |
| parent | 8546720e6f25eb988e8215de6678798053031440 (diff) | |
| download | emacs-a32d40405d31edd2ce4349b95277306554fb54a4.tar.gz emacs-a32d40405d31edd2ce4349b95277306554fb54a4.zip | |
Cleanups to the ImageMagick code and docstrings.
* lisp/image-mode.el (image-toggle-display-image): Signal an error if
not in Image mode.
(image-transform-mode, image-transform-resize)
(image-transform-set-rotation): Doc fix.
(image-transform-set-resize): Deleted.
(image-transform-set-scale, image-transform-fit-to-height)
(image-transform-fit-to-width): Handle image-toggle-display-image
and image-transform-resize directly.
* src/image.c (Fimagemagick_types): Doc fix, and comment cleanup.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7ea07705af..a1a5abe87c3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-04-09 Chong Yidong <cyd@stupidchicken.com> | 1 | 2011-04-09 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * image.c (Fimagemagick_types): Doc fix, and comment cleanup. | ||
| 4 | |||
| 5 | 2011-04-09 Chong Yidong <cyd@stupidchicken.com> | ||
| 6 | |||
| 3 | * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use | 7 | * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use |
| 4 | unsigned char, to match FcChar8 type definition. | 8 | unsigned char, to match FcChar8 type definition. |
| 5 | 9 | ||