diff options
author | markt <markt> | 2007-01-25 18:09:11 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-25 18:09:11 (GMT) |
commit | 0f07f98ae22cc769a57e85c19ecb5397c2084488 (patch) | |
tree | 5b8b87254da99799c342efbefcda51f9425c69fc /ChangeLog | |
parent | 69bac5d56ff60dfce108e3a25270aab8eaf2b345 (diff) | |
download | fluxbox_pavel-0f07f98ae22cc769a57e85c19ecb5397c2084488.zip fluxbox_pavel-0f07f98ae22cc769a57e85c19ecb5397c2084488.tar.bz2 |
don't raise windows above OverrideRedirect windows, or else they eventually get restacked on the bottom
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes for 1.0rc3: |
3 | *07/01/25: | ||
4 | * Don't raise any windows above OverrideRedirect windows, otherwise they | ||
5 | eventually get pushed to the bottomm, bug #1447583 (Mark) | ||
3 | *07/01/24: | 6 | *07/01/24: |
4 | * Detect user's shell from environment rather than assuming /bin/sh (Mark) | 7 | * Detect user's shell from environment rather than assuming /bin/sh (Mark) |
5 | FbCommands.cc | 8 | FbCommands.cc |