emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] xwidget d75b60c 1/2: NEWS entry and Changelog xwidgets


From: Joakim Verona
Subject: [Emacs-diffs] xwidget d75b60c 1/2: NEWS entry and Changelog xwidgets
Date: Sun, 01 Feb 2015 00:30:26 +0000

branch: xwidget
commit d75b60ce5f3dee0938a5621270d5bc2d533dda18
Author: Joakim Verona <address@hidden>
Commit: Joakim Verona <address@hidden>

    NEWS entry and Changelog xwidgets
---
 etc/NEWS      |    4 +++-
 src/ChangeLog |   17 +++++++++++++++++
 2 files changed, 20 insertions(+), 1 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 4b0a268..4371a01 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.
 
 
 * Changes in Emacs 25.1
-
+** Xwidgets : A new feature for embedding native widgets
+inside Emacs buffers. If you have gtk3 and webkit-devel installed,
+you can try the embedded webkit browser with m-x xwidget-webkit-browse-url.
 ** `package-install-from-buffer' and `package-install-file' work on 
directories.
 This follows the same rules as installing from a .tar file, except the
 -pkg file is optional.
diff --git a/src/ChangeLog b/src/ChangeLog
index 9e564ea..c103ca3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,20 @@
+2015-02-01  Joakim Verona  <address@hidden>
+       Support for the new Xwidget feature.
+       * window.c, Makefile.in, buffer.c, dispextern.h, dispnew.c, emacs.c:
+       * emacsgtkfixed.c, emacsgtkfixed.h, keyboard.c, lisp.h, print.c:
+       * termhooks.h, window.c, xdisp.c, xterm.c
+       New files for xwidgets:
+       * xwidget.c, xwidget.h:
+       Support for testing xwidgets
+       * xwidget-test-manual.el:
+
+2015-02-01  Gregoire Jadi  <address@hidden>
+       Support for testing xwidgets
+       * parallell-remote.el, parallell-xwidget.el, parallell.el:
+       * xwidget-tests.el:
+       various improvements to xwidgets:
+       * xwidgets.c:
+
 2015-01-31  Eli Zaretskii  <address@hidden>
 
        * coding.c (raw_text_coding_system_p): New function.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]