aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2016-01-30 11:27:34 -0800
committerPaul Eggert2016-01-30 11:27:34 -0800
commit82b089783e71b2aeef950eaecfe4cbc0735e64a2 (patch)
treea826c20768071bda95a69b2632718c1641c6d0cc /etc
parentd27c8078ef766dae3587bc82b70128a70efaa223 (diff)
parentf7dc6d8b5bb318e02a4016d93f8b34de0716f4dc (diff)
downloademacs-82b089783e71b2aeef950eaecfe4cbc0735e64a2.tar.gz
emacs-82b089783e71b2aeef950eaecfe4cbc0735e64a2.zip
-
Diffstat (limited to 'etc')
-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