mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Add information about message splitting to NEWS
(...and AUTHORS.)
This commit is contained in:
parent
1c73bde239
commit
3257794bf7
1
AUTHORS
1
AUTHORS
@ -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
5
NEWS
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user