summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2007-04-18 17:48:55 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2007-04-18 17:48:55 +0000
commitaf94d52d2187afcee96674ca9f5417e4a85ec266 (patch)
tree608a23be1339a65c98050d7ee4b6b70e2f336e46 /NEWS
parenteb87e8aa72986d42f43d2160b31ca65935b69b4d (diff)
downloadirssi-af94d52d2187afcee96674ca9f5417e4a85ec266.zip
update NEWS
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4455 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ac1641a8..3302207b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
- + Add completion for /window goto
+ + Add completion for /WINDOW GOTO
+ New crapbuster-like "scrollback levelclear" command
+ irssi now aborts a connection when, on an attempt to connect, the server
returns code 432 (Erroneous Nickname), bug #425
@@ -23,6 +23,10 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
+ UPTIME command by Lauri Nurmi with some modifications (Bug 458)
+ Remove CR and LF from Perl commands, to make it harder to introduce a
security bug
+ + Remove bookmark on a line when line is removed (instead of moving it)
+ + Don't fallback to generic word completer if the command specific
+ completion list is not empty.
+ + Recognize cursor left and cursor right sequences sent by recent xterm
- Fix some UTF-8 issues, bugs #452 (Patch by Yi-Hsuan Hsin), #459, #460
- Fixed segfault on quit introduced in 0.8.10
- Fixed a bug where tab-complete didn't worked with utf8/big5 properly
@@ -51,6 +55,13 @@ v0.8.11 200x-xx-xx The Irssi team <staff@irssi.org>
- Fix failed assertion when the config file is unreadable, patch by
Daniel Koning (Bug 164)
- Removed automatic glib downloading and compiling.
+ - Recognize UTF-8 0x80-0x9f as control characters
+ - Fix /FORMAT -delete daychange so it doesn't print an empty line
+ - Forbid /WINDOW SHOW when the target window is sticky rather than when
+ there is a window bound to the container of the target window.
+ - Improve interaction between autolog and non autolog logs
+ - Recognize local oper mode on ircnet (mode +O)
+ - Properly initialize reference count for a new setting (Bug #235)
v0.8.10 2005-12-11 The Irssi team <staff@irssi.org>