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