aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJoakim Verona2015-02-01 01:16:40 +0100
committerJoakim Verona2015-02-01 01:16:40 +0100
commitd75b60ce5f3dee0938a5621270d5bc2d533dda18 (patch)
tree40924d3891380e102b76762389282b14ac1af692 /etc
parent69815dfe3704f8a8c733843f1fd04546cbb0f4d0 (diff)
downloademacs-d75b60ce5f3dee0938a5621270d5bc2d533dda18.tar.gz
emacs-d75b60ce5f3dee0938a5621270d5bc2d533dda18.zip
NEWS entry and Changelog xwidgets
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.