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