aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-02-20 18:01:52 +1100
committerLars Ingebrigtsen2016-02-20 18:03:37 +1100
commit80852f843e69b81618f29cfb9aa4b074946cb3c4 (patch)
tree23febac62f733f568afaf9ddec54ce3f7745b760 /etc
parentad1951dbfb7e289553c25474efdfa02f83c16e71 (diff)
downloademacs-80852f843e69b81618f29cfb9aa4b074946cb3c4.tar.gz
emacs-80852f843e69b81618f29cfb9aa4b074946cb3c4.zip
Use placeholder images in shr to avoid text moving around
* lisp/net/shr.el (shr-rescale-image): Pass in width/height from the HTML. (shr-tag-img): Ditto. (shr-string-number): New function. (shr-make-placeholder-image): Make placeholder images. (shr-tag-img): Insert them if we have SVG support.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 95ca8d35385..33c1b136ebc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -779,6 +779,13 @@ textual parts of a web page and display only that, leaving menus and
779the like off the page. 779the like off the page.
780 780
781--- 781---
782*** Images that are being loaded are now marked with grey
783"placeholder" images of the size specified by the HTML. They are then
784replaced by the real images asynchronously, which will also now
785respect width/height HTML specs (unless they specify widths/heights
786bigger than the current window).
787
788---
782*** You can now use several eww buffers in parallel by renaming eww 789*** You can now use several eww buffers in parallel by renaming eww
783buffers you want to keep separate. 790buffers you want to keep separate.
784 791