]> git.eshelyaron.com Git - emacs.git/commit
Support rescaling sliced images in EWW via 'text-scale-mode'
authorJim Porter <jporterbugs@gmail.com>
Mon, 24 Jun 2024 00:27:24 +0000 (17:27 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 26 Jun 2024 13:32:30 +0000 (15:32 +0200)
commit0ac8790d158690754bb470418903c0798648e76c
treeda98820f7b14f51085b56e58a3ea7ea5cc7d930e
parent8a0668dcd4dc3f22187f8e5b3d724f9e16937c58
Support rescaling sliced images in EWW via 'text-scale-mode'

* src/xdisp.c (find_display_property): When the property value has
multiple elements, return the whole list.

* lisp/net/eww.el (eww--rescale-images): Use 'get-display-property'.

* doc/lispref/display.texi (Display Property): Describe the new
'get-display-property' behavior (bug#71741).

(cherry picked from commit 6837828219b965148219f6d8eba4c740aaddacbb)
doc/lispref/display.texi
lisp/net/eww.el
src/xdisp.c