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