aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS29
1 files changed, 16 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8ecc6ac5193..b8413ae0804 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -358,21 +358,24 @@ summary of where Emacs is using memory currently.
358 358
359+++ 359+++
360*** New commands to cycle heading visibility. 360*** New commands to cycle heading visibility.
361Typing 'TAB' on a heading cycles the current section between "hide 361Typing 'TAB' on a heading line cycles the current section between
362all", "subheadings", and "show all" state. Typing 'S-TAB' anywhere in 362"hide all", "subheadings", and "show all" states. Typing 'S-TAB'
363the buffer cycles the whole buffer between "only top-level headings", 363anywhere in the buffer cycles the whole buffer between "only top-level
364"all headings and subheadings", and "show all" states. 364headings", "all headings and subheadings", and "show all" states.
365 365
366*** New minor mode 'outline-cycle-minor-mode'. 366*** New minor mode 'outline-cycle-minor-mode'.
367It enables 'outline-minor-mode' with keys 'TAB' and 'S-TAB' activated 367This mode is a variant of 'outline-minor-mode', with the difference
368on headings to cycle heading visibility. Typing 'TAB' on a heading 368that 'TAB' and 'S-TAB' on heading lines cycle heading visibility.
369cycles the current section between "hide all", "subheadings", and 369Typing 'TAB' on a heading line cycles the current section between
370"show all" state. Typing 'S-TAB' on a heading cycles the whole buffer 370"hide all", "subheadings", and "show all" states. Typing 'S-TAB' on a
371between "only top-level headings", "all headings and subheadings", and 371heading line cycles the whole buffer between "only top-level
372"show all" states. Another new mode 'outline-cycle-highlight-minor-mode' 372headings", "all headings and subheadings", and "show all" states.
373additionally puts highlighting on headings with standard outline faces, 373
374this works well only when there are no conflicts with faces used 374*** New minor mode 'outline-cycle-highlight-minor-mode'.
375by major mode. 375This mode is a variant of 'outline-cycle-minor-mode'. It puts
376highlighting on heading lines using standard outline faces. This
377works well only when there are no conflicts with faces used by the
378major mode.
376 379
377 380
378* Changes in Specialized Modes and Packages in Emacs 28.1 381* Changes in Specialized Modes and Packages in Emacs 28.1