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