aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2021-11-24 16:34:25 +0200
committerEli Zaretskii2021-11-24 16:34:25 +0200
commit7dfa758fef58dbfcd00baaea374260d5d3510b7f (patch)
treed01d984d218d836ac681a672c581147ff1e88b41
parentc8e28813af0ece36a78872c67f419cb0a0bbb6b9 (diff)
downloademacs-7dfa758fef58dbfcd00baaea374260d5d3510b7f.tar.gz
emacs-7dfa758fef58dbfcd00baaea374260d5d3510b7f.zip
; * etc/NEWS: Fix recently added entries.
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 17568976cb8..24b8cb27961 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -77,7 +77,11 @@ time.
77 77
78--- 78---
79** The mode line now uses a proportional font by default. 79** The mode line now uses a proportional font by default.
80To get the old monospaced mode line back, customize the 'mode-line' face. 80To get the old monospaced mode line back, customize the 'mode-line'
81face not to inherit from the 'variable-pitch' face, or add this to
82your ~/.emacs:
83
84 (set-face-attribute 'mode-line t :inherit nil)
81 85
82+++ 86+++
83** New function 'buffer-text-pixel-size'. 87** New function 'buffer-text-pixel-size'.
@@ -677,7 +681,7 @@ This is like 'get-text-property', but works on the 'display' text
677property. 681property.
678 682
679** New 'min-width' 'display' property. 683** New 'min-width' 'display' property.
680This allows setting a minimum width for a region. 684This allows setting a minimum display width for a region of text.
681 685
682** Keymaps and key definitions 686** Keymaps and key definitions
683 687