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