aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2005-04-29 03:01:14 (GMT)
committerfluxgen <fluxgen>2005-04-29 03:01:14 (GMT)
commite108c5cac0e12c323b4a730201748ee96455125e (patch)
treef10bc82b496ba512988b1016db82c30cf32d8f7e
parent7e11e99f79b1308931985c3726c8febdab1da2c4 (diff)
downloadfluxbox-e108c5cac0e12c323b4a730201748ee96455125e.zip
fluxbox-e108c5cac0e12c323b4a730201748ee96455125e.tar.bz2
update
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9c424ae..aada293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/04/29:
4 * Fixed transient bug. (Henrik)
5 #1157361 inconsistent behavior of Java dialogs.
6 Transients that are created before the transient_for window
7 gets copied to a transient_for waiting list and when the
8 transient_for window is created the transients are updated,
9 When raising a transient window the window gets placed last
10 in the transient list so it gets raised last and thus gets
11 places above.
12 WinClient.hh/cc, Window.cc
3*05/04/28: 13*05/04/28:
4 * Revert Mathias's little change to my patch, and fix it properly :) (Simon) 14 * Revert Mathias's little change to my patch, and fix it properly :) (Simon)
5 FbTk/FbWindow.cc/hh FbWinFrame.cc 15 FbTk/FbWindow.cc/hh FbWinFrame.cc