Use -mwindows.
[platform/upstream/glib.git] / ChangeLog.pre-2-0
index 79cf83c..c7962ca 100644 (file)
@@ -1,3 +1,30 @@
+2001-11-06  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/Makefile.am (gspawn_win32_helper_LDFLAGS): Use -mwindows.
+
+2001-11-05  Tor Lillqvist  <tml@iki.fi>
+
+       * README.win32: Minor edits.
+
+       * glib-zip.in: Build separate runtime and developer packages.
+
+       * glib/libcharset/config.charset (os): Don't need to match mingw
+       after all, the charset.alias file isn't even used on Win32... (see
+       localcharset.c).
+
+       * glib/makefile.mingw.in: Add gdir.
+
+       * glib/glib.def: Add g_dir_* entry points.
+
+Sun Nov  4 20:45:21 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in (CFLAGS): Add check for dirent.h
+
+       * glib/glib.h glib/Makefile.am: Add gdir.
+
+       * glib/gdir.c (g_dir_close): Couple of small tweaks
+       now that it is actually compiling...
+
 Sun Nov  4 20:29:31 2001  Owen Taylor  <otaylor@redhat.com>
 
        * glib/gdir.[ch]: Indentation fixes, some rewriting of docs to
@@ -6,7 +33,7 @@ Sun Nov  4 20:29:31 2001  Owen Taylor  <otaylor@redhat.com>
        * glib/gdir.[ch] (g_dir_close): Remove the boolean 
        return value. What would you do if closing failed?
        What would the user do if you printed a warning
-       message "closing directory %d failed"?
+       message "closing directory %s failed"?
 
 2001-11-04  Hans Breuer  <hans@breuer.org>