aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2014-12-05 17:05:09 +0100
committerLars Magne Ingebrigtsen2014-12-05 17:05:09 +0100
commit3f199630bdd2d000b2901dd5319ae528887e015f (patch)
tree872963fb54cea00d8c0e6862c4ed9f7f00efa47f
parent9860da5137ddf4367313401def2d30b8dde96171 (diff)
downloademacs-3f199630bdd2d000b2901dd5319ae528887e015f.tar.gz
emacs-3f199630bdd2d000b2901dd5319ae528887e015f.zip
* NEWS: Add some doc markers to the eww stuff.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/NEWS8
2 files changed, 12 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 84a1c483b47..2ec0e5c028d 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12014-12-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * NEWS: Add some doc markers to the eww stuff.
4
12014-12-04 Eli Zaretskii <eliz@gnu.org> 52014-12-04 Eli Zaretskii <eliz@gnu.org>
2 6
3 * NEWS: Mention 'buffer-substring-with-bidi-context'. 7 * NEWS: Mention 'buffer-substring-with-bidi-context'.
diff --git a/etc/NEWS b/etc/NEWS
index bb749e87501..5a951334373 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,12 +49,14 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
49 49
50* Changes in Emacs 25.1 50* Changes in Emacs 25.1
51 51
52+++
52** Network security (TLS/SSL certificate validity and the like) is 53** Network security (TLS/SSL certificate validity and the like) is
53added via the new Network Security Manager (NSM) and controlled via 54added via the new Network Security Manager (NSM) and controlled via
54the `network-security-level' variable. 55the `network-security-level' variable.
55 56
56** C-h l now also lists the commands that were run. 57** C-h l now also lists the commands that were run.
57 58
59---
58** The new M-s M-w key binding uses eww to search the web for the 60** The new M-s M-w key binding uses eww to search the web for the
59text in the region. 61text in the region.
60 62
@@ -192,24 +194,30 @@ result of the calculation into the current buffer.
192 194
193** eww 195** eww
194 196
197+++
195*** A new command `R' (`eww-readable') will try do identify the main 198*** A new command `R' (`eww-readable') will try do identify the main
196textual parts of a web page and display only that, leaving menus and 199textual parts of a web page and display only that, leaving menus and
197the like off the page. 200the like off the page.
198 201
202---
199*** You can now use several eww buffers in parallel by renaming eww 203*** You can now use several eww buffers in parallel by renaming eww
200buffers you want to keep separate. 204buffers you want to keep separate.
201 205
206+++
202*** Partial state of the eww buffers (the URIs and the titles of the 207*** Partial state of the eww buffers (the URIs and the titles of the
203pages visited) is now preserved in the desktop file. 208pages visited) is now preserved in the desktop file.
204 209
210+++
205*** `eww-after-render-hook' is now called after eww has rendered 211*** `eww-after-render-hook' is now called after eww has rendered
206the data in the buffer. 212the data in the buffer.
207 213
214+++
208*** The DOM shr and eww uses has been changed to the general Emacs 215*** The DOM shr and eww uses has been changed to the general Emacs
209xml.el/libxml2 DOM, and a new package dom.el has been added to 216xml.el/libxml2 DOM, and a new package dom.el has been added to
210interact with this DOM. See the Emacs Lisp manual for interface 217interact with this DOM. See the Emacs Lisp manual for interface
211details. 218details.
212 219
220+++
213*** `mailcap-mime-data' is now consulted when displaying PDF files. 221*** `mailcap-mime-data' is now consulted when displaying PDF files.
214 222
215** Message mode 223** Message mode