1 2006-08-29 Tor Lillqvist <tml@novell.com>
3 Remove support for Windows 9x/ME, as will be done also in Pango
4 and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
5 it's pretty pointless to keep the Win9x code in here either. If
6 somebody is interested, the code can always be found in older GLib
11 * glib/gspawn-win32-helper.c
16 * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
17 G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
18 branches, and any variables or static functions used only by the
21 * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
24 2006-08-27 Matthias Clasen <mclasen@redhat.com>
26 * configure.in: Fix pthread compiler flag detection.
28 * glib/gtimer.c: Use Posix monotonic clocks instead of
29 gettimeofday when available. (#336114, William Jon McCann)
31 2006-08-26 Matthias Clasen <mclasen@redhat.com>
34 * glib/gscanner.c: Fix some typos. (#351741, Kjartan Maraas)
36 2006-08-25 Matthias Clasen <mclasen@redhat.com>
38 * configure.in: Fix the pthread compiler flag detection.
41 * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
42 from gconvert.c, move it to gutf8.c, and export it privately.
44 * glib/gconvert.c (g_filename_display_name): Adjust callers.
46 * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
47 places to ensure error messages are valid UTF-8. (#351853,
50 2006-08-22 Matthias Clasen <mclasen@redhat.com>