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