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