aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2006-07-27 00:04:11 (GMT)
committermarkt <markt>2006-07-27 00:04:11 (GMT)
commit7de8cabccfa4ad89923017198c4ace19152046b7 (patch)
tree4918f3b45ed3d7e919e1204a2b40f4410dd034cc /ChangeLog
parent0954a0b61d067d86047d0755a64b953bd12e4c20 (diff)
downloadfluxbox-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--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e5618e..44801b7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes 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