diff options
| author | Lars Ingebrigtsen | 2021-07-23 14:44:15 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2021-07-23 14:44:15 +0200 |
| commit | 9dfa94aed10a186eae2ddd8fab0ba0cb56996431 (patch) | |
| tree | 91b70390aa9b2d270326f05ffc1d1142c2169b47 | |
| parent | bb68faed02d6c0eef48923b4ef4e4eda5e6486ba (diff) | |
| download | emacs-9dfa94aed10a186eae2ddd8fab0ba0cb56996431.tar.gz emacs-9dfa94aed10a186eae2ddd8fab0ba0cb56996431.zip | |
Move mode-line NEWS items to a common section
| -rw-r--r-- | etc/NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
| @@ -3327,6 +3327,27 @@ file mode specification into symbolic form. | |||
| 3327 | ** The variable 'force-new-style-backquotes' has been removed. | 3327 | ** The variable 'force-new-style-backquotes' has been removed. |
| 3328 | This removes the final remaining trace of old-style backquotes. | 3328 | This removes the final remaining trace of old-style backquotes. |
| 3329 | 3329 | ||
| 3330 | ** Mode Lines | ||
| 3331 | |||
| 3332 | +++ | ||
| 3333 | *** New user options to control the line/column numbers in the mode line. | ||
| 3334 | 'mode-line-position-line-format' is the line number format (when | ||
| 3335 | 'line-number-mode' is on), 'mode-line-position-column-format' is | ||
| 3336 | the column number format (when 'column-number-mode' is on), and | ||
| 3337 | 'mode-line-position-column-line-format' is the combined format (when | ||
| 3338 | both modes are on). | ||
| 3339 | |||
| 3340 | +++ | ||
| 3341 | *** New user option 'mode-line-compact'. | ||
| 3342 | If non-nil, repeating spaces are compressed into a single space. If | ||
| 3343 | 'long', this is only done when the mode line is longer than the | ||
| 3344 | current window width (in characters). | ||
| 3345 | |||
| 3346 | +++ | ||
| 3347 | *** 'global-mode-string' constructs should end with a space. | ||
| 3348 | This was previously not formalized, which led to combinations of modes | ||
| 3349 | displaying data "smushed together" on the mode line. | ||
| 3350 | |||
| 3330 | ** Changes in handling dynamic modules | 3351 | ** Changes in handling dynamic modules |
| 3331 | 3352 | ||
| 3332 | *** The module header 'emacs-module.h' now contains type aliases | 3353 | *** The module header 'emacs-module.h' now contains type aliases |