summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorWouter Coekaerts <coekie@irssi.org>2009-12-28 12:26:34 +0000
committercoekie <coekie@dbcabf3a-b0e7-0310-adc4-f8d773084564>2009-12-28 12:26:34 +0000
commit433cf4211f52f971ded2149e573097f9fc99ba2c (patch)
tree280dfd194aa3087db59f191ff094684d5944a3ac /NEWS
parentbb4ce4562bd04eeb24a5953dd8da5c843c04e328 (diff)
downloadirssi-433cf4211f52f971ded2149e573097f9fc99ba2c.zip
Update NEWS
git-svn-id: file:///var/www/svn.irssi.org/SVN/irssi/trunk@5105 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 22 insertions, 0 deletions
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 <staff@irssi.org>
+ + 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 <staff@irssi.org>
+ Make /reset an alias for /set -default.
+ Make /unset an alias for /set -clear.