aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-03-31 17:11:59 (GMT)
committermarkt <markt>2007-03-31 17:11:59 (GMT)
commit491c0e523429f45c02f5da04f8b7fbb45095e1e1 (patch)
tree78f86d25ea628dc6fe6ad394053610a6e6e3420d /ChangeLog
parent8f8d8bd0f1ab31eb68d6baf42254b01b1d240510 (diff)
downloadfluxbox-491c0e523429f45c02f5da04f8b7fbb45095e1e1.zip
fluxbox-491c0e523429f45c02f5da04f8b7fbb45095e1e1.tar.bz2
pattern matching for window commands and [group] in apps file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4cf0b0a..480f5f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,27 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1: 2Changes for 1.1:
3*07/03/31:
4 * [group] tag in apps file may now have a pattern appended to it, and a new
5 window will only be automatically attached to the group if the group
6 matches that pattern -- e.g. [group] (workspace) (shaded=no) will only
7 automatically group with windows on the current workspace that are not
8 shaded (Mark)
9 Remember.cc/hh
10 * Lots of window commands now take a client pattern as an additional
11 argument, and the command will then be applied to all matching windows
12 (Mark)
13 - For example: `SendToWorkspace 2 (xterm)' will send all xterm windows to
14 workspace 2
15 - Here is the full list of affected commands (which is not to imply they
16 all necessarily make sense to do): Fullscreen, Minimize, Maximize,
17 MaximizeVertical, MaximizeHorizontal, SetAlpha, Resize, ResizeTo,
18 ResizeHorizontal, ResizeVertical, MoveTo, Move, MoveRight, MoveLeft,
19 MoveUp, MoveDown, Raise, RaiseLayer, Lower, LowerLayer, Close, Kill,
20 Shade, Stick, ToggleDecor, SetHead, Tab, SendToNextWorkspace,
21 SendToPrevWorkspace, TakeToNextWorkspace, TakeToPrevWorkspace,
22 SendToWorkspace, TakeToWorkspace, NextTab, PrevTab, MoveTabLeft,
23 MoveTabRight, DetachClient
24 WorkspaceCmd.cc/hh CurrentWindowCmd.cc/hh FbCommandFactory.cc
3*07/03/30: 25*07/03/30:
4 * Added fi_FI support (Thanks Pasi Juvonen, loudvr at yahoo ca) 26 * Added fi_FI support (Thanks Pasi Juvonen, loudvr at yahoo ca)
5 nls/fi_FI/*, util/fluxbox-generate_menu.in 27 nls/fi_FI/*, util/fluxbox-generate_menu.in