aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2013-06-23 21:24:27 +0200
committerLars Magne Ingebrigtsen2013-06-23 21:24:27 +0200
commitf3f9606c7acb4b3248dbe6f9fe16db6d5e46c3af (patch)
treec96757e2023bc5b30e6ba77f58478cefcabd9ac7 /lisp/ChangeLog
parente854cfc719363ccee23beaa7d0f79aab65d82a98 (diff)
downloademacs-f3f9606c7acb4b3248dbe6f9fe16db6d5e46c3af.tar.gz
emacs-f3f9606c7acb4b3248dbe6f9fe16db6d5e46c3af.zip
Implement :max-width/:max-height for (ImageMagic) images
* doc/lispref/display.texi (ImageMagick Images): Mention :max-width and :max-height. * lisp/net/shr.el (shr-rescale-image): Use the new :max-width/:max-height functionality. * src/image.c (compute_image_size): New function to implement :max-width and :max-height. (imagemagick_load_image): Use it.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3fc6bd172f..ff41129b906 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-06-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * net/shr.el (shr-rescale-image): Use the new
4 :max-width/:max-height functionality.
5
12013-06-23 Ivan Kanis <ivan@kanis.fr> 62013-06-23 Ivan Kanis <ivan@kanis.fr>
2 7
3 * net/eww.el (eww-search-prefix): New variable. 8 * net/eww.el (eww-search-prefix): New variable.