diff options
author | Sebastian Thorarensen <sebth@naju.se> | 2014-07-06 22:57:00 +0200 |
---|---|---|
committer | Sebastian Thorarensen <sebth@naju.se> | 2014-07-06 23:25:54 +0200 |
commit | 3257794bf762f67e2fc3e7dee24cdf11a9172631 (patch) | |
tree | 6c7344c7ae8fa264b274ae9145741fd7fbb36c16 /NEWS | |
parent | 1c73bde23961a3526c4f48e490c3a502f1e429ce (diff) | |
download | irssi-3257794bf762f67e2fc3e7dee24cdf11a9172631.zip |
Add information about message splitting to NEWS
(...and AUTHORS.)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |