: Use only the wide character API here, too.
[platform/upstream/glib.git] / ChangeLog
index 40bf81d..dc287cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2006-12-28  Tor Lillqvist  <tml@novell.com>
+
+       * glib/gutils.h (G_WIN32_DLLMAIN_FOR_DLL_NAME)
+       * glib/gutils.c (get_windows_directory_root): : Use only the wide
+       character API here, too.
+
+       * glib/gslice.c: Make it compile on Win32 without pthreads: Use a
+       Win32 critical section instead.
+
+       * glib/gmessages.c (g_logv): On Win32, if we get a fatal error
+       message while being debugged we break into the debugger with
+       G_BREAKPOINT(). Don't call abort() if the user is foolhardy enough
+       to continue after the breakpoint. The user presumably knows what
+       he is doing and deserves what he gets. (#376645, Andreas Köhler)
+
 Thu Dec 28 12:50:31 2006  Tim Janik  <timj@imendio.com>
 
        * glib/gslice.h, glib/gslice.c: implemented static debugging