summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2026-05-06 14:48:28 +0300
committerEli Zaretskii <eliz@gnu.org>2026-05-06 14:48:28 +0300
commitdfc7cf8e411964d220843cd03a15be1ce06fbb3f (patch)
tree0ce69c99fa4ce948a64232dab33eb2560f31c38b /etc
parentd962c83aa37ea0d50cd4780c23663c901cd9c947 (diff)
; * etc/NEWS (margin): Fix a typo, improve wording, move to proper place.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS15
1 files changed, 7 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 72754769822..0c221d049e0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -25,14 +25,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
removed.
@@ -97,6 +89,13 @@ 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.