diff options
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -134,8 +134,12 @@ transform function 'project-uniquify-dirname-transform'. | |||
| 134 | The code that allowed "..." to be expanded in the "*Backtrace*" buffer | 134 | The code that allowed "..." to be expanded in the "*Backtrace*" buffer |
| 135 | should now work anywhere the data is generated by 'cl-print'. | 135 | should 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. |
| 140 | Anything following the symbol 'mode-line-format-right-align' in | 144 | Anything 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 |