mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 04:21:24 +00:00
; * etc/NEWS (margin): Fix a typo, improve wording, move to proper place.
This commit is contained in:
parent
d962c83aa3
commit
dfc7cf8e41
1 changed files with 7 additions and 8 deletions
15
etc/NEWS
15
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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue