diff options
| author | Lars Magne Ingebrigtsen | 2014-11-10 22:18:11 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2014-11-10 22:18:11 +0100 |
| commit | 14fe3679c9b26b29872525c85f3278ecb50c8eac (patch) | |
| tree | 4d29ae89005ac6db2ba8515e73fc3fbdfaa837d3 /etc | |
| parent | df87fc30e19588e6c5811ab2dd02c7fd046a8e88 (diff) | |
| download | emacs-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/ChangeLog | 4 | ||||
| -rw-r--r-- | etc/NEWS | 3 |
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 @@ | |||
| 1 | 2014-11-10 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * NEWS: Mention that you can have several eww buffers (bug#16211). | ||
| 4 | |||
| 1 | 2014-11-10 Glenn Morris <rgm@gnu.org> | 5 | 2014-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. |
| @@ -153,6 +153,9 @@ result of the calculation into the current buffer. | |||
| 153 | textual parts of a web page and display only that, leaving menus and | 153 | textual parts of a web page and display only that, leaving menus and |
| 154 | the like off the page. | 154 | the like off the page. |
| 155 | 155 | ||
| 156 | *** You can now use several eww buffers in parallel by renaming eww | ||
| 157 | buffers 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 |