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