aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-10-22 17:45:39 (GMT)
committermarkt <markt>2007-10-22 17:45:39 (GMT)
commitc6a2605d76927eed881e4ff9df58a9ec600bf4a2 (patch)
tree468c356ffdad6893d4f4b312f847122b66c997ed /ChangeLog
parentf72633a0e0df146c4860b5b3940e9c3a2f7260b1 (diff)
downloadfluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.zip
fluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.tar.bz2
replaced ModKey with new key commands StartMoving and StartResizing
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 646720b..0644aad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0.1: 2Changes for 1.0.1:
3*07/10/22:
4 * Replaced modKey with new commands StartMoving and StartResizing (Mark)
5 - your keys file should be updated automatically
6 - they must be used with a mouse button, or they won't work
7 - StartResizing takes one or none of the following arguments:
8 NearestCorner, Center, TopLeft, TopRight, BottomLeft, BottomRight
9 Window.cc/hh CurrentWindowCmd.cc/hh FbCommandFactory.cc Screen.cc/hh
10 fluxbox.cc/hh ScreenResources.cc FbCommands.cc/hh
11 util/fluxbox-update_configs.cc
3*07/10/21: 12*07/10/21:
4 * Allow decorations bitmask to be specified using '0x' (Mark) 13 * Allow decorations bitmask to be specified using '0x' (Mark)
5 Window.cc 14 Window.cc