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