diff options
author | markt <markt> | 2007-01-13 19:24:35 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-13 19:24:35 (GMT) |
commit | 16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (patch) | |
tree | 76c039d232794177028d08b0409e4fd8625c328e /ChangeLog | |
parent | fa2519525aa8e08c4c11393a8734c606a7820ee1 (diff) | |
download | fluxbox-16743aad06e7f8b6c2d3b0aab4311980ce06dc16.zip fluxbox-16743aad06e7f8b6c2d3b0aab4311980ce06dc16.tar.bz2 |
don't change focus order unless the user specifically focuses a window
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/01/13: | ||
4 | * Only change focus order when user specifically focuses a window (Mark) | ||
5 | Screen.cc Window.cc FocusControl.cc/hh | ||
3 | *07/01/11: | 6 | *07/01/11: |
4 | * Added option to :Minimize key command to lower all windows in the same | 7 | * Added option to :Minimize key command to lower all windows in the same |
5 | layer as the focused window -- syntax is `:Minimize (layer)' (Mark) | 8 | layer as the focused window -- syntax is `:Minimize (layer)' (Mark) |