summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-23 18:53:55 +0000
committerThomas James Alexander Thurman <tthurman@src.gnome.org>2008-11-23 18:53:55 +0000
commit41b6f0803e339425166d4a085e7dcad9e13e5e5c (patch)
treec984edf4a379e639d6ff1c99c6d1b3b9747b1242 /ChangeLog
parent68ac59ff6d11b945ad8f10218f3ade890d5bd861 (diff)
downloadmetacity-41b6f0803e339425166d4a085e7dcad9e13e5e5c.tar.gz
remove apparently spurious warnings about operations on window "none"
* src/core/display.c: remove apparently spurious warnings about operations on window "none" svn path=/trunk/; revision=4026
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c4df6f5..8387dfb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-11-23 Thomas Thurman <tthurman@gnome.org>
+
+ * src/core/display.c: remove apparently spurious warnings about
+ operations on window "none"
+
+2008-11-23 Thomas Thurman <tthurman@gnome.org>
+
+ * src/core/util.c: Set _POSIX_C_SOURCE to 200112L as it should always
+ have been, in an attempt to close #561962.
+
2008-11-22 Thomas Thurman <tthurman@gnome.org>
* configure.in: Set -ansi so people stop complaining about C99.