summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-27 03:53:07 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2009-01-27 03:53:07 +0000
commit8cbcbb0655a142bca77e3e49619310a8626301f4 (patch)
treebc7d421a6c73f4b69827dc1efb2217ee9e7079d9 /ChangeLog
parent35d9d2864f61d9f72baabfd73bbb475a0702fa53 (diff)
downloadmetacity-8cbcbb0655a142bca77e3e49619310a8626301f4.tar.gz
More of the window properties are checked using simple
window property handlers. The ones which remain don't actually look up the new value in the ordinary way, and so are a little trickier to merge. Added an "initial" flag to be on the safe side that the behaviour is the same as before (so we don't do things when a window's first mapped that we only used to do when a property changed). Partial fix for bug #549886. * src/core/window-props.c: * src/core/window-props.h: * src/core/window.c: svn path=/trunk/; revision=4089
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 15129504..4636f231 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2009-01-26 Thomas Thurman <tthurman@gnome.org>
+
+ More of the window properties are checked using simple
+ window property handlers. The ones which remain don't
+ actually look up the new value in the ordinary way, and
+ so are a little trickier to merge. Added an "initial"
+ flag to be on the safe side that the behaviour is the
+ same as before (so we don't do things when a window's
+ first mapped that we only used to do when a property
+ changed). Partial fix for bug #549886.
+
+ * src/core/window-props.c:
+ * src/core/window-props.h:
+ * src/core/window.c:
+
2009-01-25 Elijah Newren <newren gmail com>
* src/core/window.c: add support for _NET_WM_MOVERESIZE_CANCEL.