]> git.eshelyaron.com Git - emacs.git/commitdiff
* NEWS: Add some doc markers to the eww stuff.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 5 Dec 2014 16:05:09 +0000 (17:05 +0100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Fri, 5 Dec 2014 16:05:09 +0000 (17:05 +0100)
etc/ChangeLog
etc/NEWS

index 84a1c483b479b4bc339e02f8a05b32758579d077..2ec0e5c028d2adce1e1892ca3e49a46a792171e5 100644 (file)
@@ -1,3 +1,7 @@
+2014-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * NEWS: Add some doc markers to the eww stuff.
+
 2014-12-04  Eli Zaretskii  <eliz@gnu.org>
 
        * NEWS: Mention 'buffer-substring-with-bidi-context'.
index bb749e875013a168d469c72976efd5e5d284e3ec..5a9513343733b4c9fe2d67d674c1faa258750510 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -49,12 +49,14 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
 \f
 * Changes in Emacs 25.1
 
++++
 ** Network security (TLS/SSL certificate validity and the like) is
 added via the new Network Security Manager (NSM) and controlled via
 the `network-security-level' variable.
 
 ** C-h l now also lists the commands that were run.
 
+---
 ** The new M-s M-w key binding uses eww to search the web for the
 text in the region.
 
@@ -192,24 +194,30 @@ result of the calculation into the current buffer.
 
 ** eww
 
++++
 *** A new command `R' (`eww-readable') will try do identify the main
 textual parts of a web page and display only that, leaving menus and
 the like off the page.
 
+---
 *** You can now use several eww buffers in parallel by renaming eww
 buffers you want to keep separate.
 
++++
 *** Partial state of the eww buffers (the URIs and the titles of the
 pages visited) is now preserved in the desktop file.
 
++++
 *** `eww-after-render-hook' is now called after eww has rendered
 the data in the buffer.
 
++++
 *** The DOM shr and eww uses has been changed to the general Emacs
 xml.el/libxml2 DOM, and a new package dom.el has been added to
 interact with this DOM.  See the Emacs Lisp manual for interface
 details.
 
++++
 *** `mailcap-mime-data' is now consulted when displaying PDF files.
 
 ** Message mode