aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 4b0a268d8f2..4371a01ec7c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -65,7 +65,9 @@ so if you want to use it, you can always take a copy from an older Emacs.
65 65
66 66
67* Changes in Emacs 25.1 67* Changes in Emacs 25.1
68 68** Xwidgets : A new feature for embedding native widgets
69inside Emacs buffers. If you have gtk3 and webkit-devel installed,
70you can try the embedded webkit browser with m-x xwidget-webkit-browse-url.
69** `package-install-from-buffer' and `package-install-file' work on directories. 71** `package-install-from-buffer' and `package-install-file' work on directories.
70This follows the same rules as installing from a .tar file, except the 72This follows the same rules as installing from a .tar file, except the
71-pkg file is optional. 73-pkg file is optional.