aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS14
1 files changed, 0 insertions, 14 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 440741b9b8f..bfd7db016f2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -15,12 +15,6 @@ 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
24 18
25* Installation Changes in Emacs 26.2 19* Installation Changes in Emacs 26.2
26 20
@@ -51,14 +45,6 @@ often cause crashes. Set it to nil if you really need those fonts.
51 45
52* Changes in Specialized Modes and Packages in Emacs 26.2 46* Changes in Specialized Modes and Packages in Emacs 26.2
53 47
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
62** Ibuffer 48** Ibuffer
63 49
64--- 50---