aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2018-06-02 10:25:50 -0700
committerGlenn Morris2018-06-02 10:25:50 -0700
commit42a851c6347bb45a2fb8acdb0d2a1ca468ecefd3 (patch)
treebfd595460df8864956639fecc13636a94d413212 /etc
parent4a7e74fea687011ee81dcbb02294bccd99b3a05f (diff)
parentca3f0a8343c125a44845d21808ab0e35b87533db (diff)
downloademacs-42a851c6347bb45a2fb8acdb0d2a1ca468ecefd3.tar.gz
emacs-42a851c6347bb45a2fb8acdb0d2a1ca468ecefd3.zip
Merge from origin/emacs-26
ca3f0a8 ; * etc/NEWS: Belated announcement of 2 changes made in Emacs... 99f92da Improve documentation of 'directory-files-and-attributes' df8649a * lisp/gnus/message.el (message-remove-header): Don't remove ... b682a7e ; * etc/NEWS: Add headings for Emacs 26.2 aa175a4 Adapt hexl-mode to native line-number display b8e7749 Fix example in Tramp manual f212fe5 Handle case where Xft is found but not XRender 186280f * doc/misc/tramp.texi (Frequently Asked Questions): Adapt zsh... 24ba633 Improve read-multiple-choice docstring (Bug#31628) Conflicts: etc/NEWS src/dired.c
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS.2645
1 files changed, 45 insertions, 0 deletions
diff --git a/etc/NEWS.26 b/etc/NEWS.26
index 812394f11d8..6240b7da431 100644
--- a/etc/NEWS.26
+++ b/etc/NEWS.26
@@ -16,6 +16,51 @@ You can narrow news to a specific version by calling 'view-emacs-news'
16with a prefix argument or by typing C-u C-h C-n. 16with a prefix argument or by typing C-u C-h C-n.
17 17
18 18
19* Installation Changes in Emacs 26.2
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
28
29* Startup Changes in Emacs 26.2
30
31
32* Changes in Emacs 26.2
33
34
35* Editing Changes in Emacs 26.2
36
37
38* Changes in Specialized Modes and Packages in Emacs 26.2
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
51
52* New Modes and Packages in Emacs 26.2
53
54
55* Incompatible Lisp Changes in Emacs 26.2
56
57
58* Lisp Changes in Emacs 26.2
59
60
61* Changes in Emacs 26.2 on Non-Free Operating Systems
62
63
19* Installation Changes in Emacs 26.1 64* Installation Changes in Emacs 26.1
20 65
21** By default libgnutls is now required when building Emacs. 66** By default libgnutls is now required when building Emacs.