diff options
| author | Eli Zaretskii | 2022-07-29 14:12:24 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2022-07-29 14:12:24 +0300 |
| commit | 501eb685be94f36e41e57bf48f3dcbb3bcd8a028 (patch) | |
| tree | 87b801e0f307e53f798dc3e4c3fad2c1bd5ff734 | |
| parent | 3756a13c30f056d9c822c381c5866b89d16f64ad (diff) | |
| download | emacs-501eb685be94f36e41e57bf48f3dcbb3bcd8a028.tar.gz emacs-501eb685be94f36e41e57bf48f3dcbb3bcd8a028.zip | |
; Improve NEWS entries for buttons and icons
* etc/NEWS: Improve documentation of
'outline-minor-mode-use-buttons'.
| -rw-r--r-- | etc/NEWS | 9 |
1 files changed, 7 insertions, 2 deletions
| @@ -851,7 +851,8 @@ or is itself too long. | |||
| 851 | +++ | 851 | +++ |
| 852 | *** New user option 'outline-minor-mode-use-buttons'. | 852 | *** New user option 'outline-minor-mode-use-buttons'. |
| 853 | If non-nil, Outline Minor Mode will use buttons to hide/show outlines | 853 | If non-nil, Outline Minor Mode will use buttons to hide/show outlines |
| 854 | in addition to the ellipsis. The default is nil. | 854 | in addition to the ellipsis. The default is nil in editing modes, but |
| 855 | non-nil in 'special-mode' and its derivatives. | ||
| 855 | 856 | ||
| 856 | +++ | 857 | +++ |
| 857 | ** Support for the WebP image format. | 858 | ** Support for the WebP image format. |
| @@ -1339,7 +1340,11 @@ characters instead of just 'SPC' and 'TAB'. | |||
| 1339 | --- | 1340 | --- |
| 1340 | ** New mode, 'emacs-news-mode', for editing the NEWS file. | 1341 | ** New mode, 'emacs-news-mode', for editing the NEWS file. |
| 1341 | This mode adds some highlighting, fixes the 'M-q' command, and has | 1342 | This mode adds some highlighting, fixes the 'M-q' command, and has |
| 1342 | commands for doing maintenance. | 1343 | commands for doing maintenance of the Emacs NEWS files. In addition, |
| 1344 | this mode turns on 'outline-minor-mode', and thus displays | ||
| 1345 | customizable icons (see 'icon-preference') on heading lines. To | ||
| 1346 | disable these icons, customize 'outline-minor-mode-use-buttons' to a | ||
| 1347 | nil value. | ||
| 1343 | 1348 | ||
| 1344 | --- | 1349 | --- |
| 1345 | ** Kmacro | 1350 | ** Kmacro |