summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2009-01-27 15:40:43 +0000
committerTor Lillqvist <tml@src.gnome.org>2009-01-27 15:40:43 +0000
commit47626b285b41911ff11464dda5beb1137c637fda (patch)
treefafe7a7af412eba905994d98d5d6436a53751684 /ChangeLog
parentf034d1b5ef0cc0f4124f57f67e54e0aef612eeaa (diff)
downloadgconf-47626b285b41911ff11464dda5beb1137c637fda.tar.gz
Use the -mwindows flag when linking on Windows, so that we build a "GUI"
2009-01-27 Tor Lillqvist <tml@novell.com> * gconf/Makefile.am (gconfd_2_LDFLAGS): Use the -mwindows flag when linking on Windows, so that we build a "GUI" executable. * gconf/gconfd.c (main): On Windows, with GCONF_DEBUG_OUTPUT set, make sure stdout and stderr go somewhere. Use the parent's console window if possible, otherwise open an own console window. If we had to open an own console window, give the user a chance to read the output when exiting. Same idea that has been successfully used in GIMP for a while. svn path=/trunk/; revision=2746
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4731e518..653ed8c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2009-01-27 Tor Lillqvist <tml@novell.com>
+
+ * gconf/Makefile.am (gconfd_2_LDFLAGS): Use the -mwindows flag
+ when linking on Windows, so that we build a "GUI" executable.
+
+ * gconf/gconfd.c (main): On Windows, with GCONF_DEBUG_OUTPUT set,
+ make sure stdout and stderr go somewhere. Use the parent's console
+ window if possible, otherwise open an own console window. If we
+ had to open an own console window, give the user a chance to read
+ the output when exiting. Same idea that has been successfully used
+ in GIMP for a while.
+
2009-01-23 Vincent Untz <vuntz@gnome.org>
* backends/xml-backend.c: cygwin needs the same stuff as mingw, so use