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