diff options
| -rw-r--r-- | etc/NEWS | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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. |
