diff options
author | Alexander Færøy <ahf@irssi.org> | 2009-07-28 19:38:36 +0000 |
---|---|---|
committer | ahf <ahf@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2009-07-28 19:38:36 +0000 |
commit | 03a695e487ce42a534c074d54e797c9fa2aba17b (patch) | |
tree | d211897ab6b22abe738c94663aaf75231f4cf420 /NEWS | |
parent | 7b81897287f8515c142cf0b946ee4e6e465ba162 (diff) | |
download | irssi-03a695e487ce42a534c074d54e797c9fa2aba17b.zip |
Release: 0.8.14
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5081 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +v0.8.14 2009-07-28 The Irssi team <staff@irssi.org> + + Make /reset an alias for /set -default. + + Make /unset an alias for /set -clear. + + Allow ctrl+home / ctrl+end to go to the beginning / end of scrollback. + + Accept WHOX reply (354 numeric) as a /who reply. + + Show numerics directed at channels in the channel window. + + The time duration parser is more strict now. + - Fix out of bounds access in event_wallops(). + - Build fix for OS X. + - Fix the autolog_ignore_targets logic to work correctly with manually + opened log files (see bug #673). + v0.8.13 2009-04-01 The Irssi team <staff@irssi.org> + Reject some obviously invalid values in /set. + Add perl bindings for Window::get_history_lines |