; * etc/NEWS: Fix recently added entries.
This commit is contained in:
parent
c8e28813af
commit
7dfa758fef
1 changed files with 6 additions and 2 deletions
8
etc/NEWS
8
etc/NEWS
|
@ -77,7 +77,11 @@ time.
|
|||
|
||||
---
|
||||
** The mode line now uses a proportional font by default.
|
||||
To get the old monospaced mode line back, customize the 'mode-line' face.
|
||||
To get the old monospaced mode line back, customize the 'mode-line'
|
||||
face not to inherit from the 'variable-pitch' face, or add this to
|
||||
your ~/.emacs:
|
||||
|
||||
(set-face-attribute 'mode-line t :inherit nil)
|
||||
|
||||
+++
|
||||
** New function 'buffer-text-pixel-size'.
|
||||
|
@ -677,7 +681,7 @@ This is like 'get-text-property', but works on the 'display' text
|
|||
property.
|
||||
|
||||
** New 'min-width' 'display' property.
|
||||
This allows setting a minimum width for a region.
|
||||
This allows setting a minimum display width for a region of text.
|
||||
|
||||
** Keymaps and key definitions
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue