1
0
mirror of https://github.com/irssi/irssi.git synced 2024-06-02 06:11:11 +00:00

Add information about message splitting to NEWS

(...and AUTHORS.)
This commit is contained in:
Sebastian Thorarensen 2014-07-06 22:57:00 +02:00
parent 1c73bde239
commit 3257794bf7
2 changed files with 6 additions and 0 deletions

View File

@ -80,3 +80,4 @@ Other patches (grep for "patch" in ChangeLog) by:
Svante Kvarnström
Ailin Nemui (Nei)
Tom Feist (shabble)
Sebastian Thorarensen

5
NEWS
View File

@ -4,6 +4,11 @@ v0.8.17-head 2014-xx-xx The Irssi team <staff@irssi.org>
+ Performance enhancement of the nicklist as well as the window_item_find function. See Github PR #24.
+ Disallow unloading of static modules.
+ Allow UTF-8 characters in /bind. See Github PR #18.
+ Split overlong outgoing messages instead of silently truncating them.
Adds two new options: 'split_line_end' and 'split_line_start'.
'split_line_end' contains a string added to the end of line fragments.
'split_line_start' contains a string added to the beginning of line
fragments. See Github PR #29.
- Fixed various compiler warnings.
- Fixed format_get_text Perl API. See Github PR #23.
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.