diff options
-rw-r--r-- | BUGS | 3 | ||||
-rw-r--r-- | ChangeLog | 14 | ||||
-rw-r--r-- | TODO | 1 |
3 files changed, 15 insertions, 3 deletions
@@ -3,7 +3,7 @@ Known bugs and missing features that will be fixed in future version: | |||
3 | bugs: | 3 | bugs: |
4 | 4 | ||
5 | * Window handle is invisible sometimes. | 5 | * Window handle is invisible sometimes. |
6 | * Disabling full-maximize doesn't work. | 6 | |
7 | * Some menus don't close when you click on items. | 7 | * Some menus don't close when you click on items. |
8 | * Transparancy for the slit does not always work right. | 8 | * Transparancy for the slit does not always work right. |
9 | * After startup the font of the toolbar is to big; reload config works | 9 | * After startup the font of the toolbar is to big; reload config works |
@@ -22,3 +22,4 @@ fixed bugs (or not-our-fault bugs): | |||
22 | -> this appears to be a problem with nvidia drivers, make sure | 22 | -> this appears to be a problem with nvidia drivers, make sure |
23 | RenderAccel is off (Option "RenderAccel" "false"). | 23 | RenderAccel is off (Option "RenderAccel" "false"). |
24 | (thanks RJNFC on #fluxbox, and barlad in gentoo forums) | 24 | (thanks RJNFC on #fluxbox, and barlad in gentoo forums) |
25 | * Disabling full-maximize doesn't work (fixed in cvs). | ||
@@ -1,5 +1,15 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.4: | 2 | Changes for 0.9.4: |
3 | *03/06/18: | ||
4 | * Fixed toolbar and slit maximize implementation (Henrik) | ||
5 | Toolbar.hh/cc, Slit.hh/cc | ||
6 | * Fixed _NET_WM_STRUT support (Henrik) | ||
7 | Ewmh.hh/cc, AtomHandler.hh, Gnome.hh, Remember.hh, ToolbarHandler.hh | ||
8 | Screen.hh/cc, fluxbox.cc, Window.hh/cc | ||
9 | * Added Strut.hh which contains left, right, top and bottom (Henrik) | ||
10 | *03/06/16: | ||
11 | * Fixed trailing whitespace in group file loading (Henrik) | ||
12 | Workspace.cc | ||
3 | *03/06/15: | 13 | *03/06/15: |
4 | * Apply workaround for strftime test - fails with gcc 3.3 due to | 14 | * Apply workaround for strftime test - fails with gcc 3.3 due to |
5 | compiler bug? - thanks Joshua Kwan (Simon) | 15 | compiler bug? - thanks Joshua Kwan (Simon) |
@@ -27,12 +37,14 @@ Changes for 0.9.4: | |||
27 | - e.g. [app] (title=.*gaim.*) | 37 | - e.g. [app] (title=.*gaim.*) |
28 | will match anything with gaim in the title ("gaim", "the gaim | 38 | will match anything with gaim in the title ("gaim", "the gaim |
29 | window", etc. | 39 | window", etc. |
30 | RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc WinClient.hh/cc StringUtil.hh/cc | 40 | RegExp.hh/cc ClientPattern.hh/cc configure.in Makefile.am Remember.hh/cc |
41 | WinClient.hh/cc StringUtil.hh/cc | ||
31 | *03/06/12: | 42 | *03/06/12: |
32 | * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) | 43 | * Renamed i18n.hh/cc to I18n.hh/cc (Henrik) |
33 | *03/06/11: | 44 | *03/06/11: |
34 | * Added nls for antialias (Thanks ...) | 45 | * Added nls for antialias (Thanks ...) |
35 | nls/C/Configmenu.m, Screen.cc, nls/C/ja_JP/Configmenu.m | 46 | nls/C/Configmenu.m, Screen.cc, nls/C/ja_JP/Configmenu.m |
47 | --------------------------------------------------------------------------------- | ||
36 | Changes for 0.9.3: | 48 | Changes for 0.9.3: |
37 | *03/06/08: | 49 | *03/06/08: |
38 | * Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon) | 50 | * Add Reconfigure and Restart Key actions, thanks Jann Fisher (Simon) |
@@ -24,7 +24,6 @@ | |||
24 | * Fix configurable toolbar | 24 | * Fix configurable toolbar |
25 | so the user can configure toolbar in a config file | 25 | so the user can configure toolbar in a config file |
26 | * Finnish (Finland) translation | 26 | * Finnish (Finland) translation |
27 | * Wheel-config support | ||
28 | * Separator in the menus | 27 | * Separator in the menus |
29 | * "Iconify group"/group commands in Windowmenu | 28 | * "Iconify group"/group commands in Windowmenu |
30 | * Call and navigate menus from the keyboard (bind a menu to a key | 29 | * Call and navigate menus from the keyboard (bind a menu to a key |