aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2021-07-23 14:44:15 +0200
committerLars Ingebrigtsen2021-07-23 14:44:15 +0200
commit9dfa94aed10a186eae2ddd8fab0ba0cb56996431 (patch)
tree91b70390aa9b2d270326f05ffc1d1142c2169b47
parentbb68faed02d6c0eef48923b4ef4e4eda5e6486ba (diff)
downloademacs-9dfa94aed10a186eae2ddd8fab0ba0cb56996431.tar.gz
emacs-9dfa94aed10a186eae2ddd8fab0ba0cb56996431.zip
Move mode-line NEWS items to a common section
-rw-r--r--etc/NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 759f7cabaae..4987e5c07d9 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
3328This removes the final remaining trace of old-style backquotes. 3328This 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
3336the column number format (when 'column-number-mode' is on), and
3337'mode-line-position-column-line-format' is the combined format (when
3338both modes are on).
3339
3340+++
3341*** New user option 'mode-line-compact'.
3342If 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
3344current window width (in characters).
3345
3346+++
3347*** 'global-mode-string' constructs should end with a space.
3348This was previously not formalized, which led to combinations of modes
3349displaying 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