aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2022-07-29 14:12:24 +0300
committerEli Zaretskii2022-07-29 14:12:24 +0300
commit501eb685be94f36e41e57bf48f3dcbb3bcd8a028 (patch)
tree87b801e0f307e53f798dc3e4c3fad2c1bd5ff734
parent3756a13c30f056d9c822c381c5866b89d16f64ad (diff)
downloademacs-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/NEWS9
1 files changed, 7 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6241d5286bd..b6f77e3e492 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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'.
853If non-nil, Outline Minor Mode will use buttons to hide/show outlines 853If non-nil, Outline Minor Mode will use buttons to hide/show outlines
854in addition to the ellipsis. The default is nil. 854in addition to the ellipsis. The default is nil in editing modes, but
855non-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.
1341This mode adds some highlighting, fixes the 'M-q' command, and has 1342This mode adds some highlighting, fixes the 'M-q' command, and has
1342commands for doing maintenance. 1343commands for doing maintenance of the Emacs NEWS files. In addition,
1344this mode turns on 'outline-minor-mode', and thus displays
1345customizable icons (see 'icon-preference') on heading lines. To
1346disable these icons, customize 'outline-minor-mode-use-buttons' to a
1347nil value.
1343 1348
1344--- 1349---
1345** Kmacro 1350** Kmacro