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