aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 217c4405ce3..873e2dfd1dc 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
23To build Emacs with xwidgets support, you will need to install the
24webkit2gtk-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
26in 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.
44This is so as to better emulate the scrolling behavior of a text
45terminal when new output is added to the screen buffer. To get back
46the previous behavior, reset 'scroll-conservatively' to zero (or any
47other 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
49in 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