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