aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-11-10 22:18:11 +0100
committerLars Magne Ingebrigtsen2014-11-10 22:18:11 +0100
commit14fe3679c9b26b29872525c85f3278ecb50c8eac (patch)
tree4d29ae89005ac6db2ba8515e73fc3fbdfaa837d3 /etc
parentdf87fc30e19588e6c5811ab2dd02c7fd046a8e88 (diff)
downloademacs-14fe3679c9b26b29872525c85f3278ecb50c8eac.tar.gz
emacs-14fe3679c9b26b29872525c85f3278ecb50c8eac.zip
Allow using several eww buffers (bug#16211)
* net/eww.el (eww-render, eww-display-html, eww-setup-buffer): Allow taking a buffer to render data in. This allows using several eww buffers (bug#16211).
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS3
2 files changed, 7 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index d8042977168..c2ed06ca523 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * NEWS: Mention that you can have several eww buffers (bug#16211).
4
12014-11-10 Glenn Morris <rgm@gnu.org> 52014-11-10 Glenn Morris <rgm@gnu.org>
2 6
3 * refcards/emacsver.tex.in: Rename from emacsver.tex. 7 * refcards/emacsver.tex.in: Rename from emacsver.tex.
diff --git a/etc/NEWS b/etc/NEWS
index f838fa1c5dc..05210df11b2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -153,6 +153,9 @@ result of the calculation into the current buffer.
153textual parts of a web page and display only that, leaving menus and 153textual parts of a web page and display only that, leaving menus and
154the like off the page. 154the like off the page.
155 155
156*** You can now use several eww buffers in parallel by renaming eww
157buffers you want to keep separate.
158
156** Message mode 159** Message mode
157 160
158*** text/html messages that contain inline image parts will be 161*** text/html messages that contain inline image parts will be