aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0388cca97aa..57f04609679 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -134,8 +134,12 @@ transform function 'project-uniquify-dirname-transform'.
134The code that allowed "..." to be expanded in the "*Backtrace*" buffer 134The code that allowed "..." to be expanded in the "*Backtrace*" buffer
135should now work anywhere the data is generated by 'cl-print'. 135should now work anywhere the data is generated by 'cl-print'.
136 136
137*** The 'backtrace-ellipsis' button is replaced by 'cl-print-ellipsis'.
138
137*** hash-tables' contents can be expanded via the ellipsis. 139*** hash-tables' contents can be expanded via the ellipsis.
138 140
141*** Modes can control the expansion via 'cl-print-expand-ellipsis-function'.
142
139** Modeline elements can now be right-aligned. 143** Modeline elements can now be right-aligned.
140Anything following the symbol 'mode-line-format-right-align' in 144Anything following the symbol 'mode-line-format-right-align' in
141'mode-line-format' will be right-aligned. Exactly where it is 145'mode-line-format' will be right-aligned. Exactly where it is