summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--NEWS5
2 files changed, 6 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index aa4624c6..d2cb58c0 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -80,3 +80,4 @@ Other patches (grep for "patch" in ChangeLog) by:
Svante Kvarnström
Ailin Nemui (Nei)
Tom Feist (shabble)
+ Sebastian Thorarensen
diff --git a/NEWS b/NEWS
index e9bf9d88..d291c04f 100644
--- a/NEWS
+++ b/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.