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