diff options
| author | Joakim Verona | 2015-02-01 01:16:40 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-02-01 01:16:40 +0100 |
| commit | d75b60ce5f3dee0938a5621270d5bc2d533dda18 (patch) | |
| tree | 40924d3891380e102b76762389282b14ac1af692 | |
| parent | 69815dfe3704f8a8c733843f1fd04546cbb0f4d0 (diff) | |
| download | emacs-d75b60ce5f3dee0938a5621270d5bc2d533dda18.tar.gz emacs-d75b60ce5f3dee0938a5621270d5bc2d533dda18.zip | |
NEWS entry and Changelog xwidgets
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 17 |
2 files changed, 20 insertions, 1 deletions
| @@ -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 | |
| 69 | inside Emacs buffers. If you have gtk3 and webkit-devel installed, | ||
| 70 | you 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. |
| 70 | This follows the same rules as installing from a .tar file, except the | 72 | This 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 @@ | |||
| 1 | 2015-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 | |||
| 11 | 2015-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 | |||
| 1 | 2015-01-31 Eli Zaretskii <eliz@gnu.org> | 18 | 2015-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. |