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