From: Eli Zaretskii Date: Wed, 24 Nov 2021 14:34:25 +0000 (+0200) Subject: ; * etc/NEWS: Fix recently added entries. X-Git-Tag: emacs-29.0.90~2852^2~64 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7dfa758fef58dbfcd00baaea374260d5d3510b7f;p=emacs.git ; * etc/NEWS: Fix recently added entries. --- diff --git a/etc/NEWS b/etc/NEWS index 17568976cb8..24b8cb27961 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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