aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormathias <mathias>2005-04-29 16:58:17 (GMT)
committermathias <mathias>2005-04-29 16:58:17 (GMT)
commit7aed31fc5ca598cb2d333914a9d924870d9ab44b (patch)
treee93389b8ee48c99c3e846750612cb45d49aed3be
parent9214e519b37be2025eb2fd0b9af6a1216eb3fbd0 (diff)
downloadfluxbox-7aed31fc5ca598cb2d333914a9d924870d9ab44b.zip
fluxbox-7aed31fc5ca598cb2d333914a9d924870d9ab44b.tar.bz2
updated changes
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index aada293..1187fac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,16 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.13 2Changes for 0.9.13
3*05/04/29: 3*05/04/29:
4 * Added new IconbarModes: (Mathias)
5 NoIcons - all but iconified windows
6 WorkspaceNoIcons - all but iconified windows on the current ws
7 IconbarTool.cc/hh nls/fluxbox_nls.hh C/Translation.m
4 * Fixed transient bug. (Henrik) 8 * Fixed transient bug. (Henrik)
5 #1157361 inconsistent behavior of Java dialogs. 9 #1157361 inconsistent behavior of Java dialogs.
6 Transients that are created before the transient_for window 10 Transients that are created before the transient_for window
7 gets copied to a transient_for waiting list and when the 11 gets copied to a transient_for waiting list and when the
8 transient_for window is created the transients are updated, 12 transient_for window is created the transients are updated,
9 When raising a transient window the window gets placed last 13 When raising a transient window the window gets placed last
10 in the transient list so it gets raised last and thus gets 14 in the transient list so it gets raised last and thus gets
11 places above. 15 places above.
12 WinClient.hh/cc, Window.cc 16 WinClient.hh/cc, Window.cc