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