aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2007-12-20 20:23:56 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2007-12-20 20:23:56 (GMT)
commit03dce043b78103a977bd6c48b81bb1b462aaac5f (patch)
tree6cc49956acf8c4049f7d6702058534d29c1c15c2 /ChangeLog
parentb90a7e21a9f56f8e9f92c7ec357cbf683e6fd712 (diff)
downloadfluxbox-03dce043b78103a977bd6c48b81bb1b462aaac5f.zip
fluxbox-03dce043b78103a977bd6c48b81bb1b462aaac5f.tar.bz2
added ForEach key command
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dc74024..91975b2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.1: 2Changes for 1.0.1:
3*07/12/20:
4 * Added new key command :ForEach (or :Map) (Mark)
5 - :ForEach {<command>} [{ [{<list opts>}] [<bool command>] }]
6 - For example, the following command will shade all windows on the current
7 workspace: ForEach {shade} {{groups} Matches (workspace=[current])}
8 - <list opts> can be any combination of `static' and `groups' where static
9 means windows are listed in creation order, and groups means individual
10 tabs are not considered separately
11 - This replaces syntax such as `:Minimize (layer)', which no longer works
12 WorkspaceCmd.cc/hh
3*07/12/19: 13*07/12/19:
4 * Don't let transient windows steal focus from other programs (Mark) 14 * Don't let transient windows steal focus from other programs (Mark)
5 Window.cc 15 Window.cc