aboutsummaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-07-17 17:56:28 (GMT)
committerrathnor <rathnor>2003-07-17 17:56:28 (GMT)
commitea0762530343d07e80ea667bb646836e2dfe4b1d (patch)
tree2a0b6632ac7242f609f5d73e2150c0636a87c432 /BUGS
parentda1afd9bc238f1902c260d42df23c5d00c00d47e (diff)
downloadfluxbox-ea0762530343d07e80ea667bb646836e2dfe4b1d.zip
fluxbox-ea0762530343d07e80ea667bb646836e2dfe4b1d.tar.bz2
fix java bug (wasn't sending ConfigureNotify events in response to
ConfigureRequests). Also fix no border on transients and some initial gnome atom values.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 4 insertions, 2 deletions
diff --git a/BUGS b/BUGS
index 94ee4b0..ba45b5a 100644
--- a/BUGS
+++ b/BUGS
@@ -22,8 +22,6 @@ BUGS:
22 * After startup the font of the toolbar is to big; reload config works 22 * After startup the font of the toolbar is to big; reload config works
23 around this. 23 around this.
24 24
25 * Transient windows seem to not have a X border - is this right?
26
27 * Saving of number of workspaces on restart 25 * Saving of number of workspaces on restart
28 26
29 * Multiple transients: 27 * Multiple transients:
@@ -68,3 +66,7 @@ Fixed bugs (or not-our-fault bugs):
68 * Workspace1... Workspace12 are disabled 66 * Workspace1... Workspace12 are disabled
69 67
70 * MoveTab* actions are disabled 68 * MoveTab* actions are disabled
69
70 * Transient windows seem to not have a X border - is this right?
71 => no, they ought to have a border
72