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