diff options
| -rw-r--r-- | etc/NEWS | 29 |
1 files changed, 16 insertions, 13 deletions
| @@ -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. |
| 361 | Typing 'TAB' on a heading cycles the current section between "hide | 361 | Typing 'TAB' on a heading line cycles the current section between |
| 362 | all", "subheadings", and "show all" state. Typing 'S-TAB' anywhere in | 362 | "hide all", "subheadings", and "show all" states. Typing 'S-TAB' |
| 363 | the buffer cycles the whole buffer between "only top-level headings", | 363 | anywhere in the buffer cycles the whole buffer between "only top-level |
| 364 | "all headings and subheadings", and "show all" states. | 364 | headings", "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'. |
| 367 | It enables 'outline-minor-mode' with keys 'TAB' and 'S-TAB' activated | 367 | This mode is a variant of 'outline-minor-mode', with the difference |
| 368 | on headings to cycle heading visibility. Typing 'TAB' on a heading | 368 | that 'TAB' and 'S-TAB' on heading lines cycle heading visibility. |
| 369 | cycles the current section between "hide all", "subheadings", and | 369 | Typing '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 |
| 371 | between "only top-level headings", "all headings and subheadings", and | 371 | heading line cycles the whole buffer between "only top-level |
| 372 | "show all" states. Another new mode 'outline-cycle-highlight-minor-mode' | 372 | headings", "all headings and subheadings", and "show all" states. |
| 373 | additionally puts highlighting on headings with standard outline faces, | 373 | |
| 374 | this works well only when there are no conflicts with faces used | 374 | *** New minor mode 'outline-cycle-highlight-minor-mode'. |
| 375 | by major mode. | 375 | This mode is a variant of 'outline-cycle-minor-mode'. It puts |
| 376 | highlighting on heading lines using standard outline faces. This | ||
| 377 | works well only when there are no conflicts with faces used by the | ||
| 378 | major 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 |