aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
-rw-r--r--src/ChangeLog17
2 files changed, 20 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.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e564ea6414..c103ca3b034 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
12015-02-01 Joakim Verona <joakim@verona.se>
2 Support for the new Xwidget feature.
3 * window.c, Makefile.in, buffer.c, dispextern.h, dispnew.c, emacs.c:
4 * emacsgtkfixed.c, emacsgtkfixed.h, keyboard.c, lisp.h, print.c:
5 * termhooks.h, window.c, xdisp.c, xterm.c
6 New files for xwidgets:
7 * xwidget.c, xwidget.h:
8 Support for testing xwidgets
9 * xwidget-test-manual.el:
10
112015-02-01 Gregoire Jadi <daimrod@gmail.com>
12 Support for testing xwidgets
13 * parallell-remote.el, parallell-xwidget.el, parallell.el:
14 * xwidget-tests.el:
15 various improvements to xwidgets:
16 * xwidgets.c:
17
12015-01-31 Eli Zaretskii <eliz@gnu.org> 182015-01-31 Eli Zaretskii <eliz@gnu.org>
2 19
3 * coding.c (raw_text_coding_system_p): New function. 20 * coding.c (raw_text_coding_system_p): New function.