aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-02-06 19:31:29 -0800
committerGlenn Morris2012-02-06 19:31:29 -0800
commitaf008560fea31dff76f6d7df3e386cf2af623a8d (patch)
tree2d463d836e43ecbde5ba13f7ed81744134c69911 /src/ChangeLog
parent1f0f21c51107e8a2d6e223840018dfdf3dbafee2 (diff)
downloademacs-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 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 860a0592e29..6438f054432 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-02-07 Glenn Morris <rgm@gnu.org>
2
3 * image.c (imagemagick-render-type): Change it from a lisp object
4 to an integer. Move the doc here from the lisp manual.
5 Treat all values not equal to 0 the same.
6
12012-02-06 Chong Yidong <cyd@gnu.org> 72012-02-06 Chong Yidong <cyd@gnu.org>
2 8
3 * doc.c (store_function_docstring): Avoid applying docstring of 9 * doc.c (store_function_docstring): Avoid applying docstring of