diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2011-05-29 14:17:28 -0400 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2011-05-29 14:17:28 -0400 |
commit | d66c4c7ce6d8a4ee19a7d4faae59fc6dc25fcc1a (patch) | |
tree | 042677934c6c3a2561bf34c55798aab4f133a0d9 /src/ChangeLog | |
parent | 80aec7804779b5567d40ad90116dadf61508aa91 (diff) | |
download | emacs-d66c4c7ce6d8a4ee19a7d4faae59fc6dc25fcc1a.tar.gz |
Doc fixes for imagemagick support code.
* lisp/image.el (imagemagick-types-inhibit)
(imagemagick-register-types): Doc fix.
* src/image.c: Various fixes to ImageMagick code comments.
(Fimagemagick_types): Doc fix.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 883f6505e20..b0b80b47689 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-05-29 Chong Yidong <cyd@stupidchicken.com> + + * image.c: Various fixes to ImageMagick code comments. + (Fimagemagick_types): Doc fix. + 2011-05-29 Paul Eggert <eggert@cs.ucla.edu> Minor fixes prompted by GCC 4.6.0 warnings. |