diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,10 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.1.2 | 2 | Changes for 1.1.2 |
3 | |||
4 | *10/04/30: | ||
5 | * Bugfix: _NET_WM_STATE was not set correctly on 64bit systems (Mathias) | ||
6 | Ewmh.cc | ||
7 | |||
3 | *10/03/26: | 8 | *10/03/26: |
4 | * Changed title signal from Focusable to use the new signal system | 9 | * Changed title signal from Focusable to use the new signal system |
5 | (Henrik) | 10 | (Henrik) |
6 | Focusable.cc/hh,WinClient.cc,Window.cc/hh,WinButton.cc/hh,IconButton.cc/hh, | 11 | Focusable.cc/hh,WinClient.cc,Window.cc/hh,WinButton.cc/hh,IconButton.cc/hh, |
7 | Ewmh.cc,ClientMenu.cc/hh,FocusableList.cc/hh | 12 | Ewmh.cc,ClientMenu.cc/hh,FocusableList.cc/hh |
13 | |||
8 | *10/03/17: | 14 | *10/03/17: |
9 | * Changed debug output to use fbdbg instead of cerr (Henrik) | 15 | * Changed debug output to use fbdbg instead of cerr (Henrik) |
10 | 16 | ||