aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorIvan Shmakov2014-11-23 16:44:22 +0100
committerLars Magne Ingebrigtsen2014-11-23 16:44:22 +0100
commite791d4dfb2e65efa9362d77f4d5853df51e3b503 (patch)
tree5a8c728912c9e072a2db6f8e98b5be91f0ea1681 /etc
parent0445aff69108da12e5e445cb2bd11fac16d84945 (diff)
downloademacs-e791d4dfb2e65efa9362d77f4d5853df51e3b503.tar.gz
emacs-e791d4dfb2e65efa9362d77f4d5853df51e3b503.zip
Document the eww Desktop stuff
Fixes: debbugs:18010 * eww.texi (Advanced): Mention the Desktop stuff (bug#18010).
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a88902a675e..da2edb66e42 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -177,6 +177,9 @@ the like off the page.
177*** You can now use several eww buffers in parallel by renaming eww 177*** You can now use several eww buffers in parallel by renaming eww
178buffers you want to keep separate. 178buffers you want to keep separate.
179 179
180*** Partial state of the eww buffers (the URIs and the titles of the
181pages visited) is now preserved in the desktop file.
182
180*** `eww-after-render-hook' is now called after eww has rendered 183*** `eww-after-render-hook' is now called after eww has rendered
181the data in the buffer. 184the data in the buffer.
182 185