Fix up includes
[platform/upstream/glib.git] / ChangeLog
1 2007-11-08  Matthias Clasen <mclasen@redhat.com>
2
3         * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
4
5 2007-11-08  Matthias Clasen <mclasen@redhat.com>
6
7         * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
8         shift state with AIX iconv().  (#467537)
9
10 2007-11-08  Matthias Clasen <mclasen@redhat.com>
11
12         * configure.in:
13         * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
14         and in AM_PATH_GLIB_2_0 to be consistent with the use of
15         PKG_PROG_PKG_CONFIG which was introduced in 0.16.  (#418778,
16         Loïc Minier)
17
18 2007-11-08  Matthias Clasen <mclasen@redhat.com>
19
20         * glib/gstrfuncs.c (g_parse_long_long): Don't leave
21         out parameters uninitialized.  (#490061, Benjamin Otte)
22
23 2007-11-07  Matthias Clasen <mclasen@redhat.com>
24
25         * glib/gmain.c (g_main_context_unref): Don't leak the
26         condvar.  (#479724, Areg Beketovski)
27
28 2007-11-07  Matthias Clasen <mclasen@redhat.com>
29
30         * glib/glib.symbols:
31         * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack): 
32         New function, to get the stack of open elements.  (#452887,
33         Ryan Lortie)
34
35 2007-11-07  Matthias Clasen <mclasen@redhat.com>
36
37         * glib/gkeyfile.[hc]: Make some functions that take
38         a GError return boolean instead of void.  (#375651, Matt Barnes)
39
40 2007-11-07  Matthias Clasen <mclasen@redhat.com>
41         
42         * autogen.sh: Use automake 1.9
43
44         * acinclude.m4:
45         * configure.in: Move some inter-*.m4 includes from
46         configure.in to acinclude.m4 to avoid warnings when
47         using automake 1.9.  (#449937)
48
49 2007-11-07  Matthias Clasen <mclasen@redhat.com>
50
51         === Branch for 2.14 ===