diff options
| author | Eli Zaretskii | 2021-11-24 16:34:25 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-24 16:34:25 +0200 |
| commit | 7dfa758fef58dbfcd00baaea374260d5d3510b7f (patch) | |
| tree | d01d984d218d836ac681a672c581147ff1e88b41 | |
| parent | c8e28813af0ece36a78872c67f419cb0a0bbb6b9 (diff) | |
| download | emacs-7dfa758fef58dbfcd00baaea374260d5d3510b7f.tar.gz emacs-7dfa758fef58dbfcd00baaea374260d5d3510b7f.zip | |
; * etc/NEWS: Fix recently added entries.
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
| @@ -77,7 +77,11 @@ time. | |||
| 77 | 77 | ||
| 78 | --- | 78 | --- |
| 79 | ** The mode line now uses a proportional font by default. | 79 | ** The mode line now uses a proportional font by default. |
| 80 | To get the old monospaced mode line back, customize the 'mode-line' face. | 80 | To get the old monospaced mode line back, customize the 'mode-line' |
| 81 | face not to inherit from the 'variable-pitch' face, or add this to | ||
| 82 | your ~/.emacs: | ||
| 83 | |||
| 84 | (set-face-attribute 'mode-line t :inherit nil) | ||
| 81 | 85 | ||
| 82 | +++ | 86 | +++ |
| 83 | ** New function 'buffer-text-pixel-size'. | 87 | ** New function 'buffer-text-pixel-size'. |
| @@ -677,7 +681,7 @@ This is like 'get-text-property', but works on the 'display' text | |||
| 677 | property. | 681 | property. |
| 678 | 682 | ||
| 679 | ** New 'min-width' 'display' property. | 683 | ** New 'min-width' 'display' property. |
| 680 | This allows setting a minimum width for a region. | 684 | This allows setting a minimum display width for a region of text. |
| 681 | 685 | ||
| 682 | ** Keymaps and key definitions | 686 | ** Keymaps and key definitions |
| 683 | 687 | ||