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