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