diff options
Diffstat (limited to 'etc/NEWS')
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
| @@ -179,6 +179,20 @@ and can contain escape sequences for command keys, quotes, and the like. | |||
| 179 | 179 | ||
| 180 | * Changes in Emacs 25.1 | 180 | * Changes in Emacs 25.1 |
| 181 | 181 | ||
| 182 | ** Xwidgets: a new feature for embedding native widgets inside Emacs buffers. | ||
| 183 | If you have gtk3 and webkitgtk3 installed, you can access the | ||
| 184 | embedded webkit browser with `M-x xwidget-webkit-browse-url'. This | ||
| 185 | opens a new buffer with the embedded browser. The buffer will | ||
| 186 | have a new mode, `xwidget-webkit-mode' (similar to `image-mode'), | ||
| 187 | which supports the webkit widget. | ||
| 188 | |||
| 189 | *** New functions for xwidget-webkit mode `xwidget-webkit-insert-string', | ||
| 190 | `xwidget-webkit-adjust-size-dispatch', `xwidget-webkit-back', | ||
| 191 | `xwidget-webkit-browse-url', `xwidget-webkit-reload', | ||
| 192 | `xwidget-webkit-current-url', `xwidget-webkit-scroll-backward', | ||
| 193 | `xwidget-webkit-scroll-forward', `xwidget-webkit-scroll-down', | ||
| 194 | `xwidget-webkit-scroll-up'. | ||
| 195 | |||
| 182 | +++ | 196 | +++ |
| 183 | ** Emacs can now load shared/dynamic libraries (modules). | 197 | ** Emacs can now load shared/dynamic libraries (modules). |
| 184 | A dynamic Emacs module is a shared library that provides additional | 198 | A dynamic Emacs module is a shared library that provides additional |
| @@ -1596,6 +1610,7 @@ permissions set to temporary values (e.g., for creating private files). | |||
| 1596 | +++ | 1610 | +++ |
| 1597 | ** Function `sort' can deal with vectors. | 1611 | ** Function `sort' can deal with vectors. |
| 1598 | 1612 | ||
| 1613 | --- | ||
| 1599 | ** Function `system-name' now returns an updated value if the current | 1614 | ** Function `system-name' now returns an updated value if the current |
| 1600 | system's name has changed or if the Emacs process has changed systems, | 1615 | system's name has changed or if the Emacs process has changed systems, |
| 1601 | and to avoid long waits it no longer consults DNS to canonicalize the | 1616 | and to avoid long waits it no longer consults DNS to canonicalize the |