diff options
author | rathnor <rathnor> | 2004-08-29 12:35:29 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-29 12:35:29 (GMT) |
commit | ef9565efd8431eed3f561154c58765d5a77be90a (patch) | |
tree | dc0de9202454de040cd88db5e076d1ded565a4e7 /ChangeLog | |
parent | 92dc8d745214ac4f8c81bbad6d529a19fb4fe46c (diff) | |
download | fluxbox-ef9565efd8431eed3f561154c58765d5a77be90a.zip fluxbox-ef9565efd8431eed3f561154c58765d5a77be90a.tar.bz2 |
fix crash bug when windowmenu doesn't include extramenus
improve checking of existence/success of loading windowmenu file
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,12 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.10: | 2 | Changes for 0.9.10: |
3 | *04/08/29: | 3 | *04/08/29: |
4 | * Fix crash when extramenus not attached to windowmenu (Simon) | ||
5 | - and add checking that windowmenu file exists and sorta parses | ||
6 | Window.cc FbTk/Menu.hh MenuCreator.hh/cc | ||
7 | * Tweak toolbar size/position (esp when 100% width) (Simon) | ||
8 | - and fix menu size bug when initialising with no style | ||
9 | Toolbar.cc FbTk/MenuTheme.cc | ||
4 | * Add back Workspace<n> actions with deprecated message (Simon) | 10 | * Add back Workspace<n> actions with deprecated message (Simon) |
5 | - need transition time, remove when 1.0 has been widely used for a while | 11 | - need transition time, remove when 1.0 has been widely used for a while |
6 | FbCommandFactory.cc | 12 | FbCommandFactory.cc |