From 7dfa758fef58dbfcd00baaea374260d5d3510b7f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 24 Nov 2021 16:34:25 +0200 Subject: [PATCH] ; * etc/NEWS: Fix recently added entries. --- etc/NEWS | 8 ++++++-- 1 file 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. --- ** 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 -- 2.39.2