aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-11-09 08:36:28 +0100
committerLars Ingebrigtsen2021-11-09 08:36:28 +0100
commite379cb6f1385cdbb5eda8b2cbfc2e65264fb824d (patch)
tree2cf7f41b8c7f451b8a332b502834ef96bdd90dcb
parent2ccaa95355a2d8e14e9bd668703df0221b4038d4 (diff)
downloademacs-e379cb6f1385cdbb5eda8b2cbfc2e65264fb824d.tar.gz
emacs-e379cb6f1385cdbb5eda8b2cbfc2e65264fb824d.zip
Expand the etc/NEWS section about the `medium' font changes
* etc/NEWS: Expand upon the addition of the `medium' weight (bug#51704).
-rw-r--r--etc/NEWS19
1 files changed, 11 insertions, 8 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c9144a5feeb..807f31fa33e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -105,14 +105,6 @@ in addition to the ellipsis.
105*** New user option 'outline-minor-mode-buttons'. 105*** New user option 'outline-minor-mode-buttons'.
106This is a list of pairs of open/close strings used to display buttons. 106This is a list of pairs of open/close strings used to display buttons.
107 107
108** Fonts
109
110---
111*** Emacs now supports "medium" fonts.
112Emacs previously didn't distinguish between the "regular" weight and
113the "medium" weight, but it now also supports the (heavier) "medium"
114weight.
115
116+++ 108+++
117** Support for the WebP image format. 109** Support for the WebP image format.
118This support is built by default when the libwebp library is 110This support is built by default when the libwebp library is
@@ -550,6 +542,17 @@ Emacs buffers, like indentation and the like. The new ert function
550 542
551* Incompatible Lisp Changes in Emacs 29.1 543* Incompatible Lisp Changes in Emacs 29.1
552 544
545** Fonts
546
547---
548*** Emacs now supports `medium' fonts.
549Emacs previously didn't distinguish between the `regular'/`normal'
550weight and the `medium' weight, but it now also supports the (heavier)
551`medium' weight. However, this means that if you previously specified
552a weight of `normal' and the font doesn't have this weight, Emacs
553won't find the font spec. In these cases, replacing ":weight 'normal"
554with ":weight 'medium" should fix the issue.
555
553** Keymap descriptions have changed. 556** Keymap descriptions have changed.
554'help--describe-command', 'C-h b' and associated functions that output 557'help--describe-command', 'C-h b' and associated functions that output
555keymap descriptions have changed. In particular, prefix commands are 558keymap descriptions have changed. In particular, prefix commands are