mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 15:56:35 -04:00
; * etc/NEWS: Document mode line minimum widths change (bug#81336).
This commit is contained in:
parent
5d6a13136a
commit
e45a83cb70
8
etc/NEWS
8
etc/NEWS
|
|
@ -840,6 +840,14 @@ doing search. 'compilation-search-extra-path' is consulted first.
|
|||
One possible use case of this option is to add new search paths on a
|
||||
per-project basis with directory-local variables.
|
||||
|
||||
---
|
||||
** Standard mode line no longer specifies minimum widths.
|
||||
The 'mode-line-position' and 'standard-mode-line-format' variables no
|
||||
longer specify any minimum widths. If you use a proportional font for
|
||||
your mode line, you may need to customize the vales of these variables
|
||||
to include minimum widths again.
|
||||
|
||||
|
||||
|
||||
* Editing Changes in Emacs 31.1
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue