aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 68e4aac6752..4a370a9c809 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -179,6 +179,20 @@ and can contain escape sequences for command keys, quotes, and the like.
179 179
180* Changes in Emacs 25.1 180* Changes in Emacs 25.1
181 181
182** Xwidgets: a new feature for embedding native widgets inside Emacs buffers.
183If you have gtk3 and webkitgtk3 installed, you can access the
184embedded webkit browser with `M-x xwidget-webkit-browse-url'. This
185opens a new buffer with the embedded browser. The buffer will
186have a new mode, `xwidget-webkit-mode' (similar to `image-mode'),
187which supports the webkit widget.
188
189*** New functions for xwidget-webkit mode `xwidget-webkit-insert-string',
190`xwidget-webkit-adjust-size-dispatch', `xwidget-webkit-back',
191`xwidget-webkit-browse-url', `xwidget-webkit-reload',
192`xwidget-webkit-current-url', `xwidget-webkit-scroll-backward',
193`xwidget-webkit-scroll-forward', `xwidget-webkit-scroll-down',
194`xwidget-webkit-scroll-up'.
195
182+++ 196+++
183** Emacs can now load shared/dynamic libraries (modules). 197** Emacs can now load shared/dynamic libraries (modules).
184A dynamic Emacs module is a shared library that provides additional 198A dynamic Emacs module is a shared library that provides additional
@@ -1596,6 +1610,7 @@ permissions set to temporary values (e.g., for creating private files).
1596+++ 1610+++
1597** Function `sort' can deal with vectors. 1611** Function `sort' can deal with vectors.
1598 1612
1613---
1599** Function `system-name' now returns an updated value if the current 1614** Function `system-name' now returns an updated value if the current
1600system's name has changed or if the Emacs process has changed systems, 1615system's name has changed or if the Emacs process has changed systems,
1601and to avoid long waits it no longer consults DNS to canonicalize the 1616and to avoid long waits it no longer consults DNS to canonicalize the