aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bfd7db016f2..440741b9b8f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,6 +15,12 @@ in older Emacs versions.
15You can narrow news to a specific version by calling 'view-emacs-news' 15You 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
18Temporary note:
19+++ indicates that all necessary documentation updates are complete.
20 (This means all relevant manuals in doc/ AND lisp doc-strings.)
21--- means no change in the manuals is needed.
22When you add a new item, use the appropriate mark if you are sure it applies,
23
18 24
19* Installation Changes in Emacs 26.2 25* Installation Changes in Emacs 26.2
20 26
@@ -45,6 +51,14 @@ often cause crashes. Set it to nil if you really need those fonts.
45 51
46* Changes in Specialized Modes and Packages in Emacs 26.2 52* Changes in Specialized Modes and Packages in Emacs 26.2
47 53
54---
55** Follow mode
56Follow mode now sets a buffer local value of nil for
57make-cursor-line-fully-visible in any buffer using it. This ensures
58correct operation if point is moved by C-n to the next window when
59there is a partially displayed line at the bottom of the original
60window.
61
48** Ibuffer 62** Ibuffer
49 63
50--- 64---