diff options
| author | Glenn Morris | 2012-02-06 19:31:29 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-02-06 19:31:29 -0800 |
| commit | af008560fea31dff76f6d7df3e386cf2af623a8d (patch) | |
| tree | 2d463d836e43ecbde5ba13f7ed81744134c69911 /lisp/ChangeLog | |
| parent | 1f0f21c51107e8a2d6e223840018dfdf3dbafee2 (diff) | |
| download | emacs-af008560fea31dff76f6d7df3e386cf2af623a8d.tar.gz emacs-af008560fea31dff76f6d7df3e386cf2af623a8d.zip | |
imagemagick-render-type fixes
* src/image.c (imagemagick-render-type): Change it from a lisp object
to an integer. Move the doc here from the lisp manual.
Treat all values not equal to 0 the same.
* doc/lispref/display.texi (ImageMagick Images):
Move most details of imagemagick-render-type to the variable's doc.
* lisp/cus-start.el (imagemagick-render-type): Add it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2f21d9e046e..c90d0ac7ea1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-02-07 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * cus-start.el (imagemagick-render-type): Add it. | ||
| 4 | |||
| 1 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> | 5 | 2012-02-06 Lars Ingebrigtsen <larsi@gnus.org> |
| 2 | 6 | ||
| 3 | * progmodes/cc-mode.el | 7 | * progmodes/cc-mode.el |