]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Belated announcement of 2 changes made in Emacs 26.1.
authorEli Zaretskii <eliz@gnu.org>
Fri, 1 Jun 2018 08:37:56 +0000 (11:37 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 1 Jun 2018 08:37:56 +0000 (11:37 +0300)
etc/NEWS

index 217c4405ce337224d9e584993bd39f6fa9d833ef..873e2dfd1dcf5d5bd2c7e6ffd41a885e6440e96a 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -18,6 +18,13 @@ with a prefix argument or by typing C-u C-h C-n.
 \f
 * Installation Changes in Emacs 26.2
 
+---
+** Building Emacs with the '--with-xwidgets' option now requires WebKit2
+To build Emacs with xwidgets support, you will need to install the
+webkit2gtk-4.0 package; version 2.12 or later is required.
+(This change was actually made in Emacs 26.1, but was not called out
+in its NEWS.)
+
 \f
 * Startup Changes in Emacs 26.2
 
@@ -30,6 +37,17 @@ with a prefix argument or by typing C-u C-h C-n.
 \f
 * Changes in Specialized Modes and Packages in Emacs 26.2
 
+** Shell mode
+
+---
+*** Shell mode buffers now have 'scroll-conservatively' set to 101.
+This is so as to better emulate the scrolling behavior of a text
+terminal when new output is added to the screen buffer.  To get back
+the previous behavior, reset 'scroll-conservatively' to zero (or any
+other value you like) in a function and add it to 'shell-mode-hook'.
+(This change was actually made in Emacs 26.1, but was not called out
+in its NEWS.)
+
 \f
 * New Modes and Packages in Emacs 26.2