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