diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,12 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.13 | 2 | Changes for 0.9.13 |
3 | *05/04/29: | 3 | *05/04/29: |
4 | * Added new IconbarModes: (Mathias) | ||
5 | NoIcons - all but iconified windows | ||
6 | WorkspaceNoIcons - all but iconified windows on the current ws | ||
7 | IconbarTool.cc/hh nls/fluxbox_nls.hh C/Translation.m | ||
4 | * Fixed transient bug. (Henrik) | 8 | * Fixed transient bug. (Henrik) |
5 | #1157361 inconsistent behavior of Java dialogs. | 9 | #1157361 inconsistent behavior of Java dialogs. |
6 | Transients that are created before the transient_for window | 10 | Transients that are created before the transient_for window |
7 | gets copied to a transient_for waiting list and when the | 11 | gets copied to a transient_for waiting list and when the |
8 | transient_for window is created the transients are updated, | 12 | transient_for window is created the transients are updated, |
9 | When raising a transient window the window gets placed last | 13 | When raising a transient window the window gets placed last |
10 | in the transient list so it gets raised last and thus gets | 14 | in the transient list so it gets raised last and thus gets |
11 | places above. | 15 | places above. |
12 | WinClient.hh/cc, Window.cc | 16 | WinClient.hh/cc, Window.cc |