summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-04 17:54:27 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-04 17:54:27 +0000
commit0f95671fe3628671ddc43a960bd69f867799d00a (patch)
treeaffc07f0cee6074fc57afd124bb62e43d1bbc0c7 /CHANGES
parent14b951254674c75d8422a8ac5f320a54d1dd8a48 (diff)
Disable/enable window activity monitoring with set-window-option command.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 28922944..84ce3437 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,8 @@
04 June 2008
+* New command set-window-option (alias setw) to set the single current window
+ option: monitor-activity to determine whether window activity is shown in
+ the status bar for that window (default off).
* Change so active/bell windows are inverted in status line.
* Activity monitoring - window with activity are marked in status line. No
way to disable this/filter windows yet.
@@ -396,4 +399,4 @@
(including mutt, emacs). No status bar yet and no key remapping or other
customisation.
-$Id: CHANGES,v 1.106 2008-06-04 16:46:23 nicm Exp $
+$Id: CHANGES,v 1.107 2008-06-04 17:54:26 nicm Exp $