diff options
author | markt <markt> | 2006-07-27 00:04:11 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-27 00:04:11 (GMT) |
commit | 7de8cabccfa4ad89923017198c4ace19152046b7 (patch) | |
tree | 4918f3b45ed3d7e919e1204a2b40f4410dd034cc /ChangeLog | |
parent | 0954a0b61d067d86047d0755a64b953bd12e4c20 (diff) | |
download | fluxbox-7de8cabccfa4ad89923017198c4ace19152046b7.zip fluxbox-7de8cabccfa4ad89923017198c4ace19152046b7.tar.bz2 |
don't switch windows with transients in initWindows() - just do transient later
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *06/07/27: | ||
4 | * Don't change the order of creating windows with transients on restart. | ||
5 | Rather, just move the transient to the end of the list. This preserves the | ||
6 | focused order and also reduces the complexity to O(n). (Mark) | ||
7 | Screen.cc | ||
3 | *06/07/26: | 8 | *06/07/26: |
4 | * Fixed torn menus so they don't close on exec items (Mark) | 9 | * Fixed torn menus so they don't close on exec items (Mark) |
5 | FbTk/Menu.cc | 10 | FbTk/Menu.cc |