aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS4
-rw-r--r--ChangeLog12
2 files changed, 15 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index e4f19c9..941572a 100644
--- a/BUGS
+++ b/BUGS
@@ -9,7 +9,6 @@ bugs:
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
10 around this. 10 around this.
11* Transient windows seem to not have a X border - is this right? 11* Transient windows seem to not have a X border - is this right?
12* toggle horz/vertical maximise should restore the orig value
13* saving of number of workspaces on restart 12* saving of number of workspaces on restart
14* multiple transients -> in openoffice - focus jumps between until user 13* multiple transients -> in openoffice - focus jumps between until user
15 does something 14 does something
@@ -27,8 +26,11 @@ FAQ items for:
27 around" => outline moving does this, it's not a bug, etc etc. 26 around" => outline moving does this, it's not a bug, etc etc.
28 27
29fixed bugs (or not-our-fault bugs): 28fixed bugs (or not-our-fault bugs):
29* toggle horz/vertical maximise should restore the orig value (fixed in cvs)
30* Some people get weird transparency behaviour. 30* Some people get weird transparency behaviour.
31 -> this appears to be a problem with nvidia drivers, make sure 31 -> this appears to be a problem with nvidia drivers, make sure
32 RenderAccel is off (Option "RenderAccel" "false"). 32 RenderAccel is off (Option "RenderAccel" "false").
33 (thanks RJNFC on #fluxbox, and barlad in gentoo forums) 33 (thanks RJNFC on #fluxbox, and barlad in gentoo forums)
34* Disabling full-maximize doesn't work (fixed in cvs). 34* Disabling full-maximize doesn't work (fixed in cvs).
35* Workspace1... Workspace12 are disabled
36* MoveTab* actions are disabled
diff --git a/ChangeLog b/ChangeLog
index 494626a..21dbae0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.4: 2Changes for 0.9.4:
3*03/06/30:
4 * Added command "ShowDesktop" (Henrik)
5 This command iconifies all windows and shows the desktop
6 WorkspaceCmd.hh/cc, FbCommandFactory.cc
7 * Added command "ArrangeWindows" (Thanks Ricardo Martins <thecrown<a(t)>softhome.net> )
8 This command arranges so all windows are in a nice row/col order
9 WorkspaceCmd.hh/cc, FbCommandFactory.cc
10 * Changed class Keys to use FbTk::Command (Henrik)
11 Keys.hh/cc, fluxbox.cc
12 * Added Files: (Henrik)
13 CommandParser.hh/cc, FbCommandFactory.hh/cc,
14 WorkspaceCmd.hh/cc, CurrentWindowCmd.hh/cc
3*03/06/29: 15*03/06/29:
4 * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean) 16 * Add chbg support to fbsetbg (Thanks Han and Michael T. Dean)
5 fbsetbg 17 fbsetbg