aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2007-02-09 18:13:01 (GMT)
committermarkt <markt>2007-02-09 18:13:01 (GMT)
commit6fdda1a31d2417c23f5f222114d30ce6abec8b40 (patch)
tree929a0c0a5ffac232568011ef055934354f4367da /ChangeLog
parent93d8310c0c51fe1edcdfa5240f724ab6306ce92a (diff)
downloadfluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.zip
fluxbox-6fdda1a31d2417c23f5f222114d30ce6abec8b40.tar.bz2
added mouse bindings to the keys file
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4a745e1..ddece80 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/02/09:
4 * Introduced support for mouse buttons in the keys file (Mark)
5 - Mouse buttons are bound to new `keys' Mouse1, Mouse2, etc.
6 - Also a new modifier `OnDesktop' to specify actions that should take place
7 when you click on the desktop -- without this, mouse bindings are global
8 - Obviously, more modifiers are planned, so don't ask
9 - Introduced new command HideMenus
10 - Added a utility to the project that automatically updates configuration
11 files when we change the syntax -- your current mouse bindings on the
12 desktop will be added to your keys file automatically
13 FbCommands.cc/hh FbCommandFactory.cc Keys.cc/hh Screen.cc/hh fluxbox.cc
14 FbTk/KeyUtil.cc/hh WorkspaceCmd.cc data/init.in data/keys util/Makefile.am
15 Added util/fluxbox-update_configs.cc
3*07/02/06: 16*07/02/06:
4 * Wrong window was being raised when attaching an unfocused window (Mark) 17 * Wrong window was being raised when attaching an unfocused window (Mark)
5 Window.cc 18 Window.cc