diff options
| author | Lars Ingebrigtsen | 2021-11-09 08:36:28 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-11-09 08:36:28 +0100 |
| commit | e379cb6f1385cdbb5eda8b2cbfc2e65264fb824d (patch) | |
| tree | 2cf7f41b8c7f451b8a332b502834ef96bdd90dcb | |
| parent | 2ccaa95355a2d8e14e9bd668703df0221b4038d4 (diff) | |
| download | emacs-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/NEWS | 19 |
1 files changed, 11 insertions, 8 deletions
| @@ -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'. |
| 106 | This is a list of pairs of open/close strings used to display buttons. | 106 | This 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. | ||
| 112 | Emacs previously didn't distinguish between the "regular" weight and | ||
| 113 | the "medium" weight, but it now also supports the (heavier) "medium" | ||
| 114 | weight. | ||
| 115 | |||
| 116 | +++ | 108 | +++ |
| 117 | ** Support for the WebP image format. | 109 | ** Support for the WebP image format. |
| 118 | This support is built by default when the libwebp library is | 110 | This 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. | ||
| 549 | Emacs previously didn't distinguish between the `regular'/`normal' | ||
| 550 | weight and the `medium' weight, but it now also supports the (heavier) | ||
| 551 | `medium' weight. However, this means that if you previously specified | ||
| 552 | a weight of `normal' and the font doesn't have this weight, Emacs | ||
| 553 | won't find the font spec. In these cases, replacing ":weight 'normal" | ||
| 554 | with ":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 |
| 555 | keymap descriptions have changed. In particular, prefix commands are | 558 | keymap descriptions have changed. In particular, prefix commands are |