1 2007-11-08 Matthias Clasen <mclasen@redhat.com>
3 * glib/gmain.c (g_main_context_release):
4 (g_main_context_new): Fix the doc wording. (#491957,
7 2007-11-08 Matthias Clasen <mclasen@redhat.com>
9 * glib/gutils.c (g_set_application_name): Add a missing
10 since tag. (#464259, Mark Doliner)
12 2007-11-08 Matthias Clasen <mclasen@redhat.com>
14 * glib/goption.c (g_option_context_new): Improve the docs.
15 (#436293, Vincent Untz)
17 2007-11-08 Matthias Clasen <mclasen@redhat.com>
19 * glib/gmain.c (g_main_loop_quit): Expand the docs
20 a bit. (#317775, Søren Sandmann)
22 2007-11-08 Matthias Clasen <mclasen@redhat.com>
24 * autogen.sh: Accept automake 1.10, too
26 * mkinstalldirs: Temporarily add this script, to fix building
29 * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
30 ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
32 2007-11-08 Matthias Clasen <mclasen@redhat.com>
34 * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
36 2007-11-08 Matthias Clasen <mclasen@redhat.com>
38 * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
39 shift state with AIX iconv(). (#467537)
41 2007-11-08 Matthias Clasen <mclasen@redhat.com>
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,
49 2007-11-08 Matthias Clasen <mclasen@redhat.com>
51 * glib/gstrfuncs.c (g_parse_long_long): Don't leave
52 out parameters uninitialized. (#490061, Benjamin Otte)
54 2007-11-07 Matthias Clasen <mclasen@redhat.com>
56 * glib/gmain.c (g_main_context_unref): Don't leak the
57 condvar. (#479724, Areg Beketovski)
59 2007-11-07 Matthias Clasen <mclasen@redhat.com>
62 * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack):
63 New function, to get the stack of open elements. (#452887,
66 2007-11-07 Matthias Clasen <mclasen@redhat.com>
68 * glib/gkeyfile.[hc]: Make some functions that take
69 a GError return boolean instead of void. (#375651, Matt Barnes)
71 2007-11-07 Matthias Clasen <mclasen@redhat.com>
73 * autogen.sh: Use automake 1.9
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)
80 2007-11-07 Matthias Clasen <mclasen@redhat.com>
82 === Branch for 2.14 ===