1 2007-11-09 Matthias Clasen <mclasen@redhat.com>
3 * glib/gkeyfile.c: Coding style cleanups and doc
4 improvements. (#491979, #491982, Areg Beketovski)
6 2007-11-09 Matthias Clasen <mclasen@redhat.com>
8 * glib/giochannel.c: Coding style cleanups and doc
9 improvements. (#491975, Areg Beketovski)
11 2007-11-09 Matthias Clasen <mclasen@redhat.com>
13 * glib/gmain.c (g_main_context_iteration): Improve the
14 docs. (#491974, Areg Beketovski)
16 2007-11-09 Matthias Clasen <mclasen@redhat.com>
18 * glib/gdate.c: Coding style fixes.
20 2007-11-09 Matthias Clasen <mclasen@redhat.com>
22 * configure.in: Add AM_PROG_CC_C_O.
24 * Makefile.am: Remove the install-exec-local hook and use
25 configexecincludedir_DATA instead, in an attempt to avoid
26 automake 1.9 <> 1.10 incompatibilities.
28 * glib/Makefile.am: Rename MIRRORING_TAB_SOURCES, since
29 automake 1.10 complains.
31 2007-11-09 Matthias Clasen <mclasen@redhat.com>
33 * glib/gspawn.c (g_spawn_sync): Improve the docs. (#491968,
36 2007-11-08 Matthias Clasen <mclasen@redhat.com>
38 * glib/gmain.c (g_main_context_release):
39 (g_main_context_acquire):
40 (g_main_context_new): Fix the doc wording. (#491957,
41 #491965, #491966, Areg Beketovski)
43 2007-11-08 Matthias Clasen <mclasen@redhat.com>
45 * glib/gutils.c (g_set_application_name): Add a missing
46 since tag. (#464259, Mark Doliner)
48 2007-11-08 Matthias Clasen <mclasen@redhat.com>
50 * glib/goption.c (g_option_context_new): Improve the docs.
51 (#436293, Vincent Untz)
53 2007-11-08 Matthias Clasen <mclasen@redhat.com>
55 * glib/gmain.c (g_main_loop_quit): Expand the docs
56 a bit. (#317775, Søren Sandmann)
58 2007-11-08 Matthias Clasen <mclasen@redhat.com>
60 * autogen.sh: Accept automake 1.10, too
62 * mkinstalldirs: Temporarily add this script, to fix building
65 * Makefile.am: Use MKDIRS_P instead of mkinstalldirs, add
66 ChangeLog.pre-2-14 and mkinstalldirs to EXTRA_DIST.
68 2007-11-08 Matthias Clasen <mclasen@redhat.com>
70 * glib/gmarkup.h: Include gslist.h. Pointed out by Michael Natterer.
72 2007-11-08 Matthias Clasen <mclasen@redhat.com>
74 * glib/gconvert.c (g_convert_with_iconv): Try harder to reset
75 shift state with AIX iconv(). (#467537)
77 2007-11-08 Matthias Clasen <mclasen@redhat.com>
80 * m4macros/glib-2.0.m4: Require pkg-config 0.16 in configure
81 and in AM_PATH_GLIB_2_0 to be consistent with the use of
82 PKG_PROG_PKG_CONFIG which was introduced in 0.16. (#418778,
85 2007-11-08 Matthias Clasen <mclasen@redhat.com>
87 * glib/gstrfuncs.c (g_parse_long_long): Don't leave
88 out parameters uninitialized. (#490061, Benjamin Otte)
90 2007-11-07 Matthias Clasen <mclasen@redhat.com>
92 * glib/gmain.c (g_main_context_unref): Don't leak the
93 condvar. (#479724, Areg Beketovski)
95 2007-11-07 Matthias Clasen <mclasen@redhat.com>
98 * glib/gmarkup.[hc] (g_markup_parse_context_get_element_stack):
99 New function, to get the stack of open elements. (#452887,
102 2007-11-07 Matthias Clasen <mclasen@redhat.com>
104 * glib/gkeyfile.[hc]: Make some functions that take
105 a GError return boolean instead of void. (#375651, Matt Barnes)
107 2007-11-07 Matthias Clasen <mclasen@redhat.com>
109 * autogen.sh: Use automake 1.9
112 * configure.in: Move some inter-*.m4 includes from
113 configure.in to acinclude.m4 to avoid warnings when
114 using automake 1.9. (#449937)
116 2007-11-07 Matthias Clasen <mclasen@redhat.com>
118 === Branch for 2.14 ===