diff options
author | mathias <mathias> | 2005-06-15 09:48:46 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-15 09:48:46 (GMT) |
commit | cdc4338c6b7175e0c2654e42a01ae575722f4fd1 (patch) | |
tree | 3141c97a59c1213aeb8ab7a674dfba3512cf9311 /ChangeLog | |
parent | acaa58309364238371dec1c30d8fe5097843fd57 (diff) | |
download | fluxbox-cdc4338c6b7175e0c2654e42a01ae575722f4fd1.zip fluxbox-cdc4338c6b7175e0c2654e42a01ae575722f4fd1.tar.bz2 |
Fixes #1213003, SendToWorkspace shouldnt follow
SendToWorkspace and the rest are putting the window onto the new workspace
silently, TakeToWorkspace warps to the new workspace with the window.
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 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/15: | 3 | *05/06/15: |
4 | * Fixes #1213003, SendToWorkspace shouldnt follow (Mathias) | ||
5 | - SendToWorkspace silently changes the workspace of the window | ||
6 | - TakeToWorkspace takes the window and puts it onto the ws | ||
7 | FbCommandFactory.cc CurrentWindowCmd.cc/hh | ||
4 | * Fixes #1216020, *.font.effect wont get cleared if not defined in style (Mathias) | 8 | * Fixes #1216020, *.font.effect wont get cleared if not defined in style (Mathias) |
5 | FbTk/Font.cc | 9 | FbTk/Font.cc |
6 | *05/06/09: | 10 | *05/06/09: |