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