Only access node->data->instance when the node is instantiable.
[platform/upstream/glib.git] / gobject / ChangeLog
1 Tue Jul  8 22:29:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
2
3         * gtype.c (type_class_init_Wm): Only access node->data->instance
4         when the node is instantiable.
5
6 Tue Jul  8 14:55:27 2003  Owen Taylor  <otaylor@redhat.com>
7
8         * gtype.c (type_class_init_Wm): Initialize
9         node->data->instance.private_size here rather than
10         in type_data_make_W() since the class init for the parent
11         class may have changed pnode->data->instance.private_size.
12         (#116921, reported by Soeren Sandmann)
13
14 2003-06-18  Matthias Clasen  <maclas@gmx.de>
15
16         * Makefile.am (man_MANS): Removed, these are now installed from
17         docs/reference/gobject.
18
19 Fri May 30 14:42:24 2003  Owen Taylor  <otaylor@redhat.com>
20  
21         * gobject.c (g_value_set_object): Order refs/unrefs
22         so setting the same object back is safe. (#112861,
23         Morten Welinder)
24  
25 2003-03-24  Sven Neumann  <sven@gimp.org>
26
27         * gtype.c (type_data_finalize_class_ifaces_Wm): removed leftover
28         debugging message (bug #109093).
29
30 Thu Feb 27 17:33:19 2003  Owen Taylor  <otaylor@redhat.com>
31
32         * gtype.[ch] testgobject.c: Add support for instance-private data. 
33         g_type_class_add_private(), g_type_instance_get_private(),
34         G_TYPE_INSTANCE_GET_PRIVATE(). (#101959, patch partly by
35         Mark McLoughlin, extensive feedback from Tim Janik.)
36
37 2003-03-06  Matthias Clasen  <maclas@gmx.de>
38
39         * gsignal.c (g_signal_handlers_block_matched): 
40         (g_signal_handlers_unblock_matched): 
41         (g_signal_handlers_disconnect_matched): Fix 0/FALSE confusion.
42         (#107662, Morten Welinder)
43
44 Mon Feb 17 20:59:47 2003  Tim Janik  <timj@gtk.org>
45
46         * gvalue.c (g_value_register_transform_func): don't assert the types
47         passed in to have value tables. this prevents dynamic types from
48         registering transform functions.
49
50 Sun Feb  9 13:44:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
51
52         * gboxed.c (boxed_proxy_value_init): remove lookup of unused
53         BoxedNode.
54
55 2003-02-07  Matthias Clasen  <maclas@gmx.de>
56
57         * gtypemodule.c: 
58         * gtype.c: 
59         * gsourceclosure.c: 
60         * gparamspecs.c: 
61         * gparam.c: 
62         * gobject.c: 
63         * gsignal.c: Remove all docs from gobject at Tims
64         request. Documentation is only for weenies anyway...    
65
66 2003-01-12  Tor Lillqvist  <tml@iki.fi>
67
68         * gobject.def: Add g_type_interface_prerequisites. Thanks to
69         Kenichi SUTO.
70
71 2002-12-18  Matthias Clasen  <maclas@gmx.de>
72
73         * gobject.c: Add docs.
74
75 2002-12-18  Michael Natterer  <mitch@gimp.org>
76
77         * gobject/gtype.c (type_data_finalize_class_ifaces_Wm): applied
78         patch I got from Tim Janik for testing which fixes bug #101521.
79         (restart iterating the interface enties each time we finalized one
80         because they might have been modified).
81
82 2002-12-17  Matthias Clasen  <maclas@gmx.de>
83
84         * gparam.c (g_param_spec_internal): Remove markup from doc
85         comment, as GObject doesn't use --sgml-mode yet.
86
87 2002-12-15  Matthias Clasen  <maclas@gmx.de>
88
89         * gsignal.c (g_signal_new): Typo fix.
90
91         * gparamspecs.c:  
92         * gparam.c (g_param_spec_internal): 
93         * gobject.c (g_object_class_install_property): Add docs.
94
95 2002-12-13  Matthias Clasen  <maclas@gmx.de>
96
97         * glib-genmarshal.c, gobject-query.c: Use g_printf() instead of 
98         system printf.  (#99319)
99
100 Thu Dec 12 15:00:10 2002  Manish Singh  <yosh@gimp.org>
101
102         * gvaluetransform.c: use G_G[U]INT64_FORMAT unconditionally,
103         since we'll always have it now.
104
105 2002-12-07  Matthias Clasen  <maclas@gmx.de>
106
107         * gparam.c (canonalize_key): Rename to canonicalize_key. Adjust
108         all callers.
109
110 2002-12-05  Matthias Clasen  <maclas@gmx.de>
111
112         * gsignal.c (g_signal_new): Explain allowed signal names in more
113         detail.
114
115 2002-12-04  Matthias Clasen  <maclas@gmx.de>
116
117         * gsignal.h (g_signal_add_emission_hook): 
118         * gtype.h (g_type_interface_get_plugin): Sync parameter names with
119         docs and implementation.
120
121         * gtype.c (g_type_add_interface_dynamic): 
122         (g_type_interface_get_plugin): 
123         (g_type_interface_peek_parent): 
124         (g_type_query): Add docs.
125
126 2002-12-03  Matthias Clasen  <maclas@gmx.de>
127
128         * gtype.c (g_type_get_qdata): 
129         (g_type_set_qdata): 
130         (g_type_interface_add_prerequisite): Add docs.
131
132 2002-12-02  Matthias Clasen  <maclas@gmx.de>
133
134         * gobject.c (g_signal_connect_object): Add docs.
135
136 2002-11-30  Matthias Clasen  <maclas@gmx.de>
137
138         * gsignal.c: More docs.
139
140 2002-11-28  Matthias Clasen  <maclas@gmx.de>
141
142         * gtype.c (g_type_interface_prerequisites): Document as 2.2 
143         API addition.
144
145 Thu Nov 21 16:05:50 2002  Owen Taylor  <otaylor@redhat.com>
146
147         * gtype.c (g_type_check_instance_cast): Allow
148         NULL to be cast to any type. (Frequently requested,
149         most recently #99023, Lars Clausen.)
150
151 Mon Nov  4 14:42:36 2002  Owen Taylor  <otaylor@redhat.com>
152  
153         * gtype.c gsignal.c gvaluearray.c: Include config.h
154         so DISABLE_MEMPOOLS actually has an effect.
155         (#96437, Morten Welinder)
156  
157         * gsignal.c: Conditionalize definition of g_handler_ts
158         on DISABLE_MEM_POOLS (#96437)
159         
160 2002-10-20  Matthias Clasen  <maclas@gmx.de>
161
162         * gtype.c (g_type_interface_prerequisites): Report only the most
163         specific instantiatable prerequisite, filter out all supertypes of
164         this one (the supertypes are added to the prerequisites array for
165         technical reasons).
166
167 2002-10-16  Matthias Clasen  <maclas@gmx.de>
168
169         * glib-mkenums.in: Support for template files.
170         
171         * glib-mkenums.1: Document --template.
172
173 2002-10-15  Matthias Clasen  <maclas@gmx.de>
174
175         * gtype.c (g_type_interface_prerequisites): New function to obtain
176         the prerequisites of an interface type.
177
178 Sat Oct 12 22:02:32 2002  Tim Janik  <timj@gtk.org>
179
180         * merged up from 2.0:
181
182         * testgobject.c: test creation of new fundamental types.
183
184         * gtype.c (g_type_fundamental_next), (type_node_fundamental_new_W):
185         account for static_fundamental_next storing non-shifted fundamental
186         IDs. this fixes g_type_fundamental_next() not returning a new usable
187         fundamental ID.
188
189 Wed Sep 11 16:50:20 2002  Dom Lachowicz <cinamod@hotmail.com>
190
191         * gtype.h: Fix problems with excessive C++ warnings: "ISO C++ forbids nested groups within expressions"
192         
193 Fri Jul 26 15:46:36 2002  Owen Taylor  <otaylor@redhat.com>
194
195         * gvaluetransform.c: Fix problems with excess ';'
196         by addition of strategic 'extern void glib_dummy_decl (void)'
197         (#83272, David L. Cooper II)
198
199 Thu Jul 25 20:34:39 2002  Owen Taylor  <otaylor@redhat.com>
200
201         * gtype.c (g_type_interface_add_prerequisite): When
202         adding ancestral prerequisites, add the grandparents,
203         not the siblings. (Problem found by Jon Trowbridge, patch from 
204         Dave Camp, #86879)
205
206 2002-07-05  Anders Carlsson  <andersca@gnu.org>
207
208         * gobject.c (g_object_base_class_finalize): Remove debugging
209         message, approved by Tim Janik.
210
211 2002-06-11  Anders Carlsson  <andersca@gnu.org>
212
213         * gtypemodule.c: (g_type_module_complete_interface_info):
214         * gtypeplugin.h:
215         Fix argument order. Fixes #82806.
216         
217 Mon May 20 15:57:47 2002  Owen Taylor  <otaylor@redhat.com>
218
219         * gsignal.c: When printing errors, handle NULL
220         returns from g_type_debug(). (#73559, Laszlo Peter)
221
222         * gtype.c (type_descriptive_name_I): De-inline,
223         since it's only used for debugging.
224
225 Tue May  7 15:03:02 2002  Owen Taylor  <otaylor@redhat.com>
226
227         * glib-genmarshal.c: Fix include order for config.h (#71704,
228         Morten Welinder)
229
230 2002-05-07  Michael Natterer  <mitch@gimp.org>
231
232         * Makefile.am: use the glib-genmarshal found at configure time
233         if CROSS_COMPILING is set, use the one which was just built
234         otherwise.
235
236 Mon May  6 16:06:23 2002  Owen Taylor  <otaylor@redhat.com>
237
238         [ merged from stable ]
239
240         * gobject.c: Remove PROPERTIES_CHANGED enumeration
241         value that wasn't used any more. (#78833, 
242         Matthias Clasen)
243
244         * gboxed.c (g_boxed_copy): Remove check on data[2]
245         that no longer exists. (#80814, Daniel Elstner)
246
247 Tue Mar 26 15:21:47 2002  Owen Taylor  <otaylor@redhat.com>
248
249         * gsignal.h (g_signal_handlers_*_by_func): Add explicit
250         cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA to
251         GSignalMatchType so that these macros work for C++.
252         (#76454, Damien Sandras)
253
254 Mon Mar 25 17:51:05 2002  Owen Taylor  <otaylor@redhat.com>
255
256         * glib-mkenums.in (parse_entries): Fix various bugs and
257         excessive stack usage that crept in the conversion from
258         gtk-mkenums. (#74431)
259
260 Mon Mar 25 17:25:57 2002  Owen Taylor  <otaylor@redhat.com>
261
262         * gtype.c (g_type_free_instance): Wrap setting freed instance
263         memory to 0xaa in #ifdef G_ENABLE_DEBUG
264
265 Thu Mar 21 01:28:14 2002  Tim Janik  <timj@gtk.org>
266
267         * gsignal.[hc]:
268         * gobject.[hc]: fix extraneous include.
269
270 Tue Mar 19 18:57:12 2002  Tim Janik  <timj@gtk.org>
271
272         * gtype.c (check_add_interface_L): applied patch from Matthias Clasen
273         <maclas@gmx.de> to check for prerequisite of interfaces, fixes #74427.
274         fixed mutex recursion in his patch (we can't call g_type_is_a() while
275         holding a read lock).
276
277         * gparam.c (canonalize_key): cleanup.
278
279 2002-03-13  Alexander Larsson  <alla@lysator.liu.se>
280
281         * gparam.c (canonalize_key):
282         Function to canonicalize parameter names. Faster than
283         using g_strcanon().
284         (g_param_spec_internal, param_spec_ht_lookup):
285         Use canonalize_key.
286
287 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
288         * gobject/gclosure.c  
289         * gobject/gobject.c 
290         * gobject/gsignal.c: fixed cast problems with function pointer
291         to avoid warnings (with forte compiler) (#73898)
292         
293 2002-03-05  Sven Neumann  <sven@gimp.org>
294
295         * gvaluetransform.c (g_value_transforms_init): don't try to 
296         register undeclared value transform functions if G_GINT64_FORMAT
297         or G_GUINT64_FORMAT are undefined (#73586).
298
299 2002-03-03  Tor Lillqvist  <tml@iki.fi>
300
301         * makefile.msc.in
302         * makefile.mingw.in: Rename testgruntime to testgobject here, too.
303
304 Sun Mar  3 04:11:58 2002  Tim Janik  <timj@gtk.org>
305
306         * gobject.c: placed a comment about not changing CArray until we have
307         g_object_list_watched_closures().
308
309         * gparam.h (struct _GParamSpecClass): added padding.
310
311         * gobjectnotifyqueue.c (struct _GObjectNotifyQueue): abuse
312         g_list_alloc() to allocate GObjectNotifyQueue to et rid
313         of locking issues.
314
315 Tue Feb 26 10:51:00 2002  Owen Taylor  <otaylor@redhat.com>
316
317         * Makefile.am (testgobject_LDADD): Rename testgruntime
318         to testgobject.
319
320 Sun Feb 24 22:08:29 2002  Owen Taylor  <otaylor@redhat.com>
321
322         * gtypemodule.[ch] (g_type_module_add_interface): Make
323         GInterfaceInfo paramter const to correspond to the
324         conventions for the g_type_add_interface() functions.
325         (#72461, Miroslaw Dobrzanski-Neumann)
326
327 Sat Feb 23 13:28:56 2002  Owen Taylor  <otaylor@redhat.com>
328
329         * gtypeplugin.h (struct _GTypePluginClass): Add some
330         padding to the class.
331
332         * gclosure.h (struct _GClosure): Fix typo in comment.
333
334 2002-02-20  Tor Lillqvist  <tml@iki.fi>
335
336         * gobject.def: Add g_value_set_object_take_ownership and
337         g_value_set_param_take_ownership.
338
339 Wed Feb 20 22:55:15 2002  Owen Taylor  <otaylor@redhat.com>
340
341         * gobject.c: Fix implicit conversions between void * and 
342         function pointer (Miroslaw Dobrzanski-Neumann, #71963)
343
344 Sun Feb 16 22:08:48 2002  Tim Janik  <timj@gtk.org>
345
346         * gobject.[hc]:
347         * gparam.[hc]: provide marshaller specific value_set_*_take_ownership()
348         variants.
349
350         * gvalue.h: shrink GValue's data contents to 2 unions.
351
352         * glib-genmarshal.c: fix release and realeas_check hackage by always
353         using _take_ownership() variants. directly access value contents if
354         G_ENABLE_DEBUG is not defined.
355
356         * gobject.h: add padding pointers to the class struct.
357
358 Wed Feb 13 17:22:37 2002  Tim Janik  <timj@gtk.org>
359
360         * gtype.c (g_type_value_table_peek): fixed a check for node not being NULL.
361
362 Wed Feb 13 06:53:50 2002  Tim Janik  <timj@gtk.org>
363
364         * gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().
365
366 Wed Feb 13 06:29:51 2002  Tim Janik  <timj@gtk.org>
367
368         * gvaluetransform.c: cosmetic cleanups, fixed [u]int64->string
369         conversions.
370
371         * ChangeLog: added entry from owen which went into the wrong
372         file.
373
374 Fri Feb  8 23:52:27 2002  Owen Taylor  <otaylor@redhat.com>
375
376         * gobject/gvaluetransform.c: Register transformations for
377         gint64, guint64. (#70780, patch from Andy Wingo)
378
379 2002-02-10  Hans Breuer  <hans@breuer.org>
380
381         * gvaluetransform.c : msvc 5.0 can't cast from uint64 to
382         double. Disable respective transform_func than.
383
384         * makefile.msc.in : build test programs
385
386 Thu Jan 24 07:39:56 2002  Tim Janik  <timj@gtk.org>
387
388         * gobject.c (g_signal_connect_object): return gulong instead
389         of guint.
390
391 Fri Jan 11 12:26:36 2002  Tim Janik  <timj@gtk.org>
392
393         * gparamspecs.c: fixed param_value_array_values_cmp(),
394         param_value_array_validate() and
395         param_value_array_set_default() to deal with NULL value
396         arrays.
397
398 Wed Jan  9 05:23:27 2002  Tim Janik  <timj@gtk.org>
399
400         * gobject.h (G_OBJECT_WARN_INVALID_PROPERTY_ID): cosmetic fix.
401
402 2002-01-05  Hans Breuer  <hans@breuer.org>
403
404         * makefile.msc.in : use -FImsvc_recommended_pragmas.h
405
406 Fri Jan  4 04:36:46 2002  Tim Janik  <timj@gtk.org>
407
408         * gtype.h (G_TYPE_FLAG_RESERVED_ID_BIT): turn this into a GType,
409         so negating it works on 64bit platforms.
410
411 2001-12-21  Tor Lillqvist  <tml@iki.fi>
412
413         * gobject.def: Add g_signal_get_invocation_hint.
414
415 Tue Dec 18 21:39:57 2001  Tim Janik  <timj@gtk.org>
416
417         * testoverride.c: added some assertions to test
418         g_signal_get_invocation_hint().
419
420         * gsignal.[hc]: remove signal_id argument from
421         g_signal_chain_from_overridden(), the parameters are assumed to match
422         the innermost signal currently in emission for this instance.
423         added g_signal_get_invocation_hint() to figure the invocation hint
424         of the innermost signal emission of an instance.
425
426         * gsignal.c (g_signal_list_ids): fix G_BSEARCH_ARRAY_NODES() to
427         access a bsearch array and not a pointer to it (discovered by
428         Sven Neumann).
429
430 2001-12-17  Anders Carlsson  <andersca@gnu.org>
431
432         * gtype.h (G_TYPE_FLAG_RESERVED_ID_BIT): Set the reserved bit
433         to (1 << 0) instead of (1 << 30). 
434
435 2001-12-14  James Henstridge  <james@daa.com.au>
436
437         * Makefile.am: add rules to build it.
438
439         * testoverride.c: test program for closure override/chaining.
440
441 Thu Dec 13 08:03:17 2001  Tim Janik  <timj@gtk.org>
442
443         * gsignal.c: implemented closure chaining.
444
445 2001-12-08  Christopher Blizzard  <blizzard@redhat.com>
446
447         * gsignal.h (g_signal_connect): Explicitly add a cast to the last
448         argument so that the macro will work from C++.
449
450 2001-12-06  Tor Lillqvist  <tml@iki.fi>
451
452         * makefile.mingw.in (gobject_OBJECTS): Add gsourceclosure.o.
453
454 Mon Nov 26 09:55:12 2001  Tim Janik  <timj@gtk.org>
455
456         * gtype.h: typedef GType to gulong instead of gsize, if possible.
457
458         * gtype.c: fixups for GType being sizeof(long) wide (changed
459         UINT casts).
460         * gsignal.c:
461         * gclosure.c:
462         * gparam.c: likewise.
463
464 Sun Nov 25 22:33:32 2001  Tim Janik  <timj@gtk.org>
465
466         * gtype.h: removed enum GTypeFundamentals. use macros
467         to provide the constant fundamental type IDs, so they
468         all return numbers of type GType, and not int.
469         sizeof(GTypeFundamentals) < sizeof(GType) problem reported
470         and fix sugegsted by Havoc.
471
472 2001-11-23  Hans Breuer  <hans@breuer.org>
473
474         * gobject.def : updated externals
475
476 Mon Nov 19 14:35:56 2001  Owen Taylor  <otaylor@redhat.com>
477  
478         * *.h: Improve the detection of invalid includes by moving
479         the test outside the duplicate include guards.
480  
481         * gsourceclosure.c (g_source_set_closure): Doc fix.
482
483 Thu Nov 22 03:30:57 2001  Tim Janik  <timj@gtk.org>
484
485         * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type()
486         instead of g_type_value_table_peek().
487
488         * gtype.[hc] (type_check_is_value_type_U): speed up check
489         LOCK-less by caching lookups in node->mutatable_has_value_table.
490
491         * gtype.[hc]: removed locks where possible. partly based on
492         patches from owen and alex.
493
494 Thu Nov 22 00:26:26 2001  Tim Janik  <timj@gtk.org>
495
496         * gtype.[hc]: provide G_TYPE_FUNDAMENTAL_SHIFT and
497         g_type_fundamental_next() to return next usable fundamental
498         type. use TypeNode pointers as type IDs.
499         
500 2001-11-22  Tor Lillqvist  <tml@iki.fi>
501
502         * makefile.mingw.in (DEFINES): Set G_LOG_DOMAIN as in Makefile.am.
503
504         * gparamspecs.h (GOBJECT_VAR): Can't use GLIB_VAR here, as that
505         makes sense only when building libglib. GOBJECT_VAR is similar for
506         libgobject.
507
508         * gobject.def: Add g_param_spec_types, remove
509         g_type_fundamental_branch_last.
510
511 Wed Nov 21 17:23:33 2001  Tim Janik  <timj@gtk.org>
512
513         * gparamspecs.[hc]: put newly created param spec types into a
514         global array.
515
516         * gboxed.[hc]: moved boxed types with _get_type() function here,
517         for: G_TYPE_CLOSURE, G_TYPE_VALUE, G_TYPE_VALUE_ARRAY,
518         G_TYPE_GSTRING.
519
520         * gtype.h: removed fundamental branch APIs and derived enum
521         values. define GType as gsize.
522
523 2001-11-19  jacob berkman  <jacob@ximian.com>
524
525         * gobjectnotifyqueue.c: include glib-object.h rather than
526         gobject/gobject.h
527
528 2001-11-16  Mark McLoughlin  <mark@skynet.ie>
529
530         * glib-mkenums.in: allow the enums name to not be on the same
531         line as the trailing '}'. (#64714)
532
533 2001-11-18  Hans Breuer  <hans@breuer.org>
534
535         * makefile.msc.in : remove g_log_domain_gruntime usage
536
537 Sat Nov 17 18:14:40 2001  Owen Taylor  <otaylor@redhat.com>
538
539         * glib-genmarshal.c: Exit with non-zero exit status if
540         any errors were encountered.
541
542         * glib-genmarshal.c: Instead of generating gobject/gmarshal.h
543         #include only for the header, generate glib-object.h 
544         #include for both the header and body. (#63834)
545
546         * glib-genmarshal.c: Generate include guards around the 
547         content unless --nostdinc is specified.
548
549 2001-11-17  Tor Lillqvist  <tml@iki.fi>
550
551         * gobject.def: Add g_pointer_type_register_static.
552
553 2001-11-15  Tor Lillqvist  <tml@iki.fi>
554
555         * gobject.def: Reflect recent changes.
556
557 Tue Nov 13 23:18:10 2001  Tim Janik  <timj@gtk.org>
558
559         * gsignal.[hc]: add API for chaining:
560         g_signal_chain_from_overridden() and g_signal_override_class_closure(),
561         implementation yet to come.
562
563         * gtype.[hc], Makefile.am: provide G_LOG_DOMAIN as compile flag.
564         
565         * gparam.[hc]: s/g_param_get/g_param_spec_get/ for get_nick,
566         get_name and get_blurb, to be consistent with the rest of the
567         g_param_spec_*() functions.
568         
569         * gparamspecs.[hc]: got rid of bogus GClosure paramspec.
570         G_TYPE_CLOSURE is a boxed type already.
571         
572 Tue Nov 13 22:16:41 2001  Tim Janik  <timj@gtk.org>
573
574         * gtype.[hc]: API cleanups.
575         remove g_type_check_flags(), provide g_type_test_flags() as
576         a *private* function.
577         s/g_type_check_is_a/g_type_check_class_is_a/, private function.
578         s/g_type_instance_is_a/g_type_check_instance_is_a/, also private.
579
580 Tue Nov 13 20:02:47 2001  Tim Janik  <timj@gtk.org>
581
582         * gparam.h: fix standard type macros.
583
584 Wed Nov  7 00:56:00 2001  Tim Janik  <timj@gtk.org>
585
586         * gclosure.h: provide G_CLOSURE_N_NOTIFIERS() for people that need
587         to walk the notifier list (puhh, black magic, stay-away-warning ;).
588
589 Mon Nov  5 18:59:08 2001  Tim Janik  <timj@gtk.org>
590
591         * gobject.h: 
592         * gsignal.h: we need signal.h for G_BREAKPOINT().
593
594 Sun Nov  4 14:01:23 2001  Owen Taylor  <otaylor@redhat.com>
595
596         * gvaluetypes.[ch]: Add a function g_pointer_type_register_static()
597         to register a type derived from G_TYPE_POINTER.
598
599 2001-11-03  Hans Breuer  <hans@breuer.org>
600
601         * makefile.msc.in : gobject-query needs gmarshal.[hc,stings]
602         so build it after them. Add gsourceclosure.obj. 
603
604         * gobject.def : removed duplicates, added mising
605
606 Mon Oct 29 11:05:15 2001  Owen Taylor  <otaylor@redhat.com>
607
608         * glib-mkenums.in: Generate glib-mkenums from glib-mkenums.in, 
609         substituting in path to perl.  (#63093, Dan Winship)
610
611         * Makefile.am (bin_SCRIPTS): Remove hack to copy glib-mkenums
612         from srcdir.
613
614 2001-10-26  Tor Lillqvist  <tml@iki.fi>
615
616         * makefile.mingw.in: When running glib-genmarshal, set PATH to
617         include ../glib.
618
619 2001-10-23  Tor Lillqvist  <tml@iki.fi>
620
621         * Makefile.am: (Win32): If we have built the MSVC import library,
622         install it. Install the gcc import library. Also support
623         uninstall.
624
625 2001-10-13  Matthias Clasen  <matthiasc@poet.de>
626
627         * glib-genmarshal.1, glib-mkenums.1: Typo fixes.
628
629 Fri Oct 12 18:40:18 2001  Tim Janik  <timj@gtk.org>
630
631         * cosmetic fixups.
632
633 Wed Oct 10 17:25:22 2001  Joshua N Pritikin  <vishnu@pobox.com>
634
635         * glib-genmarshal.c gparamspecs.[ch] gtype.[ch] gvalue.h
636         gvaluecollector.h gvaluetypes.[ch]: Fill in missing support for
637         gint64 & guint64 (#59254).
638         
639         * Unconditionalize same (compile with or without G_HAVE_INT64).
640
641 Wed Oct 10 15:38:58 2001  Joshua N Pritikin  <vishnu@pobox.com>
642
643         * gparamspecs.h (G_IS_PARAM_SPEC_FLAGS): Fix order of
644         *_PARAM_SPEC_ULONG defines.
645
646 Thu Oct  4 01:10:52 2001  Owen Taylor  <otaylor@redhat.com>
647
648         * gparamspecs.h: Add missing G_HAVE_GINT64 conditionalization.
649
650 Wed Oct  3 16:02:24 2001  Owen Taylor  <otaylor@redhat.com>
651
652         * glib-genmarshal.c gparamspecs.[ch] gvalue.h 
653         gobject/gvaluetypes.[ch]: Add support for G_TYPE_INT64
654         and storing it in GValue (Patch from Mathieu Lacage, #59254.)
655
656 2001-10-03  jacob berkman  <jacob@ximian.com>
657
658         * gtype.c (type_iface_retrieve_holder_info_Wm): 
659         (type_iface_vtable_init_Wm): 
660         (type_iface_vtable_finalize_Wm): 
661         (g_type_class_ref): 
662
663         * gobject.c (g_object_get_property): s/retrive/retrieve/
664
665 2001-09-25  Tor Lillqvist  <tml@iki.fi>
666
667         * Makefile.am: Use new macros for .def file, and check for
668         MS_LIB_AVAILABLE, new rule to build MS import library.
669
670         * makefile.msc.in: Use same DLL and import library names as
671         libtool.
672         
673 2001-09-21  Hans Breuer  <hans@breuer.org>
674
675         * gobject.def : updated externals
676
677 2001-09-19  Tor Lillqvist  <tml@iki.fi>
678
679         * gobject.rc.in: Correct InternalName and OriginalFilename to
680         match what we actually produce.
681
682 Tue Sep 18 23:09:02 2001  Tim Janik  <timj@gtk.org>
683
684         * gparam.[hc]: rename *nick and *blurb fields to catch
685         direct accesses in third party code.
686         provide g_param_get_nick(), g_param_get_blurb() and
687         g_param_get_name() accessors.
688
689 Mon Sep 10 20:31:37 2001  Tim Janik  <timj@gtk.org>
690
691         * gobject.[hc]: removed extraneous GObject* returns from a
692         couple functions that are very unlikely to be used in nested.
693         changed gpointer->GObject* for a couple return values/arguments.
694         this fixes #50206.
695
696 Mon Sep 10 19:27:47 2001  Tim Janik  <timj@gtk.org>
697
698         * gtype.[hc]:
699         g_type_add_interface*(): implement the ability to add an interface to
700         a type whose parents already conform to this interface.
701         such "overriding" interfaces, when initialized, are not just initialized
702         with 0, but with a copy of the interface they override.
703         g_type_interface_peek_parent(): new function, return the interface
704         that this interface "overrides", if any.
705
706         * testgruntime.c: test new interface stuff.
707
708 2001-09-10  Alex Larsson  <alexl@redhat.com>
709
710         * gobject/gboxed.[ch]:
711         * gobject/gsourceclosure.c:
712         Removed is_refcounted and GBoxedInitFunc from
713         g_boxed_type_register_static().
714
715 Sat Sep  8 14:13:57 2001  Owen Taylor  <otaylor@redhat.com>
716
717         * gobject/Makefile.am: Move gbsearcharray.[ch] to glib
718         as a private ininstalled header.
719
720 Tue Sep  4 22:24:48 2001  Matthias Clasen  <matthiasc@poet.de>
721
722         * gobject.c (g_object_base_class_finalize): typo fix.
723
724 Tue Sep  4 01:49:18 2001  Tim Janik  <timj@gtk.org>
725
726         * gsourceclosure.c: make closure_callback_funcs static,
727         added some g_return_if_fail() statements.
728
729 Mon Aug 27 14:55:27 2001  Owen Taylor  <otaylor@redhat.com>
730
731         * gsourceclosure.[ch] (g_source_set_closure): Implement.
732
733         * gsourceclosure.[ch]: Add GType's for GIOChannel, GIOCondition.
734
735 2001-08-17  James Henstridge  <james@daa.com.au>
736
737         * gobject.c (WeakRefStack): add an object member to the structure.
738         (weak_refs_notify): pass wstack->object as extra argument to
739         notify functions.
740         (g_object_weak_ref): set wstack->object when initialising
741         WeakRefStack.
742
743         * gobject.h (GWeakNotify): add second argument to prototype which
744         gives the pointer to where the object that is being disposed of
745         was.
746
747 Wed Jul 18 19:42:31 2001  Tim Janik  <timj@gtk.org>
748
749         * gtype.h: if __GNUC__ is defined, inline a test for an exact type
750         match for instances and classes in G_TYPE_CHECK_INSTANCE_TYPE() and
751         G_TYPE_CHECK_CLASS_TYPE() before calling g_type_instance_is_a().
752
753 Sun Aug 12 02:07:10 2001  Tim Janik  <timj@gtk.org>
754
755         * gvaluearray.[hc]: fix preallocation logic, support DISABLE_MEM_POOLS
756         properly, group value allocations.
757         (g_value_array_new): fix semantic of n_prealloced argument, so it's
758         really just about preallocation space.
759
760 2001-07-23  Padraig O'Briain <Padraig.Obriain@Sun.COM>
761         
762         * gobject/gobjectnotifyqueue.c: fix unconditional check of
763         first GParamSpec in g_object_notify_queue_thaw(); to prevent
764         property notification being lost.
765
766 2001-08-06  Sven Neumann  <sven@gimp.org>
767
768         * gobject.[ch]: 
769         added new functions g_object_[add|remove]_weak_pointer().
770
771 2001-08-01  Sven Neumann  <sven@gimp.org>
772
773         * gsignal.h: added convenience macro g_signal_connect_after().
774
775 2001-07-29  Hans Breuer  <hans@breuer.org>
776
777         * gobject.def : updated externals
778
779 2001-07-20  Hans Breuer  <hans@breuer.org>
780
781         * gobject.def : updated externals
782
783         * makefile.msc.in : reflect glib move
784
785 Tue Jul 10 18:50:16 2001  Tim Janik  <timj@gtk.org>
786
787         * gsignal.h (struct _GSignalQuery): fix misplaced comment.
788
789 Mon Jul  2 07:17:47 2001  Tim Janik  <timj@gtk.org>
790
791         * gobject.c (g_object_weak_ref): 
792         (g_object_watch_closure): congrats tim, introducing of-by-one
793         errors like on my very first day of C programming.
794
795 Sat Jun 30 11:07:00 2001  Tim Janik  <timj@gtk.org>
796
797         * gobject.[hc]: provide weak_ref/weak_unref functions,
798         invoked from ->dispose. renamed ->shutdown() to ->dispose(),
799         provide "public" API entry here: g_object_run_dispose(), this
800         fucntion should _only_ be called from object system implementations
801         (e.g. gtkobject.c) if at all.
802
803         * gtypemodule.c (g_type_module_dispose): s/shutdown/dispose/
804
805         * gsignal.h: removed compat aliases.
806
807         * gobject.c (g_object_connect): support data objects.
808         
809 Sat Jun 30 13:17:12 2001  Owen Taylor  <otaylor@redhat.com>
810
811         * testgruntime.c (test_object_class_init)
812           gobject.c (g_object_do_class_init): 
813           g_signal_newc() => g_signal_new().
814
815 Thu Jun 28 22:49:40 2001  Owen Taylor  <otaylor@redhat.com>
816
817         * gtype.[ch] gobject-query.c testgruntime.c: Remove
818         debug flag argument to g_type_init() and add
819         g_type_init_with_debug_flags().
820
821 Thu Jun 28 16:42:49 2001  Tim Janik  <timj@gtk.org>
822
823         * gsignal.c (g_signal_lookup): 
824         (g_signal_list_ids): give elaborate warnings about invalid types,
825         non-instantiatable types and unloaded types that we can't operate on.
826
827         * gparam.[hc]: g_param_spec_pool_belongings() ->
828         g_param_spec_pool_list_owned().
829
830         * gsignal.[hc]: renamed:
831         g_signal_newc -> g_signal_new
832         g_signal_disconnect_by_func -> g_signal_handlers_disconnect_by_func
833         g_signal_block_by_func -> g_signal_handlers_block_by_func
834         g_signal_unblock_by_func -> g_signal_handlers_unblock_by_func
835         added GConnectType to simplify (..gboolean swapped, gboolean after)
836         args.
837
838         * gobject.[hc]: changed prototypes accordingly.
839
840 2001-06-22  Hans Breuer  <hans@breuer.org>
841
842         * gobject.def : updated externals
843
844         * gobjectnotifyqueue.c : include <string.h> for memset ()
845
846 Thu Jun 21 02:43:10 2001  Tim Janik  <timj@gtk.org>
847
848         * gparamspecs.h: s/long/int/ for default_value in enum and flags
849         pspecs.
850
851 Wed Jun 20 03:59:42 2001  Tim Janik  <timj@gtk.org>
852
853         * gtype.[hc]: added debugging variants g_type_name_from_class(),
854         g_type_name_from_instance().
855
856 Mon Jun 11 17:07:06 2001  Tim Janik  <timj@gtk.org>
857
858         * gboxed.[hc]: remove left-over usages of an anonymous GBoxed typedef.
859
860         * gobjectnotifyqueue.c: moved property notify queue implementation
861         bits into this function.
862
863         * gparam.[hc]: added g_param_spec_pool_belongings(), completed
864         g_param_spec_pool_list(). added GParameter for _setv() functions.
865
866         * gobject.[hc]: use gobjectnotifyqueue.h implementation now.
867         got rid of properties_changed signal.
868         new functions g_object_newv(), g_object_class_list_properties().
869         removed "properties_changed" signal.
870
871         * gtype.[hc]: added g_type_depth() to figure number of parent
872         types + 1 for a type.
873
874         * gsignal.h: add g_signal_connect() (as per owen's request) and
875         g_signal_connect_swapped().
876
877 2001-06-13  Havoc Pennington  <hp@redhat.com>
878
879         * Makefile.am (progs_LDADD): link to ./libgobject-1.3.la
880         since an installed libgobject was somehow being found; think 
881         it's a libtool bug, but this workaround should do for now.
882
883 2001-06-12  Havoc Pennington  <hp@redhat.com>
884
885         * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
886         bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
887         in bin_SCRIPTS and cp it into builddir
888
889 Thu May 31 17:56:47 2001  Owen Taylor  <otaylor@redhat.com>
890
891         * gobject-query.c: Fix mispelling in help output.
892         (#53952, Skip Montanaro)
893
894 2001-05-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
895
896         * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
897         that bin_SCRIPTS doesn't seem to care about doing so anymore.
898
899 Mon May 28 06:51:24 2001  Tim Janik  <timj@gtk.org>
900
901         * gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot
902         to release signal lock when restarting emissions.
903
904 Sun May 27 04:52:28 2001  Tim Janik  <timj@gtk.org>
905
906         * gsignal.[hc] (g_signal_stop_emission_by_name): added variant
907         to stop signal emissions through a detailed_signal string.
908
909         * gsignal.c (signal_emit_R) (g_signal_emit_valist): account for
910         the fact that g_value_* functions may cause signal emissons by
911         unlocking the global signal system lock around g_value_* functions.
912         (signal_emit_unlocked_R): renamed this from signal_emit_R() to reflect
913         that this functions acquires the lock on its own now.
914
915 2001-05-24  Hans Breuer  <hans@breuer.org>
916
917         * makefile.msc.in : changed depndencies to build glib-genmarshal
918         first and statically linked with glib, which makes it independent
919         from the installed glib version. Added new object files to build.
920
921         * gobject.def : updated
922
923 Thu May 24 08:52:02 2001  Owen Taylor  <otaylor@redhat.com>
924
925         * gobject.[ch] (g_value_set_object): gpointer, not
926         gpointer *.
927
928 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
929
930         * Makefile.am (bin_SCRIPTS): made 'make distcheck' happy.
931
932         * gobject.def: Removed g_param_spec_stringc.
933
934 Tue May 22 02:46:13 2001  Tim Janik  <timj@gtk.org>
935
936         * gobject.c (g_value_set_object): make g_value_set_object()
937         take a gpointer v_object so people don't need to G_OBJECT()
938         cast NULL pointers (C code convenience).
939
940 Mon May 14 01:49:01 2001  Tim Janik  <timj@gtk.org>
941
942         * gsignal.[hc] (g_signal_handler_is_connected): new function
943         to check whether a handler is still connected to an instance
944         (by handler id).
945
946 Thu May 10 14:00:48 2001  Tim Janik  <timj@gtk.org>
947
948         * gparamspecs.[hc]: removed g_param_spec_stringc() in lack of
949         evidence of public need.
950
951         * gsignal.h: added g_signal_disconnect_by_func(),
952         g_signal_block_by_func() and g_signal_unblock_by_func() convenience
953         macros as per owen's request.
954
955         * gtype.c (SIZEOF_FUNDAMENTAL_INFO): align sizeof (GTypeFundamentalInfo)
956         to size of longs and pointers.
957
958 2001-05-05  James Henstridge  <james@daa.com.au>
959
960         * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
961         be in the bin_PROGRAMS primary.  Put it in bin_SCRIPTS instead, and
962         removed the glib_mkenums_SOURCES var.
963
964 Thu May  3 06:10:23 2001  Owen Taylor  <otaylor@redhat.com>
965
966         * gobject.c (g_object_set_[q]data_full): Make types of ternary
967         operator correspond. (Fixes compilation errors with Sun CC,
968         #52230)
969
970 Mon Apr 30 20:03:56 2001  Tim Janik  <timj@gtk.org>
971
972         * glib-mkenums (usage): removed \v escaping, newer perl versions don't
973         support this, and it'S probably useless anyways.
974
975 Sat Apr 28 23:39:42 2001  Tim Janik  <timj@gtk.org>
976
977         * gsignal.[hc]: made signal handler and emission hook ids gulongs.
978         (signal_handlers_foreach_matched_R): only invoke callback for handlers
979         that are not disconnected (id>0).
980         (signal_emit_R): prevent invocation of signal handlers during the
981         emission they were connected within.
982         
983         * glib-mkenums: publically installed perl-script to parse C code
984         enums and generate descriptions thereof.
985         * glib-mkenums.1: assorted man page.
986         
987 2001-04-19  Havoc Pennington  <hp@redhat.com>
988
989         * gobject.c (g_object_get_valist): We were returning junk memory
990         here, because we didn't copy the value (G_VALUE_NOCOPY_CONTENTS
991         passed to G_VALUE_LCOPY) and then we freed the GValue immediately
992         after. Removed G_VALUE_NOCOPY_CONTENTS from here; need a
993         G_VALUE_STEAL_CONTENTS or the like if we want this optimization.
994
995 Wed Apr 18 09:46:56 2001  Owen Taylor  <otaylor@redhat.com>
996
997         * gobject.c gsignal.c: Change C++ comments for FIXME's to
998         C comments. (Patch from Andres Salomon)
999
1000 2001-04-14  Hans Breuer  <hans@breuer.org>
1001
1002         * gobject.def : updated
1003
1004 Mon Apr  9 18:56:15 2001  Tim Janik  <timj@gtk.org>
1005
1006         * gclosure.c (g_closure_invoke): only require marshal/meta_marshal if
1007         we're valid (about to actually do marshalling).
1008
1009 Tue Apr  3 20:23:24 2001  Tim Janik  <timj@gtk.org>
1010
1011         * NEWS: updates.
1012
1013 Tue Apr  3 14:06:00 2001  Tim Janik  <timj@gtk.org>
1014
1015         * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
1016         owner_type. the pspecs are not referenced, so the caller is
1017         supposed to have some idea about owner_type not randomly
1018         nuking his pspec's. if this is going to provide problems in
1019         the future, we can either auto-ref the pspecs, or add a
1020         _foreach variant, though the latter would have to invoke
1021         the callback while pspec's mutex is acquired, so i just
1022         went for the _list variant for now.
1023
1024         * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
1025
1026 Sat Mar 31 23:55:58 2001  Tim Janik  <timj@gtk.org>
1027
1028         * gtype.h:
1029         * gparamspecs.[hc]: applied patch from owen to implement
1030         GParamSpecUnichar.
1031
1032 Fri Mar 30 07:34:02 2001  Tim Janik  <timj@gtk.org>
1033
1034         * gtype.c (type_iface_retrive_holder_info_Wm): 
1035         * gtypeplugin.c (g_type_plugin_complete_interface_info): 
1036         * gtypemodule.c (g_type_module_complete_interface_info): 
1037         change order of instance_type and interface_type so they match
1038         the g_type_add_interface_*() API.
1039
1040         * gsignal.c (g_signal_emit_valist): always assign C return value
1041         location, people depending on unaltered return values after emissions
1042         that had no handlers to run need to use g_signal_emitv().
1043
1044         * gtype.[hc] (g_type_query): new function to allow querying of
1045         class and object size (semantics like g_signal_query()).
1046         currently the implementation is better held conservative so as to
1047         only support types that are classed and static.
1048
1049 2001-03-29  Tor Lillqvist  <tml@iki.fi>
1050
1051         * gobject.def: Updates.
1052
1053 Wed Mar 28 17:04:06 2001  Tim Janik  <timj@gtk.org>
1054
1055         * gobject.c (object_queue_property): only queue readable properties
1056         for notification changes.
1057
1058 Thu Mar 22 13:36:50 2001  Tim Janik  <timj@gtk.org>
1059
1060         * gsignal.c (g_signal_newv): catch G_SIGNAL_RUN_FIRST with a return value.
1061
1062 2001-03-21  Martin Baulig  <baulig@suse.de>
1063
1064         * gboxed.[ch] (g_value_dup_boxed): This takes a `const GValue *'
1065         argument.
1066
1067 2001-03-18  Tor Lillqvist  <tml@iki.fi>
1068
1069         * gobject.def: Correct some renamed functions.
1070
1071 Sat Mar 17 23:18:36 2001  Tim Janik  <timj@gtk.org>
1072
1073         * gobject.c (g_object_get_property): minor bug-fix.
1074
1075         * gbsearcharray.[hc]: provide a macro for static initialization and
1076         functions g_bsearch_array_new() and g_bsearch_array_destroy() for
1077         dynamic allocations.
1078         
1079         * gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString.
1080         
1081         * gclosure.[hc]: naming corrections.
1082
1083 Fri Mar  9 16:42:08 2001  Tim Janik  <timj@gtk.org>
1084
1085         * gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as
1086         a public function (was static in gobject.c before). it's a bit odd
1087         to have that function here, especially since it requires extra includes,
1088         but then it doesn't very well fit somewhere else either.
1089
1090         * gparamspecs.c: added default/max/min checks to param spec creation
1091         functions.
1092
1093 2001-03-10  Tor Lillqvist  <tml@iki.fi>
1094
1095         * gobject.def: Add a couple of missing entries.
1096
1097         * Makefile.am (libgobject_1_3_la_LIBADD): Use only on Win32.
1098
1099 Fri Mar  9 14:57:17 2001  Tim Janik  <timj@gtk.org>
1100
1101         * testgruntime.c: test program. covers run first/last/cleanup signal
1102         handlers, return value accumulator, signal string returns, and
1103         interface types in signal arguments.
1104
1105         * gtype.c (g_type_value_table_peek): for interface types without
1106         value table, try looking up a value table from an instantiatable
1107         prerequisite type (this is safe as an interface may only have
1108         one instantiatable prerequisiste).
1109         (type_check_is_value_type_U): same here.
1110
1111         * gsignal.c (g_signal_newv): assert that return types never have
1112         G_SIGNAL_TYPE_STATIC_SCOPE set.
1113         (g_signal_newc): only create class closure if the class_offset is not
1114         0.
1115
1116 Fri Mar  9 10:14:00 2001  Tim Janik  <timj@gtk.org>
1117
1118         * gparamspecs.c (g_param_spec_object): use g_type_is_a() to check
1119         for object_type being a G_TYPE_OBJECT, not G_TYPE_IS_OBJECT(), since
1120         that wouldn't allow interface types.
1121
1122         * gtype.c (g_type_interface_add_prerequisite): arg, fixed small cnp bug
1123         with bad implications and an off-by-one error.
1124
1125 Thu Mar  8 16:34:22 2001  Owen Taylor  <otaylor@redhat.com>
1126
1127         * gvaluetransform.c: Include <string.h> for memcpy.
1128
1129         * gvaluetransform.c (DEFINE_SPRINTF): Remove unnecessary
1130         and ANSI-illegal ## token pasting.
1131
1132 Thu Mar  8 18:11:52 2001  Tim Janik  <timj@gtk.org>
1133
1134         * gsignal.c: eek, fixed old hook detail storage code.
1135
1136 Thu Mar  8 16:35:48 2001  Tim Janik  <timj@gtk.org>
1137
1138         * gparamspecs.[hc]: s/g_param_spec_string_c/g_param_spec_stringc/.
1139
1140         * gsignal.[hc]: fixed accumulator invocation, implemented emission
1141         hooks. and no, neither of these callbacks are called via a closure,
1142         language bindings can wrap the accumulator and emission hook
1143         interface, they already get parameters marshalled into a GValue array.
1144         (g_signal_connect): removed this function as its C specific, doesn't
1145         cover the swapped argument, is too close to its broken original
1146         gtk_signal_connect() and creates demand for _swapped, _after and
1147         _swapped_after variants <brrr>.
1148         (g_signal_connectc): convenience macro to connect a C handler
1149         func with data, like the old g_signal_connect() plus swapped
1150         argument.
1151
1152         * gtype.h:
1153         * gboxed.c: added G_TYPE_VALUE boxed type.
1154
1155 Wed Mar  7 19:02:51 2001  Tim Janik  <timj@gtk.org>
1156
1157         * gtype.c (type_node_add_iface_entry_W): catch when adding an interface
1158         to an ancestor of a child that already conforms to this interface.
1159         currently we spew a warning here, should we be silent?
1160         (g_type_interface_add_prerequisite): new function to add a prerequisite
1161         type to an interface, that must succeed an instance is_a prerequisite
1162         type check before the interface can be added to an instance. the
1163         prerequisite types are also suuported in is_a checks of the interface.
1164         (g_type_instance_is_a):
1165         (g_type_check_instance_cast):
1166         (g_type_check_instance): cleanups and optimizations.
1167         (g_type_class_is_a):
1168         (g_type_check_class_cast): same, also prevented these from accepting
1169         interface types, as class structures don't nest interfaces.
1170
1171 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1172
1173         * Makefile.am: Avoid rebuilding everything everytime.
1174
1175 Wed Mar  7 09:36:33 2001  Tim Janik  <timj@gtk.org>
1176
1177         * gboxed.[hc]: changed prototype of g_boxed_type_register_static()
1178         to contain an optional init function and a hint at whether the
1179         boxed structure uses ref counting internally.
1180         added g_value_set_boxed_take_ownership().
1181         made G_TYPE_BOXED an abstract value type.
1182
1183         * genums.[hc]: made G_TYPE_ENUM and G_TYPE_FLAGS abstract value
1184         types.
1185
1186         * glib-genmarshal.c: argument type changes, preparation for third-party
1187         arg specification.
1188
1189         * gobject.[hc]: cleaned up get/set property code.
1190         added g_strdup_value_contents() to improve warnings.
1191
1192         * gparam.[hc]: added g_param_value_convert(), taking over responsibility
1193         of the old g_value_convert(). added G_PARAM_LAX_VALIDATION flag so
1194         validation alterations may be valid a part of the property setting
1195         process.
1196
1197         * gparamspecs.[hc]: made value comparisons stable (for sort applications).
1198         added GParamSpecValueArray, a param spec for value arrays and
1199         GParamSpecClosure. nuked the value exchange functions and
1200         GParamSpecCCallback.
1201
1202         * gtype.[hc]: catch unintialized usages of the type system with
1203         g_return_val_if_uninitialized(). introduced G_TYPE_FLAG_VALUE_ABSTRACT
1204         to flag types that introduce a value table, but can't be used for
1205         g_value_init(). cleaned up reserved type ids.
1206
1207         * gvalue.[hc]: code cleanups and saner checking.
1208         nuked the value exchange API. implemented value transformations, we
1209         can't really "convert" values, rather transforms are an anylogy to
1210         C casts, real conversions need a param spec for validation, which is
1211         why g_param_value_convert() does real conversions now.
1212
1213         * gvaluearray.[hc]: new files that implement a GValueArray, a struct
1214         that can hold inhomogeneous arrays of value (to that extend that it
1215         also allowes undefined values, i.e. G_VALUE_TYPE(value)==0).
1216         this is exposed to the type system as a boxed type.
1217
1218         * gvaluetransform.c: new file implementing most of the former value
1219         exchange functions as single-sided transformations.
1220
1221         * gvaluetypes.[hc]: nuked G_TYPE_CCALLBACK, added
1222         g_value_set_string_take_ownership().
1223
1224         * *.h: s/G_IS_VALUE_/G_VALUE_HOLDS_/.
1225
1226         * *.[hc]: many fixes and cleanups.
1227
1228         * many warning improvements.
1229
1230 Tue Feb 27 18:35:15 2001  Tim Janik  <timj@gtk.org>
1231
1232         * gobject.c (g_object_get_valist): urg, pass G_VALUE_NOCOPY_CONTENTS
1233         into G_VALUE_LCOPY(), this needs proper documenting.
1234
1235         * gparam.c: fixed G_PARAM_USER_MASK.
1236
1237         * gtype.c (type_data_make_W): 
1238         (type_data_last_unref_Wm): fixed invalid memory freeing.
1239
1240         * gobject.c (g_object_last_unref): destroy signal handlers associated
1241         with object, right before finalization.
1242
1243         * gsignal.c (g_signal_parse_name): catch destroyed nodes or signals
1244         that don't actually support details.
1245
1246         * gobject.[hc]: got rid of property trailers. nuked GObject
1247         properties "data" and the "signal" variants.
1248         (g_object_connect): new convenience function to do multiple
1249         signal connections at once.
1250         (g_object_disconnect): likewise, for disconnections.
1251
1252         * gparam.[hc] (g_param_spec_pool_lookup): took out trailer support.
1253
1254         * gvalue.[hc]: marked g_value_fits_pointer() and g_value_peek_pointer()
1255         as private (the latter got renamed from g_value_get_as_pointer()).
1256
1257 2001-02-21  Tor Lillqvist  <tml@iki.fi>
1258
1259         * *.h: Use G_BEGIN_DECLS and G_END_DECLS.
1260
1261         * Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
1262         libtool with -no-undefined for Win32 and Cygwin.
1263
1264 Wed Feb 21 18:31:46 2001  Jonathan Blandford  <jrb@redhat.com>
1265
1266         * gsignal.h (g_signal_connect): Add g_signal_connect define to
1267         make porting from gtk_signal_connect easy.
1268
1269         * gsignal.c (g_signal_emit_valist): Use G_TYPE_FROM_INSTANCE
1270         (instance) instead of node->itype when initting the value.
1271
1272 2001-02-17  Havoc Pennington  <hp@pobox.com>
1273
1274         Applied patch from Soeren Sandmann:
1275         
1276         * gvaluetypes.c (g_value_get_string): G_CONST_RETURN
1277
1278         * gtype.c (g_type_name): G_CONST_RETURN
1279
1280         * gsignal.c (g_signal_name): G_CONST_RETURN
1281
1282         * gobject-query.c (main): const fix
1283
1284 Sat Feb 17 07:58:46 2001  Tim Janik  <timj@gtk.org>
1285
1286         * genums.h (G_TYPE_IS_FLAGS): patch from sven to fixup
1287         G_ENUM_CLASS_TYPE() macro.
1288
1289 Sat Feb 17 04:55:35 2001  Tim Janik  <timj@gtk.org>
1290
1291         * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
1292         lcopy_value() in the GTypeValueTable. the collect functions are now
1293         called only once per value, collect_format/lcopy_format are strings
1294         that enlist all necessary GTypeCValues to be varargs-collected.
1295
1296         * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that
1297         a value shouldn't copy its contents.
1298
1299         * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY()
1300         macros to carry an additional argument (flags) that can be used
1301         to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions.
1302
1303         * *.c: adapted collect_value() and lcopy_value() functions to the new
1304         prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate.
1305
1306         * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can
1307         be passed along (ORed) with the parameter types, indicating that the
1308         emission arguments are to be considered static for the scope of the
1309         emission. should be used with care and only if the caller knows that
1310         a parameter cannot be destroyed/freed from signal handlers connected
1311         to an emission.
1312
1313 Fri Feb 16 07:10:44 2001  Tim Janik  <timj@gtk.org>
1314
1315         * gclosure.c:
1316         (g_closure_ref):
1317         (g_closure_sink): make closure sinking explicit.
1318
1319         * gsignal.c:
1320         (g_signal_connect_data): 
1321         (g_signal_connect_closure): 
1322         (g_signal_connect_closure_by_id): 
1323         (g_signal_newv): perform explicit closure sinking.
1324
1325 Thu Feb  8 00:31:45 2001  Tim Janik  <timj@gtk.org>
1326
1327         * gtype.h: added G_TYPE_DEBUG_NONE for/from Eric Lemings ;)
1328
1329 2001-02-04  Tor Lillqvist  <tml@iki.fi>
1330
1331         * gobject.def: Remove glib_debug_objects.
1332
1333 Sun Feb  4 07:30:53 2001  Tim Janik  <timj@gtk.org>
1334
1335         * gtype.[hc]: changed g_type_init() to take debugging flags
1336         initially, a combination of G_TYPE_DEBUG_OBJECTS and
1337         G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd
1338         here, but basically g_type_int() serves as initialization
1339         fucntion for all of GType, GObject, GSignal, so what the heck.
1340
1341         * gobject.c: special case debugging code properly.
1342         changed glib_trap_object_ref to g_trap_object_ref.
1343
1344         * gsignal.c: add signal emission debugging abilities, along with
1345         a new trap object g_trap_instance_signals.
1346
1347 2001-02-04  Tor Lillqvist  <tml@iki.fi>
1348
1349         * Makefile.am (progs_LDADD): Change order of libs to libgobject
1350         first, then libglib. Needed for cygwin, says jbdoll@kepri.re.kr.
1351
1352 Wed Jan 31 06:19:49 2001  Tim Janik  <timj@gtk.org>
1353
1354         * gparam.h: gtk-doc sucks for not dealing with #define inside enums.
1355
1356         * gtype.[hc]: added G_TYPE_FLAG_RESERVED_ID_BIT, a bit in the type
1357         number that's supposed to be left untouched (preserved mainly
1358         for the signal code).
1359
1360         * *.c: added thread safety code, based on an old patch from sebastian.
1361         the remaining thread safety issues are now datalists on pspecs (to be
1362         solved im gdataset.c) and gvalue.c where locking concerns value exchange
1363         functionality only, and that's soon to be revised.
1364
1365 2001-01-27  Tor Lillqvist  <tml@iki.fi>
1366
1367         * makefile.msc.in: Don't try to compile gmarshal.c on its own.
1368
1369 2001-01-24    <alexl@redhat.com>
1370
1371         * gclosure.c (g_closure_unref):
1372         Don't leak closure->notifiers.
1373
1374 2001-01-05  Havoc Pennington  <hp@redhat.com>
1375
1376         * gparamspecs.c (g_param_spec_enum): set the value_type in the
1377         param spec; closes bug 40210
1378         (g_param_spec_flags): ditto for flags
1379
1380 2001-01-03  Alexander Larsson  <alexl@redhat.com>
1381
1382         * gobject.c:
1383         Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.
1384
1385 Thu Dec 28 11:36:44 2000  Tim Janik  <timj@gtk.org>
1386
1387         * gbsearcharray.c (upper_power2): disable G_BSEARCH_ALIGN_POWER2
1388         fucntionality if DISABLE_MEM_POOLS is defined.
1389
1390         * gtype.c: honour DISABLE_MEM_POOLS.
1391
1392         * gsignal.c (g_signal_init): flag signal key bsearch array with
1393         G_BSEARCH_ALIGN_POWER2 to avoid excessive growth time. honour
1394         DISABLE_MEM_POOLS.
1395
1396         * gparam.h: added G_PARAM_READWRITE alias for (G_PARAM_READABLE |
1397                                                        G_PARAM_WRITABLE).
1398
1399 2000-12-15  Tor Lillqvist  <tml@iki.fi>
1400
1401         * gobject.def: Update.
1402
1403 2000-12-15  Havoc Pennington  <hp@pobox.com>
1404
1405         * gobject.c (g_object_do_class_init): use g_signal_newc
1406
1407         * gsignal.c (g_signal_newc): convenience function for signals
1408         created from C
1409         (g_signal_new_valist): added
1410         (g_signal_new): removed
1411
1412 Fri Dec 15 04:40:23 2000  Tim Janik  <timj@gtk.org>
1413
1414         * gparam.[hc]: add an instance member value_type so the default
1415         value of the pspec class can be overridden.
1416
1417 2000-12-14  Tor Lillqvist  <tml@iki.fi>
1418
1419         * makefile.mingw.in: Update, include parts from Makefile.am to
1420         build gmarshal.[ch]. Some day, we won't need these separate
1421         makefiles for Win32 compilation. I hope.
1422
1423         * makefile.msc.in: Update. No use trying to build gmarshal.[ch]
1424         here, it would require Unixish tools. MSVC users building from CVS
1425         sources are out of luck.
1426         
1427         * gobject.def: Update.
1428
1429 Wed Dec 13 09:31:26 2000  Tim Janik  <timj@gtk.org>
1430
1431         * gparamspecs.[hc]: add G_TYPE_PARAM_BOXED implementation.
1432
1433         * gobject.[hc]: minor fixes.
1434
1435 Tue Dec 12 23:38:02 2000  Tim Janik  <timj@gtk.org>
1436
1437         * Makefile.am: _never_ touch oldest-source-stamp.
1438         
1439         * gobject.[hc]: construct property handling fixes/improvements.
1440         fixed trailer handling in get/set property.
1441         
1442         * gparam.[hc]: implement param spec pool, got rid of param spec
1443         hashtable. the most prominent change is that e deal with type
1444         prefixes here.
1445         
1446 2000-12-12  Elliot Lee  <sopwith@redhat.com>
1447
1448         * Makefile.am:
1449           . You have to 'touch oldest-source-stamp' if you want to avoid having
1450           the Makefile constantly rebuild itself.
1451           . Fix marshaller generation rules to work with srcdir != builddir
1452             (there were issues with trying to run "./glib-genmarshal", etc.)
1453
1454 Mon Dec 11 04:44:11 2000  Tim Janik  <timj@gtk.org>
1455
1456         * gboxed.c: fixed dealing with collection/lcopy of NULL values.
1457         
1458         * gclosure.h: removed insane ramblings, added G_CALLBACK() a casting
1459         convenience macro.
1460         
1461         * Makefile.am: cleanups, marshaller generation rules.
1462         
1463         * gmarshal.[hc]: new files with GRuntime standard marshallers.
1464         
1465         * glib-genmarshal.c: fix log domain, support gruntime standard 
1466         marshallers, suport G_TYPE_PARAM, come with extern "C" and
1467         #include gmarshal.h.
1468         
1469         * glib-genmarshal.1: reflect glib-genmarshal.c updates.
1470         
1471         * gobject.[hc]: implement object constructor. rework parameter
1472         changed notification queueing, we support queue freezes now and
1473         don't dispatch from an idle handler anymore.
1474         parameter->property rename hassle.
1475         implemented ::properties_changed and ::notify::* signals for
1476         property change notification (the later supports property names
1477         as details). added signal connection and named data properties.
1478         (g_signal_connect_object): new function to setup while_alive
1479         connections.
1480         (g_object_class_install_property): sink properties now, since they
1481         are initially floating.
1482         (g_object_steal_data):
1483         (g_object_set_data_full):
1484         (g_object_set_data):
1485         (g_object_get_data): set/get data by using g_datalist_*() functions
1486         directly.
1487         (g_object_queue_param_changed): nuked.
1488         (g_object_freeze_notify): start queueing of property changes (freeze/
1489         thaw calls stack).
1490         (g_object_notify): announce changes of a certain property directly.
1491         (g_object_thaw_notify): process queue of property changes, therefore
1492         emitting GObject::notify::detail with detail being the changed
1493         properties names.
1494         (G_OBJECT_WARN_INVALID_PROPERTY_ID): saner macro variant of former
1495         G_WARN_INVALID_PARAM_ID().
1496         
1497         * gparam.[hc]: param specs are now initially floating and need to be
1498         sunken with g_param_spec_sink(), support G_TYPE_PARAM values.
1499         added G_PARAM_CONSTRUCT and G_PARAM_CONSTRUCT_ONLY parameter flags,
1500         required by GObjectClass.constructor().
1501         
1502         * gparamspecs.[hc]: added GParamSpecParam, GParamSpecPointer and
1503         GParamSpecCCallback, param specs for G_TYPE_PARAM, G_TYPE_POINTER
1504         and G_TYPE_CCALLBACK respectively.
1505         
1506         * gsignal.[hc]: cleanups.
1507         (signal_id_lookup): after walking the anchestry, try interfaces as well.
1508         (g_signal_new): new function to create signals from varargs type list.
1509         (g_signal_connect_closure): closure connection variant that works from
1510         signal name+detail.
1511         (g_signal_connect_data): c handler connection variant that works from
1512         signal name+detail.
1513         (g_signal_emit_valist): emit signal for an instance with paraneters
1514         collected from a va_list.
1515         (g_signal_emit): emit signal, taking parameters from varargs list.
1516         (g_signal_emit_by_name): same as g_signal_emit, working from
1517         signal name+detail.
1518         (signal_emit_R): return whether return_value needs to be altered.
1519         
1520         * gtype.[hc]: set log-domain to GRuntime, i'm slowly getting to all
1521         the points that need to reflect the upcoming rename.
1522         melt g_type_conforms_to() functionality into g_type_is_a(), as that
1523         is what we really want (liskov substitution principle).
1524         assorted changes to other files due to conforms_to->is_a.
1525
1526         * gvalue.[hc]: implemented g_value_set_instance() that sets a value
1527         from an instantiatable type via the value_table's collect_value()
1528         function (based on an idea from James Henstridge <james@daa.com.au>).
1529         cleanups/fixes.
1530         
1531         * gvaluetypes.[hc]: implement G_TYPE_CCALLBACK and G_TYPE_PARAM.
1532
1533 Wed Nov 29 13:30:05 2000  Tim Janik  <timj@gtk.org>
1534
1535         * gsignal.c (handlers_find): fix elliots "logic fix" that dereferences
1536         NULL nodes if C handlers are searched for specific signals.
1537
1538 2000-11-28  Elliot Lee  <sopwith@redhat.com>
1539
1540         * gsignal.c: Fix warnings about possible use of uninitialized
1541         variables, and fix logic that would leave 'node' unset in cases
1542         that it might be used in.
1543
1544         * glib-genmarshal.c: Fix warning about printf format.
1545
1546 2000-11-28  Tor Lillqvist  <tml@iki.fi>
1547
1548         * gboxed.c: Include <string.h> for memset ().
1549
1550 2000-11-22  Tor Lillqvist  <tml@iki.fi>
1551
1552         * gobject.def: Update.
1553
1554 2000-11-20  Havoc Pennington  <hp@redhat.com>
1555
1556         * gobject.c (g_object_get_data)
1557         (g_object_set_data)
1558         (g_object_set_data_full)
1559         (g_object_steal_data): More convenient data-setting functions
1560
1561 Wed Nov 15 20:58:05 2000  Owen Taylor  <otaylor@redhat.com>
1562
1563         * gtypemodule.c (g_type_module_use): If loading the
1564         module fails, don't increment the use count.
1565
1566 Thu Nov  9 01:49:43 2000  Tim Janik  <timj@gtk.org>
1567
1568         * gobject.h (G_WARN_INVALID_PARAM_ID): doh,
1569         s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-Maarten
1570         Zeeman <maas@wanadoo.nl>.
1571
1572 Mon Nov 13 00:48:39 2000  Owen Taylor  <otaylor@redhat.com>
1573
1574         * Makefile.am (EXTRA_DIST): Add glib-genmarshal.1
1575
1576 2000-11-11  Tor Lillqvist  <tml@iki.fi>
1577
1578         * gtypemodule.c: Include stdlib.h for exit().
1579
1580         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypemodule.
1581
1582         * gobject.def: Add missing functions.
1583
1584 Sun Nov  5 13:21:28 2000  Owen Taylor  <otaylor@redhat.com>
1585
1586         * Makefile.am gtypemodule.[ch]: New basic implementation of
1587         GTypePlugin interface as a GObject. Dynamically loaded modules can
1588         register any number of types and interface on the module.
1589
1590 Sun Nov  5 10:25:40 2000  Owen Taylor  <otaylor@redhat.com>
1591
1592         * gsignal.c (handlers_find): When appending handlers and
1593         not matching on signal_id, use hlist->signal_id instead of 
1594         signal_id. Having the correct signal_id when unreffing
1595         the handlers makes things work a lot better.
1596
1597 2000-11-05  Tor Lillqvist  <tml@iki.fi>
1598
1599         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypeplugin.
1600
1601         * gobject.def: Update.
1602
1603 Sun Nov  5 05:22:55 2000  Tim Janik  <timj@gtk.org>
1604
1605         * gsignal.c:
1606         fixed a bag full of subtle bugs of immensive screw-up potential in
1607         handlers_find(), luckily no one found out about them yet ;)
1608         fixed signal_handlers_foreach_matched_R() so it operates on an
1609         initial handler list snapshot provided by handlers_find() to work
1610         around general reentrancy problems and to avoid multiple callback()
1611         invocations on the same handlers.
1612         this code is now officially 80% bug free (10% remaining for interface
1613         types, and 10% remaining for destroyed signals ;)
1614         
1615 Sat Nov  4 02:01:33 2000  Tim Janik  <timj@gtk.org>
1616
1617         * gsignal.c (_g_signals_destroy): valid signal nodes start out at 1.
1618
1619         * gtypeplugin.[hc]: new files holding a GTypePlugin interface
1620         implementation that provides the API required by GType to deal with
1621         dynamically loadable types.
1622
1623         * gtype.[hc]: displace any GTypePlugin business to gtypeplugin.h.
1624
1625 Fri Nov  3 07:35:00 2000  Tim Janik  <timj@gtk.org>
1626
1627         * gsignal.[hc]: prefix internal functions with '_'. renamed
1628         g_signal_connect_closure() to g_signal_connect_closure_by_id().
1629         added g_signal_parse_name() to retrive signal_id and detail quark
1630         from a signal name (internal).
1631
1632 Wed Nov  1 03:36:54 2000  Tim Janik  <timj@gtk.org>
1633
1634         * gobject.c (g_object_base_class_finalize): destroy all signals that
1635         the finalized obejct type introduced.
1636
1637         * gsignal.c (g_signals_destroy): don't require itype to have
1638         signals.
1639
1640         * gobject.c (g_object_do_finalize): make sure all signal handlers
1641         are destroyed.
1642
1643         * gsignal.[hc]:
1644         (g_signal_handler_find): only match on non-0 masks.
1645         (g_signal_handlers_block_matched):
1646         (g_signal_handlers_unblock_matched):
1647         (g_signal_handlers_disconnect_matched): new functions to block/unblock
1648         or disconnect handlers in groups.
1649
1650 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1651
1652         * gvalue.c (exchange_entries_equal), gparam.c (param_spec_equals):
1653         made both functions return gboolean just for the little extra
1654         standard conformance now that GEqualFunc is introduced.
1655
1656 Mon Oct 30 05:52:45 2000  Tim Janik  <timj@gtk.org>
1657
1658         * gsignal.c (g_signal_list_ids): get rid of inline documentation owen
1659         added, the doc system would ignore it anyways (for some reason not
1660         aparent to me).
1661
1662 Mon Oct 30 03:00:07 2000  Tim Janik  <timj@gtk.org>
1663
1664         * gsignal.[hc] (g_signal_list_ids): renamed owen's g_type_signals(),
1665         added required mutex locks.
1666
1667 Sun Oct 29 02:31:03 2000  Owen Taylor  <otaylor@redhat.com>
1668
1669         * gsignal.c (g_type_signals): Fix problem where signals
1670         with "_" in them appeared twice in the result array.
1671
1672 Sun Oct 29 01:58:44 2000  Owen Taylor  <otaylor@redhat.com>
1673
1674         * gsignal.h: Add g_type_signals() - a function to list
1675         all signals for a given type.
1676
1677 Sat Oct 28 00:28:09 2000  Tim Janik  <timj@gtk.org>
1678
1679         * gclosure.c (g_closure_add_marshal_guards): fixed notifier position
1680         for post_marshal guard which was off at 0.
1681
1682 Fri Oct 27 21:49:31 2000  Tim Janik  <timj@gtk.org>
1683
1684         * gobject.[hc]: doh, fix argument order in for
1685         g_cclosure_new_object_swap and g_cclosure_new_object.
1686
1687 2000-10-28  Tor Lillqvist  <tml@iki.fi>
1688
1689         * makefile.{mingw,msc}.in: Make glib-genmarshal.exe.
1690
1691         * glib-genmarshal.c: Conditionalise include of unistd.h.
1692         Include <io.h> on Win32.
1693
1694         * gobject.def: Add some missing entry points.
1695
1696 Fri Oct 27 16:33:41 2000  Tim Janik  <timj@gtk.org>
1697
1698         * gsignal.[hc]: publically define GSignalInvocationHint structure
1699         that gets passed in to closure invocations. added signal details.
1700         renamed GSignalType to GSignalFlags to comply with conventions.
1701         quite some cleanups and minor fixes. avoid uneccessary handler list
1702         walks upon invokation of after handlers. relookup handler list for
1703         restarted emissions. preliminary abort normal handler invokation if
1704         after handler is encountered.
1705
1706         * glib-genmarshal.c:
1707         * gclosure.[hc]: moved invocation_hint to the end of the
1708         g_closure_invoke() arguments as sugegsted by kenelson.
1709         also made it a gpointer to be more generic. the invocation_hint
1710         is a caller specific thing that can be used to pass additional
1711         data in to closure invocations as documented with the caller
1712         invoking the closure.
1713
1714 Fri Oct 27 05:35:14 2000  Tim Janik  <timj@gtk.org>
1715
1716         * gobject.c (g_object_watch_closure): fixed realloc bug, reported
1717         by havoc.
1718
1719         * gsignal.c (g_signal_newv): fixed deadlock scenarion where
1720         g_signal_lookup() would be called with the signal lock being
1721         held. reported by james henstridge.
1722
1723         * gclosure.c (g_closure_set_meta_marshal): fixed memcpy/overwrite bug
1724         reported by owen.
1725
1726 2000-10-26  Tor Lillqvist  <tml@iki.fi>
1727
1728         * gbsearcharray.c (bsearch_array_insert): Fix gccisms (pointer
1729         arithmetic on void pointer, label without statement following.
1730
1731         * gtype.c (type_node_fundamental_info): Don't apply unary minus to
1732         result of sizeof operator, it can be unsigned. Cast first to
1733         gssize.
1734
1735         * gobject.def: Add new functions.
1736
1737         * makefile.{mingw,msc}.in: Add new objects.
1738
1739 2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1740
1741         * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_
1742         prevents 'make dist' from working.
1743
1744 Wed Oct 25 19:11:03 2000  Owen Taylor  <otaylor@redhat.com>
1745
1746         * gbsearcharray.h (g_bsearch_array_get_nth): Don't use implicit
1747         casts from void * since this will get included from C++ too
1748         at times.
1749         
1750 Thu Oct 26 00:30:27 2000  Tim Janik  <timj@gtk.org>
1751
1752         * gvaluetypes.[hc]: added g_value_set_static_string().
1753
1754         * gboxed.[hc]: const corrections. added g_value_set_static_boxed().
1755
1756 Wed Oct 25 20:27:02 2000  Tim Janik  <timj@gtk.org>
1757
1758         * gtype.c (g_type_free_instance): for the moment, freeing object
1759         structures will fill their memory portion with 0xAA. there's a
1760         FIXME there, remove this line at a later point.
1761
1762 Tue Oct 24 23:10:26 2000  Tim Janik  <timj@gtk.org>
1763
1764         * glib-genmarshal.1:
1765         * glib-genmarshal.c: added publically installed marshaller generator.
1766
1767         * gtype.h: added G_TYPE_INSTANCE_GET_INTERFACE() to retrive a certain
1768         interface VTable from instances.
1769
1770 Mon Oct 23 08:28:15 2000  Tim Janik  <timj@gtk.org>
1771
1772         * gobject.[hc]: new functions for closure maintenance:
1773         (g_object_watch_closure): maintain validity of the object and
1774         the closure for objects that are used as data part of a closure.
1775         (g_cclosure_new_object): convenience function to create C closures
1776         that have an object as data argument.
1777         (g_closure_new_object): convenience function to create closures
1778         that have an object as data argument.
1779
1780         * gclosure.[hc]: implementation of GClosure mechanism.
1781         a closure is basically an encapsulation of a callback function
1782         and its environment. ideally, most places supporting callback
1783         functions will simply take a GClosure* pointer and thus unify
1784         callback environments wrg destroy notification etc.
1785         GClosure provides destroy notifiers for arbitrary data pointers,
1786         reference counting, invalidation notification (it can be invalidated
1787         which is merely a deactivate state) and a marshallinbg abstraction.
1788         GCClosure is also provided in these files, they present a specialized
1789         GClosure implementation for C language callbacks.
1790
1791         * genum.c: macro cleanups.
1792         
1793         * gboxed.[hc]: new files, for boxed type abstraction.
1794         (g_boxed_copy): copy a boxed structure
1795         (g_boxed_free): free a boxed structure
1796         (g_value_set_boxed):
1797         (g_value_get_boxed): standard GValue functions for boxed types
1798         (g_boxed_type_register_static): convenience function for easy
1799         introduction of new G_TYPE_BOXED derivatives.
1800
1801         * gparam.[hc]: introduced g_param_type_register_static(), a short hand
1802         for creation of new GParamSpec derived types.
1803
1804         * gtype.[hc]: many fixes, introduced ability to flag individual
1805         type nodes as ABSTRACT upon registration, added value_peek_pointer()
1806         to the value table to peek at GValue contents as a pointer for types
1807         that support this. fixed up GValue checks.
1808
1809         * gvalue.[hc]: added g_value_fits_pointer() and g_value_get_as_pointer()
1810         to peek at the value contents as pointer.
1811
1812         * *.[hc]: adaptions to type macro fixes and changes in the type
1813         registration API.
1814
1815         * many const corrections over the place.
1816
1817 Sat Oct 21 02:49:56 2000  Tim Janik  <timj@gtk.org>
1818
1819         * gtype.c (g_type_conforms_to): this function basically behaves like
1820         and is_a check, except that it _additionally_ features interfaces
1821         for instantiatable types. enforce this in the second branch as well
1822         (`type' conforms_to `type') even if `type' is not an interface type.
1823
1824 Fri Oct 20 15:31:04 2000  Tim Janik  <timj@gtk.org>
1825
1826         * gvaluetypes.[hc]: added G_TYPE_POINTER implementation from jrb.
1827
1828         * gtype.[hc]:
1829         * gobject.c:
1830         * gvaluetypes.c: added GTypeValueTable.value_peek_pointer and
1831         suitable implementations of this for G_TYPE_STRING, G_TYPE_OBJECT
1832         and G_TYPE_POINTER.
1833
1834 Mon Aug 21 04:13:37 2000  Tim Janik  <timj@gtk.org>
1835
1836         * gbsearcharray.[hc]: long standing needed generic implementation
1837         of a binary searchable, sorted and dynamically sized array.
1838
1839 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
1840
1841         * Makefile.am (BUILT_EXTRA_DIST): New variable.
1842         (dist-hook): Handle $(BUILT_EXTRA_DIST).
1843         (*): Remove traces of @STRIP_{BEGIN,END}@.
1844         
1845 2000-09-29  Martin Baulig  <baulig@suse.de>
1846         
1847         Several minor ANSI C fixes.
1848
1849         Added missing casts:
1850         * gtype.c (type_class_init): 
1851         `(gpointer) bnode->data->class.class_init_base'
1852         in call to g_slist_prepend() and
1853         'GBaseInitFunc class_init_base = (GBaseInitFunc) slist->data'.
1854
1855         * gobject.c: Put text following #endif into comments.
1856
1857 2000-09-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1858
1859         * Makefile.am: Remove empty SUBDIRS line, as that prevents make
1860         dist from working.
1861
1862 Sat Sep  9 20:04:13 2000  Owen Taylor  <otaylor@redhat.com>
1863
1864         * gobject.c (g_object_last_unref): Move call to
1865         g_type_free_instance() here from g_object_do_finalize,
1866         since g_type_free_instance() can unload the object's
1867         implementation.
1868
1869 2000-07-27  Tor Lillqvist  <tml@iki.fi>
1870
1871         * gobject.c: No, don't mark glib_debug_objects for export here,
1872         it's handled specially in gtktypeutils.c.
1873
1874         * gobject.def: Export g_type_fundamental_last (the function).
1875
1876 2000-07-26  Tor Lillqvist  <tml@iki.fi>
1877
1878         * gobject.def
1879         * gobject.c: Mark glib_debug_objects for export/import as it is
1880         used by GTK+.
1881
1882 Sun Jul 23 17:23:35 2000  Tim Janik  <timj@gtk.org>
1883
1884         * gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
1885         that extern variable clutter and avoiding further problems with thread
1886         safety.
1887
1888 2000-07-19  Tor Lillqvist  <tml@iki.fi>
1889
1890         * gparam.h
1891         * gvalue.h
1892         * gparam.c
1893         * gtype.c: Shut up Sun's picky compiler.
1894
1895 2000-07-14  Tor Lillqvist  <tml@iki.fi>
1896
1897         * gobject.def: Add g_type_get_plugin.
1898
1899 Thu Jul 13 02:07:54 2000  Tim Janik  <timj@gtk.org>
1900
1901         * gparam.c (g_param_value_defaults): default initialize the temporary
1902         default value, instead of nuking the caller's value contents.
1903
1904 2000-07-11  Raja R Harinath  <harinath@cs.umn.edu>
1905
1906         * gtype.c (g_type_get_plugin): Don't return just 0 or 1.
1907
1908 Tue Jul 11 02:48:13 2000  Tim Janik  <timj@gtk.org>
1909
1910         * gtype.[hc]: removed g_type_is_dynamic() and added g_type_get_plugin().
1911
1912 2000-07-10  Tor Lillqvist  <tml@iki.fi>
1913
1914         * gobject-query.c: Include ../config.h for HAVE_UNISTD_H. Use it
1915         to guard inclusion of <unistd.h>.
1916
1917         * gtype.h: Fix copy-paste errors in the ifdefs on how to declare a
1918         variable for export. Call the macro GOBJECT_VAR.
1919
1920         * gtype.c: Declare _g_type_fundamental_last for export here, too.
1921         (type_node_any_new): Use only constant expressions for sizeof
1922         operator (for instance MSVC requires this).
1923
1924         * makefile.mingw.in: Define GOBJECT_COMPILATION.
1925
1926 Sun Jul  9 21:21:46 2000  Owen Taylor  <otaylor@redhat.com>
1927
1928         * genums.c: Move string.h include into the .c file
1929         instead of where it was in the .h file by mistake.
1930
1931 Thu Jul  6 15:30:27 2000  Owen Taylor  <otaylor@redhat.com>
1932
1933         * Makefile.am (EXTRA_DIST): dist fixes.
1934
1935         * gobject.c: Add a global variable glib_debug_objects
1936         (not in header file) to control object tracing.
1937
1938 2000-07-01  Tor Lillqvist  <tml@iki.fi>
1939
1940         * gobject.def: Update added and renamed entry points.
1941
1942         * makefile.mingw.in: Add gvaluetypes.o.
1943
1944 Thu Jun 29 16:02:07 2000  Owen Taylor  <otaylor@redhat.com>
1945
1946         * gobject.c:include string.h for memset
1947         * genums.h: include string.h for strcpy
1948         * gvalue.c: include string.h for memset, memcpy.
1949
1950 Sat Jun 24 23:03:04 2000  Tim Janik  <timj@gtk.org>
1951
1952         * gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
1953         G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_FLOAT,
1954         G_TYPE_DOUBLE and G_TYPE_STRING fundamental types.
1955         added a GTypeValueTable* pointer to GTypeInfo structure for types
1956         to implement GValue handling functions.
1957         GTypeValueTable contains the following members:
1958           value_init(): initialize a GValue structure.
1959           value_free(): free GValue structure contents (optional).
1960           value_copy(): copy one GValue contents to another GValue structure of
1961           collect_type: varargs collection type for the first variable argument
1962           to be collected by collect_value().
1963           collect_value(): variable arguments collection function (optional).
1964           lcopy_type: varargs collection type for the first variable argument
1965           to be location copyied by lcopy_value().
1966           lcopy_value(): variable arguments location copy function (optional).
1967         g_type_value_table_peek(): new function to retrive the GTypeValueTable*
1968         for a type node. ValueTables get inherited from parent types, unless
1969         overridden through the GTypeInfo structure. internally, GTypeValueTable
1970         support means an added overhead of one pointer per static or used
1971         dynamic type node.
1972         g_type_add_class_cache_func(): provide a cache_func/data pair to be
1973         called  prior to a type nodes last_unref() function, this can be used
1974         to prevent premature class destruction. multiple installed cache_func()
1975         will be chained upon last_unref() untill one of them returns TRUE.
1976         the cache_func()s have to check the class id passed in to figure whether
1977         they actually want to cache the class of this type (since all classes
1978         are routed through the cache_func() chain).
1979         g_type_remove_class_cache_func(): remove a previously installed
1980         cache_func/data pair. the cache maintained by this function has to be
1981         clear when calling g_type_remove_class_cache_func() to avoid leaks.
1982         g_type_class_unref_uncached(): class unref function for cache_func()
1983         implementations, unreferences a class omitting the cache chain (and
1984         therefore unref->cache->unref->... loops).
1985
1986         * gvaluetypes.[hc]: provide the value setters/getters for the primitive
1987         fundamental types boolean, char, uchar, int, uint, long, ulong, float,
1988         double and string.
1989
1990         * gvalue.[hc]: provide G_TYPE_IS_VALUE() in terms of whether a
1991         GTypeValueTable is provided for this type.
1992         removed g_value_init_default(), g_value_validate(), g_value_defaults(),
1993         g_value_set_default() and g_values_cmp() as these are supplied by the
1994         GParamSpec API now.
1995         moved g_values_exchange() into the "implementation details" section,
1996         since it just provides the underlying functionality for
1997         g_value_convert().
1998
1999         * gvaluecollector.h: renamed the varargs value container from
2000         GParamCValue to GTypeCValue as the value collection methods are
2001         supplied by the type system now.
2002         G_PARAM_COLLECT_VALUE() and G_PARAM_LCOPY_VALUE() got renamed to
2003         G_VALUE_COLLECT() and G_VALUE_LCOPY() and operate without a
2004         GParamSpec structure now.
2005
2006         * genums.h: macros cleanups/fixes.
2007
2008         * genum.c: provide G_TYPE_ENUM and G_TYPE_FLAGS type
2009         and assorted g_value_{s|g}et_{enum|flags}() implementations.
2010
2011         * gobject.[hc]:
2012         provide G_IS_VALUE_OBJECT(), G_TYPE_OBJECT ValueTable methods
2013         and g_value_{s|g}et_object().
2014
2015         * gparam.[hc]: reduced class to value_set_default(),
2016         value_validate() and values_cmp(). also parameters now need to fill
2017         in a GType value_type; field to indicate the GValue type they
2018         are handling. provide g_param_value_set_default(),
2019         g_param_value_defaults(), g_param_value_validate() and
2020         g_param_values_cmp().
2021
2022         * gparamspecs.[hc]: got rid of the g_value_* functions and
2023         the G_IS_VALUE_* macros. adapted param spec implementations
2024         according to the GParamSpecClass changes.
2025
2026 Sat Jun 10 08:38:27 2000  Tim Janik  <timj@gtk.org>
2027
2028         * gtype.c (type_class_init): fetch the nth iface entry of the
2029         type node in the nth loop iteration, not alwys the first.
2030         bug discovered by Walt Pohl <cher@suitware.com>.
2031         (type_data_finalize_class_ifaces): same here, cut and paste
2032         rulez.
2033
2034 Wed Jun  7 09:21:05 2000  Owen Taylor  <otaylor@redhat.com>
2035
2036         * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h
2037         is found properly when build srcdir != builddir. (Patch from
2038         Eric Lemings)
2039
2040 2000-05-13  Tor Lillqvist  <tml@iki.fi>
2041
2042         * makefile.mingw.in
2043         * gobject.def
2044         * gobject.rc.in: New files, for Win32 (mingw) build.
2045
2046         * Makefile.am: Add to EXTRA_DIST. Add rules to produce the
2047         corresponding non-*.in files.
2048
2049         * gtype.h: (Win32:) Mark _g_type_fundamental_last for
2050         export/import from DLL.
2051
2052 Fri May  5 01:15:48 2000  Tim Janik  <timj@gtk.org>
2053
2054         * gtype.h: add reserved fundamental ids for gtk types (for transition
2055         time). added G_TYPE_FUNDAMENTAL_MAX for gtk.
2056
2057 Mon Apr 17 20:45:50 2000  Tim Janik  <timj@gtk.org>
2058
2059         * glib-gobject.c (g_object_base_class_finalize): oops, don't unset
2060         n_params prior to destructing them.
2061
2062 Tue Apr 11 04:28:10 2000  Tim Janik  <timj@gtk.org>
2063
2064         * fixed a couple of bugs in the initial parameter/object
2065         implementations, after getting beast running on GObject and GValue.
2066
2067 Fri Apr  7 04:27:49 2000  Tim Janik  <timj@gtk.org>
2068
2069         * glib-gobject.[hc]: completed parameter set/get implementations,
2070         along with asyncronous parameter changed notification queue.
2071
2072 Sun Apr  2 04:54:36 2000  Tim Janik  <timj@gtk.org>
2073
2074         * glib-gobject.[hc]: GObject implementation, that is facilities
2075         for setting/getting quarked data and reference counting.
2076
2077         * glib-gparamspecs.[hc]: first actuall parameter implementations
2078         for GLib, so far we have: char, uchar, bool, int, uint, long,
2079         ulong, enum, flags, float, double, string and object. each of these
2080         GParamSpecs is a new instantiatable type in its own respect,
2081         so the .c file derives 13 new types from G_TYPE_PARAM and
2082         defines over 50 (*2) conversion facilities.
2083
2084         * glib-gvaluecollector.h: generic varargs handling stubs for
2085         GParamSpecs, private header file (does get installed for
2086         inclusion into user code though).
2087
2088         * glib-gvalue.[hc]: GValue functionality implementation.
2089
2090         * glib-gparam.[hc]: basis GParamSpec implementation for
2091         the virtual base type G_TYPE_PARAM.
2092
2093         * glib-genums.[hc]: enum/flags type implementation, based on
2094         bseenum.[hc].
2095
2096         * glib-gtype.[hc]: GLib Type System implementation, heavily
2097         based on BSE's dynamic type system.