Remove support for Windows 9x/ME, as will be done also in Pango and GTK+.
[platform/upstream/glib.git] / ChangeLog
1 2006-08-29  Tor Lillqvist  <tml@novell.com>
2
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
7         versions, and in CVS.
8
9         * glib/gdir.c
10         * glib/gfileutils.c
11         * glib/gspawn-win32-helper.c
12         * glib/gspawn-win32.c
13         * glib/gstdio.c
14         * glib/gutils.c
15         * glib/gwin32.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
19         Win9x branches.
20
21         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
22         run on Win9x.
23
24 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
25
26         * configure.in: Fix pthread compiler flag detection.
27
28         * glib/gtimer.c: Use Posix monotonic clocks instead of 
29         gettimeofday when available.  (#336114, William Jon McCann)
30
31 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
32
33         * glib/gutils.h: 
34         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
35
36 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
37
38         * configure.in: Fix the pthread compiler flag detection.
39
40         * glib/gunicode.h: 
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.
43
44         * glib/gconvert.c (g_filename_display_name): Adjust callers.
45
46         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
47         places to ensure error messages are valid UTF-8.  (#351853,
48         Simon Budig)
49
50 2006-08-22  Matthias Clasen <mclasen@redhat.com>
51
52         * Branch for 2.12
53