From 433cf4211f52f971ded2149e573097f9fc99ba2c Mon Sep 17 00:00:00 2001 From: Wouter Coekaerts Date: Mon, 28 Dec 2009 12:26:34 +0000 Subject: [PATCH] Update NEWS git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5105 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- NEWS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/NEWS b/NEWS index e684f567..850d03e8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,25 @@ +v0.8.15 20xx-xx-xx The Irssi team + + Add active_window_ignore_refnum option + With active_window_ignore_refnum = ON, the current behavior for the + active_window key (meta-a by default) is preserved: windows are cycled + in the order of most recent activity, highest activity first. + With active_window_ignore_refnum = OFF, the old behavior is used: + windows are cycled in the order of most recent activity, where ties of + equally high activity are broken by refnums. Windows with lower + refnums and equal activity will be chosen first. + (by Matt Sparks, bug #667) + - Change some characters illegal in Windows filenames to underscores in + logs + - Fix disconnects when sending large amounts of data over SSL + - Show all nicks instead of just the first in an /accept * listing + (Bug #704) + - Make several signals without parameters available to perl again. + In particular, this includes the "beep" signal + (by Matt Sparks, bug #674) + - Close the config file fd after saving (by Sven Wegener) + - Check if an SSL certificate matches the hostname of the server we are + connecting to. + v0.8.14 2009-07-28 The Irssi team + Make /reset an alias for /set -default. + Make /unset an alias for /set -clear.