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