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