aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2006-07-03 17:18:17 (GMT)
committersimonb <simonb>2006-07-03 17:18:17 (GMT)
commit12e80f3faf33240a09086198ef9ade997b089dd5 (patch)
tree3be0af37ae2723fc4694ca2f8adf31020ea941eb /ChangeLog
parent7d2f7740d1dddf1017c0610ccbdd3fe9527c29d8 (diff)
downloadfluxbox-12e80f3faf33240a09086198ef9ade997b089dd5.zip
fluxbox-12e80f3faf33240a09086198ef9ade997b089dd5.tar.bz2
fix gravity
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ddfd30..c327f3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*06/07/03: 3*06/07/03:
4 * fix+improve handling of window gravity, was very broken (Simon)
5 - caused (among others) windows with gravity set to get relocated
6 on close.
7 - gravity is now taken into account on style change
8 FbWinFrame.hh/cc Window.hh/cc Ewmh.cc
4 * make our default locale, init, menu, and style paths properly 9 * make our default locale, init, menu, and style paths properly
5 expand PREFIX in the make install stage, so that make prefix=elsewhere 10 expand PREFIX in the make install stage, so that make prefix=elsewhere
6 works properly (Simon) 11 works properly (Simon)