summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@irssi.org>2008-08-06 00:47:59 +0000
committerjilles <jilles@dbcabf3a-b0e7-0310-adc4-f8d773084564>2008-08-06 00:47:59 +0000
commita7419662f704d16fddac1e84fbb14d5800e5bfb6 (patch)
treea7bb73d45538514e8a3daf747a4f875d432372b7 /NEWS
parent9fa8cbe7a2ac1c17fa4494389b199319ec966aae (diff)
downloadirssi-a7419662f704d16fddac1e84fbb14d5800e5bfb6.zip
Add some changes of mine to NEWS.
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@4868 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5ea50ce5..27aa7621 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,12 @@ v0.8.13
+ new 'word_completion_backward' command to scroll backwards in the
completion list.
+ add 'list' option to /bind to print all the available commands.
+ + show setter/time in +I lists
+ + apply -usermode before -autosendcmd (bug #548).
+ + reduce memory usage of the scrollback buffer and make the display
+ in /sb status more accurate (higher).
+ + fix data getting dropped when a lot is sent at a time (e.g. when
+ attaching to irssi-proxy, bug #528).
- fix leak with $L expando.
- fix possible crash with /script reset.
- ignore exceptions take precedence over ignores in all cases.