; * etc/NEWS (margin): Fix a typo, improve wording, move to proper place.

This commit is contained in:
Eli Zaretskii 2026-05-06 14:48:28 +03:00
parent d962c83aa3
commit dfc7cf8e41

View file

@ -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.