aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a535688..84a7834 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.5: 2Changes for 0.9.5:
3*03/07/18:
4 * Fix java bug. Wasn't sending ConfigureNotify's to client (Simon)
5 - also fix missing border on transient windows
6 - also set some gnome hints initially
7 Window.hh/cc Gnome.cc
3*03/07/12: 8*03/07/12:
4 * Fixed 8 bpp crash (Henrik) 9 * Fixed 8 bpp crash (Henrik)
5 ImageControl.cc 10 ImageControl.cc