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