glib/giowin32.c glib/gmain.c glib/gstrfuncs.c Decorating variable
[platform/upstream/glib.git] / ChangeLog.pre-2-8
index 87bf51d..2857ac2 100644 (file)
@@ -1,3 +1,39 @@
+2004-04-10  Tor Lillqvist  <tml@iki.fi>
+
+       * glib/giowin32.c
+       * glib/gmain.c
+       * glib/gstrfuncs.c
+       * glib/gthread.c: Decorating variable definitions with
+       __declspec(dllexport) causes problems on Cygwin build, and isn't
+       really needed for a native Win32 build with mingw or MSVC, so
+       remove. (#138402, Roger Leigh)
+
+       * glib/libcharset/localcharset.c: Use Win32-specific code also on
+       Cygwin.
+       * tests/uri-test.c: Don't assume that local filenames are in UTF-8
+       on Cygwin, either. (#138412, Roger Leigh)
+
+2004-04-08  Guntupalli Karunakar  <karunakar@freedomink.org>
+
+        * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS.
+
+2004-04-03  Tor Lillqvist  <tml@iki.fi>
+
+       * configure.in: Remove AC_CYGWIN, obsolete. Don't let pthreads be
+       found on Cygwin, they don't work. (#138401, Roger Leigh)
+
+2004-03-31  Tor Lillqvist  <tml@iki.fi>
+
+       * tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
+       Leigh)
+
+       * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+       on Cygwin. (#138423, Roger Leigh)
+
+2004-03-30  Adam Weinberger  <adamw@gnome.org>
+
+       * configure.in: Added en_CA to ALL_LINGUAS.
+
 2004-03-21  Tor Lillqvist  <tml@iki.fi>
 
        * glib/gutils.c (g_path_get_dirname): Fix Win32 behaviour in some