aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormathias <mathias>2005-06-15 09:48:46 (GMT)
committermathias <mathias>2005-06-15 09:48:46 (GMT)
commitcdc4338c6b7175e0c2654e42a01ae575722f4fd1 (patch)
tree3141c97a59c1213aeb8ab7a674dfba3512cf9311 /ChangeLog
parentacaa58309364238371dec1c30d8fe5097843fd57 (diff)
downloadfluxbox_pavel-cdc4338c6b7175e0c2654e42a01ae575722f4fd1.zip
fluxbox_pavel-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--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77f2d11..08ac2be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.14: 2Changes 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: