diff options
author | mathias <mathias> | 2005-06-28 10:16:59 (GMT) |
---|---|---|
committer | mathias <mathias> | 2005-06-28 10:16:59 (GMT) |
commit | a5f7e6f809492b67528744f2aa7ebb59c42738b5 (patch) | |
tree | e0f30d219e6eeb9cb6b07819ac35d4f348c8ea60 /ChangeLog | |
parent | 4382b78b952fb398dc214e8994f0fc96b89b4fb0 (diff) | |
download | fluxbox-a5f7e6f809492b67528744f2aa7ebb59c42738b5.zip fluxbox-a5f7e6f809492b67528744f2aa7ebb59c42738b5.tar.bz2 |
- Fix for toggling the toolbar doesnt update strut (thanx C. Monti)
- Little reordering of ToolbarMenu items, more important ones to the top and
"edit current ws" out... maybe we should think of another way of providing
menus for the tools .. submenus?
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.14: | 2 | Changes for 0.9.14: |
3 | *05/06/28: | ||
4 | * Fix for toggling the toolbar doesnt update strut (thanx C. Monti) | ||
5 | * Little reordering of ToolbarMenu items (Mathias) | ||
6 | Toolbar.cc | ||
3 | *05/06/23: | 7 | *05/06/23: |
4 | * Moved window menu from FluxboxWindow to BScreen, so | 8 | * Moved window menu from FluxboxWindow to BScreen, so |
5 | we now use one window menu per screen instead of one menu per window, | 9 | we now use one window menu per screen instead of one menu per window, |