diff options
author | simonb <simonb> | 2006-07-03 17:18:17 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-07-03 17:18:17 (GMT) |
commit | 12e80f3faf33240a09086198ef9ade997b089dd5 (patch) | |
tree | 3be0af37ae2723fc4694ca2f8adf31020ea941eb /ChangeLog | |
parent | 7d2f7740d1dddf1017c0610ccbdd3fe9527c29d8 (diff) | |
download | fluxbox_pavel-12e80f3faf33240a09086198ef9ade997b089dd5.zip fluxbox_pavel-12e80f3faf33240a09086198ef9ade997b089dd5.tar.bz2 |
fix gravity
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes 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) |