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