; * etc/NEWS: Fix recently added entries.

This commit is contained in:
Eli Zaretskii 2021-11-24 16:34:25 +02:00
parent c8e28813af
commit 7dfa758fef

View file

@ -77,7 +77,11 @@ time.
---
** The mode line now uses a proportional font by default.
To get the old monospaced mode line back, customize the 'mode-line' face.
To get the old monospaced mode line back, customize the 'mode-line'
face not to inherit from the 'variable-pitch' face, or add this to
your ~/.emacs:
(set-face-attribute 'mode-line t :inherit nil)
+++
** New function 'buffer-text-pixel-size'.
@ -677,7 +681,7 @@ This is like 'get-text-property', but works on the 'display' text
property.
** New 'min-width' 'display' property.
This allows setting a minimum width for a region.
This allows setting a minimum display width for a region of text.
** Keymaps and key definitions