From 7299a8da12a340d1bf590b9541ab8757ba06d799 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 15 Jan 2000 21:55:44 +0000 Subject: [PATCH] When connection is lost to server, irssi will remember the channels in windows. After reconnected, (auto)joining to same channels will join the channels to the old windows. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@107 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index c93214da..02feac4b 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ v0.7.22 2000-01-13 Timo Sirainen [stable] + /window goto active now finds first the window with the higest activity (msgs to you -> msgs -> rest). Alt-A is also default key shortcut for this + + When connection is lost to server, irssi will remember the channels + in windows. After reconnected, (auto)joining to same channels will + join the channels to the old windows. + - Modeless channels (+channel) didn't get synced ever.. - Some kB/s messages displayed wrong values when resuming DCC transfers. Also, kB/s is now displayed with two decimals - "Day changed to 00-10-2000" .. month was wrong. No Y2K bugs