diff options
| -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 |