summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2014-07-13 20:01:08 +0100
committerDavid Leadbeater <dgl@dgl.cx>2014-07-13 20:01:08 +0100
commit16743c5c1309cc43b5c6568069f2a3821bc616a2 (patch)
tree8ee70af8d26c8405aba243074a4de012eb6037a3 /NEWS
parentfcee49a441ddb2a6ec70e6497e7b6c1bbd9bae09 (diff)
downloadirssi-16743c5c1309cc43b5c6568069f2a3821bc616a2.zip
Update NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index d291c04f..a398e03c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,7 +9,12 @@ v0.8.17-head 2014-xx-xx The Irssi team <staff@irssi.org>
'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.
+ + Added special /ignore NO_ACT level to ignore only activity (see /help ignore).
+ + Support for 256 and true color terminals (see Github PR #48).
+ + Support for italtics (see Github PR #58).
+ + Rewrote many help files.
+ - Fixed various compiler warnings and use of deprecated functions.
+ - Fixed Perl API usage and added PERL_NO_GET_CONTEXT to reduce code size.
- Fixed format_get_text Perl API. See Github PR #23.
- Fixed gui_printtext_after and term_refresh_*() visibility. See Github PR #22.
- Fixed issue where UTF-8 characters was corrupted once for every 32k text. See Github PR #12.