aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormarkt <markt>2006-12-19 18:08:33 (GMT)
committermarkt <markt>2006-12-19 18:08:33 (GMT)
commit144091995610ea1b562e96d5e55c99659034bd55 (patch)
treed51a51b509c8f4fe1260584c76d40b83fc4a9d66 /ChangeLog
parent83b9e392933ca882ff89140a9a7f93df8df512e6 (diff)
downloadfluxbox-144091995610ea1b562e96d5e55c99659034bd55.zip
fluxbox-144091995610ea1b562e96d5e55c99659034bd55.tar.bz2
Change to data structure for keybindings, ungrab and grab keys when switching
keymodes instead of deciding whether we need it and repeating the key.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6367429..0ef21fb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*06/12/19:
4 * Little simplification of data structure for keybindings (Mark)
5 Side effects:
6 - "Mod4 a b" now behaves like "Mod4 a None b" -- in fact, "None" is now
7 completely obsolete
8 - You can press "Escape" to cancel any Emacs-style keychain in progress
9 (unless it's bound to something else)
10 - If there is a conflict between bindings, the first one in the file wins
11 - Fixes handling of keychains like "Mod4 a Mod1 b"
12 - Should fix some issues with "None" modifier
13 Keys.cc/hh FbTk/KeyUtil.cc fluxbox.cc
3*06/12/18: 14*06/12/18:
4 * Rotate items in toolbar the same way as tabs (Mark) 15 * Rotate items in toolbar the same way as tabs (Mark)
5 Toolbar.cc 16 Toolbar.cc