summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRob Adams <readams@readams.net>2004-03-02 02:28:21 +0000
committerRob Adams <readams@src.gnome.org>2004-03-02 02:28:21 +0000
commitf3cc59c78a5f83ef57bdc53426224a7e8a97c38e (patch)
treec1ac8721c86df845b0aea1077652ab40a558714a /ChangeLog
parent56609cbb398b84868ea55004a05c8235f4c8deca (diff)
downloadmetacity-f3cc59c78a5f83ef57bdc53426224a7e8a97c38e.tar.gz
don't promote due to transiency; we handle that elsewhere now.
2004-03-01 Rob Adams <readams@readams.net> * src/stack.c (compute_layer): don't promote due to transiency; we handle that elsewhere now. (ensure_above): perform layer promotion here as well as stack position promotion. Note that this means that we need to do stack constraints now on layer change now. (get_maximum_layer_of_ancestor): remove function (max_layer_func): remove function (MaxLayerData): remove struct
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ac3485f1..a6a41d0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-03-01 Rob Adams <readams@readams.net>
+
+ * src/stack.c (compute_layer): don't promote due to transiency; we
+ handle that elsewhere now.
+ (ensure_above): perform layer promotion here as well as stack
+ position promotion. Note that this means that we need to do stack
+ constraints now on layer change now.
+ (get_maximum_layer_of_ancestor): remove function
+ (max_layer_func): remove function
+ (MaxLayerData): remove struct
+
2004-02-28 Rob Adams <readams@readams.net>
Revert 2/27 patch for layer promotion.