Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3f199630
Commit
3f199630
authored
Dec 05, 2014
by
Lars Magne Ingebrigtsen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* NEWS: Add some doc markers to the eww stuff.
parent
9860da51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
etc/ChangeLog
etc/ChangeLog
+4
-0
etc/NEWS
etc/NEWS
+8
-0
No files found.
etc/ChangeLog
View file @
3f199630
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'.
...
...
etc/NEWS
View file @
3f199630
...
...
@@ -49,12 +49,14 @@ Use './configure PKG_CONFIG=/full/name/of/pkg-config' if you need to.
* 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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment