Add missing includes to a few test programs. (#353580, Chris Wilson)
[platform/upstream/glib.git] / ChangeLog
1 2006-08-31  Matthias Clasen  <mclasen@redhat.com>
2
3         * configure.in: Add missing includes to a few test
4         programs.  (#353580, Chris Wilson)
5
6 2006-08-30  Matthias Clasen  <mclasen@redhat.com>
7
8         * glib/gmarkup.c (g_markup_vprintf_escaped): Don't call
9         va_end on caller-provided va_args.  (#353584, Chris Wilson)
10
11 2006-08-29  Tor Lillqvist  <tml@novell.com>
12
13         Remove support for Windows 9x/ME, as will be done also in Pango
14         and GTK+. GTK+ hasn't worked on Win9x since 2.6 or 2.8 anyway, so
15         it's pretty pointless to keep the Win9x code in here either. If
16         somebody is interested, the code can always be found in older GLib
17         versions, and in CVS.
18
19         * glib/gdir.c
20         * glib/gfileutils.c
21         * glib/gspawn-win32-helper.c
22         * glib/gspawn-win32.c
23         * glib/gstdio.c
24         * glib/gutils.c
25         * glib/gwin32.c
26         * glib/gwin32.h: Remove the G_WIN32_IS_NT_BASED() and
27         G_WIN32_HAVE_WIDECHAR_API() tests and their false (Win9x)
28         branches, and any variables or static functions used only by the
29         Win9x branches.
30
31         * glib/gwin32.c (g_win32_windows_version_init): Call g_error() if
32         run on Win9x.
33
34 2006-08-27  Matthias Clasen  <mclasen@redhat.com>
35
36         * configure.in: Fix pthread compiler flag detection.
37
38         * glib/gtimer.c: Use Posix monotonic clocks instead of 
39         gettimeofday when available.  (#336114, William Jon McCann)
40
41 2006-08-26  Matthias Clasen  <mclasen@redhat.com>
42
43         * glib/gutils.h: 
44         * glib/gscanner.c: Fix some typos.  (#351741, Kjartan Maraas)
45
46 2006-08-25  Matthias Clasen  <mclasen@redhat.com>
47
48         * configure.in: Fix the pthread compiler flag detection.
49
50         * glib/gunicode.h: 
51         * glib/gutf8.c (_g_utf8_make_valid): Rename make_valid_utf8
52         from gconvert.c, move it to gutf8.c, and export it privately.
53
54         * glib/gconvert.c (g_filename_display_name): Adjust callers.
55
56         * glib/gkeyfile.c: Use _g_utf8_make_valid() in a number of
57         places to ensure error messages are valid UTF-8.  (#351853,
58         Simon Budig)
59
60 2006-08-22  Matthias Clasen <mclasen@redhat.com>
61
62         * Branch for 2.12
63