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