aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BUGS4
-rw-r--r--ChangeLog2
2 files changed, 5 insertions, 1 deletions
diff --git a/BUGS b/BUGS
index b3e4230..f4e0511 100644
--- a/BUGS
+++ b/BUGS
@@ -11,7 +11,6 @@ BUGS:
11 * Some builds/distros seem to require all supported locales to be 11 * Some builds/distros seem to require all supported locales to be
12 installed to build properly (e.g. mdk, gentoo reported), this ok? 12 installed to build properly (e.g. mdk, gentoo reported), this ok?
13 13
14 * Icons menu isn't in Workspaces menu
15 14
16 * Window handle is invisible sometimes. 15 * Window handle is invisible sometimes.
17 16
@@ -58,6 +57,9 @@ Fixed bugs (or not-our-fault bugs):
58 * KDE dockapp support (e.g klipper) 57 * KDE dockapp support (e.g klipper)
59 => fixed 58 => fixed
60 59
60 * Icons menu isn't in Workspaces menu
61 => fixed
62
61 * Some people get weird transparency behaviour: 63 * Some people get weird transparency behaviour:
62 - this appears to be a problem with nvidia drivers, make sure 64 - this appears to be a problem with nvidia drivers, make sure
63 RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC 65 RenderAccel is off (Option "RenderAccel" "false"). (thanks RJNFC
diff --git a/ChangeLog b/ChangeLog
index 0608f11..4418855 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.5: 2Changes for 0.9.5:
3*03/07/29: 3*03/07/29:
4 * Fixed kde dockapp bug (Henrik)
5 Screen.cc, fluxbox.cc
4 * Added icon menu to workspace menu (Henrik) 6 * Added icon menu to workspace menu (Henrik)
5 Screen.cc/hh, IconMenuItem.hh, 7 Screen.cc/hh, IconMenuItem.hh,
6 * Change: (Simon) 8 * Change: (Simon)