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