summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 6 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 850d03e8..377e0480 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,11 @@
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)
+ With active_window_ignore_refnum ON, the current behavior for the
+ active_window key (meta-a by default) is preserved: it switches to the
+ window with the highest activity level that was last activated.
+ With active_window_ignore_refnum OFF, the old behavior is used:
+ it switches to the window with the highest activity level with the
+ lowest refnum. (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