aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-08-29 12:35:29 (GMT)
committerrathnor <rathnor>2004-08-29 12:35:29 (GMT)
commitef9565efd8431eed3f561154c58765d5a77be90a (patch)
treedc0de9202454de040cd88db5e076d1ded565a4e7 /ChangeLog
parent92dc8d745214ac4f8c81bbad6d529a19fb4fe46c (diff)
downloadfluxbox-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 033a6ad..fa6d44a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.10: 2Changes 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