summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-05-17 02:25:59 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-05-17 02:25:59 +0000
commit2ded70ee9463ef0a24eeecb85074378c5c896500 (patch)
tree192ec7d0b7c0ecf96e79c8ecfac728f2b6efaad6 /ChangeLog
parentb9cf431b95e7d9633f7867094a3fad4d6a23a8a6 (diff)
Improve debugging printouts. When G_MAIN_POLL_DEBUG is defined, we check
2008-05-17 Tor Lillqvist <tml@novell.com> * glib/gmain.c: Improve debugging printouts. When G_MAIN_POLL_DEBUG is defined, we check for an environment variable of the same name to decide whether to print out debugging information or not. G_MAIN_POLL_DEBUG is always defined on Windows as there is more often a need to debug this stuff there. On Unix the definition has to be uncommented (or done on the compile command line). svn path=/trunk/; revision=6897
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 52b2c8fb3..776da7043 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2008-05-17 Tor Lillqvist <tml@novell.com>
+ * glib/gmain.c: Improve debugging printouts. When
+ G_MAIN_POLL_DEBUG is defined, we check for an environment variable
+ of the same name to decide whether to print out debugging
+ information or not. G_MAIN_POLL_DEBUG is always defined on Windows
+ as there is more often a need to debug this stuff there. On Unix
+ the definition has to be uncommented (or done on the compile
+ command line).
+
+2008-05-17 Tor Lillqvist <tml@novell.com>
+
* build: Don't include the "build" module with svn:externals any
longer. Instead add the still relevant directories and files from
it for real here in GLib.