diff options
| -rw-r--r-- | etc/NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
| @@ -18,6 +18,13 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 18 | 18 | ||
| 19 | * Installation Changes in Emacs 26.2 | 19 | * Installation Changes in Emacs 26.2 |
| 20 | 20 | ||
| 21 | --- | ||
| 22 | ** Building Emacs with the '--with-xwidgets' option now requires WebKit2 | ||
| 23 | To build Emacs with xwidgets support, you will need to install the | ||
| 24 | webkit2gtk-4.0 package; version 2.12 or later is required. | ||
| 25 | (This change was actually made in Emacs 26.1, but was not called out | ||
| 26 | in its NEWS.) | ||
| 27 | |||
| 21 | 28 | ||
| 22 | * Startup Changes in Emacs 26.2 | 29 | * Startup Changes in Emacs 26.2 |
| 23 | 30 | ||
| @@ -30,6 +37,17 @@ with a prefix argument or by typing C-u C-h C-n. | |||
| 30 | 37 | ||
| 31 | * Changes in Specialized Modes and Packages in Emacs 26.2 | 38 | * Changes in Specialized Modes and Packages in Emacs 26.2 |
| 32 | 39 | ||
| 40 | ** Shell mode | ||
| 41 | |||
| 42 | --- | ||
| 43 | *** Shell mode buffers now have 'scroll-conservatively' set to 101. | ||
| 44 | This is so as to better emulate the scrolling behavior of a text | ||
| 45 | terminal when new output is added to the screen buffer. To get back | ||
| 46 | the previous behavior, reset 'scroll-conservatively' to zero (or any | ||
| 47 | other value you like) in a function and add it to 'shell-mode-hook'. | ||
| 48 | (This change was actually made in Emacs 26.1, but was not called out | ||
| 49 | in its NEWS.) | ||
| 50 | |||
| 33 | 51 | ||
| 34 | * New Modes and Packages in Emacs 26.2 | 52 | * New Modes and Packages in Emacs 26.2 |
| 35 | 53 | ||