diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/07/01: | ||
4 | * Added keyboard navigation for menus (Henrik) | ||
5 | (click on title to get input focus, unless you're using RootMenu in keys) | ||
6 | Use keys: | ||
7 | Up/Down: select menu item | ||
8 | Left/Right: go in/out from submenus | ||
9 | Escape: close menu and return focus to windows | ||
10 | Enter: run/execute/toggle menu item | ||
11 | Menu.hh/cc, fluxbox.cc | ||
12 | * Fixed reconfigure toolbar on screen reconfig signal (Henrik) | ||
13 | Screen.hh/cc, Toolbar.cc | ||
14 | * Fixed workspace label redraw bug (Thanks Jochem Kossen j.kossen<a(T)>home.nl) | ||
15 | ToolbarHandler.cc | ||
3 | *03/06/30: | 16 | *03/06/30: |
4 | * Fixed so we can use the same action strings in menu as in key actions (Henrik) | 17 | * Fixed so we can use the same action strings in menu as in key actions (Henrik) |
5 | Screen.cc | 18 | Screen.cc |