From dfc7cf8e411964d220843cd03a15be1ce06fbb3f Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 6 May 2026 14:48:28 +0300 Subject: [PATCH] ; * etc/NEWS (margin): Fix a typo, improve wording, move to proper place. --- etc/NEWS | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 72754769822..0c221d049e0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -24,14 +24,6 @@ applies, and please also update docstrings as needed. * Installation Changes in Emacs 31.1 -+++ -** New face 'margin' for the window margin background. -A new basic face 'margin' is used by default for text displayed in the -left and right margin areas, i.e., the areas reserved by packages such as -git-gutter, lsp-mode, and hl-diff for per-line annotations. Its -background defaults to the frame default, so existing behavior is -unchanged for users who do not customize it. - +++ ** Unexec dumper removed. The traditional unexec dumper, deprecated since Emacs 27, has been @@ -96,6 +88,13 @@ Previously, only spacing below the line could be specified. The user option can now be set to a cons cell to specify spacing both above and below the line, which allows for vertically centering text. ++++ +** New face 'margin' for the window margin display. +A new basic face 'margin' is used by default for text displayed in the +left and right margin areas, which are used by various packages for +per-line annotations. Its background defaults to the frame default, so +existing behavior is unchanged for users who do not customize it. + +++ ** 'prettify-symbols-mode' attempts to ignore undisplayable characters. Previously, such characters would be rendered as, e.g., white boxes.