core: add note about new bar item buffer_last_number in NEWS

v2.8-utf8proc
Sebastien Helleu 2013-12-11 19:21:45 +01:00
parent a193814a3d
commit 1d81645ce1
1 changed files with 11 additions and 0 deletions

11
NEWS
View File

@ -47,6 +47,17 @@ The content is evaluated and the default value is `WeeChat ${info:version}`.
Only static content should be used in this option, because the title is
refreshed only when the option is changed.
=== New bar item buffer_last_number
The bar item 'buffer_count' now displays the number of opened buffers (each
merged buffer counts 1).
The new bar item 'buffer_last_number' displays the highest buffer number
currently used.
If you want to display last number in the status bar, replace 'buffer_count'
by 'buffer_last_number' in your option 'weechat.bar.status.items'.
=== New bar item buffer_zoom
A new bar item has been added: 'buffer_zoom'.