diff options
author | markt <markt> | 2007-01-04 02:15:29 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-04 02:15:29 (GMT) |
commit | e71346bd50f28be68ea8ca51f55dab2af23409fa (patch) | |
tree | 48832f7fbb98aa050596e389241d56a7a187fd89 /ChangeLog | |
parent | 1dc07de3188c8c78f69e273694b27fa580423b55 (diff) | |
download | fluxbox-e71346bd50f28be68ea8ca51f55dab2af23409fa.zip fluxbox-e71346bd50f28be68ea8ca51f55dab2af23409fa.tar.bz2 |
set IconicState on all unmapped clients, and unmap all clients when set to IconicState
also, a little bug fix for previous commit
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/01/04: | 3 | *07/01/04: |
4 | * ICCCM compliance updates -- see Section 4.1.4 (Mark) | ||
5 | - Set IconicState on all unmapped clients | ||
6 | - Unmap all clients when set to IconicState | ||
7 | Window.cc | ||
4 | * Move minimized windows to the back of the focused list (Mark) | 8 | * Move minimized windows to the back of the focused list (Mark) |
5 | Window.cc FocusControl.cc/hh | 9 | Window.cc FocusControl.cc/hh |
6 | *07/01/03: | 10 | *07/01/03: |