diff options
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 |