fix standard type macros.
[platform/upstream/glib.git] / gobject / ChangeLog
1 Tue Nov 13 20:02:47 2001  Tim Janik  <timj@gtk.org>
2
3         * gparam.h: fix standard type macros.
4
5 Wed Nov  7 00:56:00 2001  Tim Janik  <timj@gtk.org>
6
7         * gclosure.h: provide G_CLOSURE_N_NOTIFIERS() for people that need
8         to walk the notifier list (puhh, black magic, stay-away-warning ;).
9
10 Mon Nov  5 18:59:08 2001  Tim Janik  <timj@gtk.org>
11
12         * gobject.h: 
13         * gsignal.h: we need signal.h for G_BREAKPOINT().
14
15 Sun Nov  4 14:01:23 2001  Owen Taylor  <otaylor@redhat.com>
16
17         * gvaluetypes.[ch]: Add a function g_pointer_type_register_static()
18         to register a type derived from G_TYPE_POINTER.
19
20 2001-11-03  Hans Breuer  <hans@breuer.org>
21
22         * makefile.msc.in : gobject-query needs gmarshal.[hc,stings]
23         so build it after them. Add gsourceclosure.obj. 
24
25         * gobject.def : removed duplicates, added mising
26
27 Mon Oct 29 11:05:15 2001  Owen Taylor  <otaylor@redhat.com>
28
29         * glib-mkenums.in: Generate glib-mkenums from glib-mkenums.in, 
30         substituting in path to perl.  (#63093, Dan Winship)
31
32         * Makefile.am (bin_SCRIPTS): Remove hack to copy glib-mkenums
33         from srcdir.
34
35 2001-10-26  Tor Lillqvist  <tml@iki.fi>
36
37         * makefile.mingw.in: When running glib-genmarshal, set PATH to
38         include ../glib.
39
40 2001-10-23  Tor Lillqvist  <tml@iki.fi>
41
42         * Makefile.am: (Win32): If we have built the MSVC import library,
43         install it. Install the gcc import library. Also support
44         uninstall.
45
46 2001-10-13  Matthias Clasen  <matthiasc@poet.de>
47
48         * glib-genmarshal.1, glib-mkenums.1: Typo fixes.
49
50 Fri Oct 12 18:40:18 2001  Tim Janik  <timj@gtk.org>
51
52         * cosmetic fixups.
53
54 Wed Oct 10 17:25:22 2001  Joshua N Pritikin  <vishnu@pobox.com>
55
56         * glib-genmarshal.c gparamspecs.[ch] gtype.[ch] gvalue.h
57         gvaluecollector.h gvaluetypes.[ch]: Fill in missing support for
58         gint64 & guint64 (#59254).
59         
60         * Unconditionalize same (compile with or without G_HAVE_INT64).
61
62 Wed Oct 10 15:38:58 2001  Joshua N Pritikin  <vishnu@pobox.com>
63
64         * gparamspecs.h (G_IS_PARAM_SPEC_FLAGS): Fix order of
65         *_PARAM_SPEC_ULONG defines.
66
67 Thu Oct  4 01:10:52 2001  Owen Taylor  <otaylor@redhat.com>
68
69         * gparamspecs.h: Add missing G_HAVE_GINT64 conditionalization.
70
71 Wed Oct  3 16:02:24 2001  Owen Taylor  <otaylor@redhat.com>
72
73         * glib-genmarshal.c gparamspecs.[ch] gvalue.h 
74         gobject/gvaluetypes.[ch]: Add support for G_TYPE_INT64
75         and storing it in GValue (Patch from Mathieu Lacage, #59254.)
76
77 2001-10-03  jacob berkman  <jacob@ximian.com>
78
79         * gtype.c (type_iface_retrieve_holder_info_Wm): 
80         (type_iface_vtable_init_Wm): 
81         (type_iface_vtable_finalize_Wm): 
82         (g_type_class_ref): 
83
84         * gobject.c (g_object_get_property): s/retrive/retrieve/
85
86 2001-09-25  Tor Lillqvist  <tml@iki.fi>
87
88         * Makefile.am: Use new macros for .def file, and check for
89         MS_LIB_AVAILABLE, new rule to build MS import library.
90
91         * makefile.msc.in: Use same DLL and import library names as
92         libtool.
93         
94 2001-09-21  Hans Breuer  <hans@breuer.org>
95
96         * gobject.def : updated externals
97
98 2001-09-19  Tor Lillqvist  <tml@iki.fi>
99
100         * gobject.rc.in: Correct InternalName and OriginalFilename to
101         match what we actually produce.
102
103 Tue Sep 18 23:09:02 2001  Tim Janik  <timj@gtk.org>
104
105         * gparam.[hc]: rename *nick and *blurb fields to catch
106         direct accesses in third party code.
107         provide g_param_get_nick(), g_param_get_blurb() and
108         g_param_get_name() accessors.
109
110 Mon Sep 10 20:31:37 2001  Tim Janik  <timj@gtk.org>
111
112         * gobject.[hc]: removed extraneous GObject* returns from a
113         couple functions that are very unlikely to be used in nested.
114         changed gpointer->GObject* for a couple return values/arguments.
115         this fixes #50206.
116
117 Mon Sep 10 19:27:47 2001  Tim Janik  <timj@gtk.org>
118
119         * gtype.[hc]:
120         g_type_add_interface*(): implement the ability to add an interface to
121         a type whose parents already conform to this interface.
122         such "overriding" interfaces, when initialized, are not just initialized
123         with 0, but with a copy of the interface they override.
124         g_type_interface_peek_parent(): new function, return the interface
125         that this interface "overrides", if any.
126
127         * testgruntime.c: test new interface stuff.
128
129 2001-09-10  Alex Larsson  <alexl@redhat.com>
130
131         * gobject/gboxed.[ch]:
132         * gobject/gsourceclosure.c:
133         Removed is_refcounted and GBoxedInitFunc from
134         g_boxed_type_register_static().
135
136 Sat Sep  8 14:13:57 2001  Owen Taylor  <otaylor@redhat.com>
137
138         * gobject/Makefile.am: Move gbsearcharray.[ch] to glib
139         as a private ininstalled header.
140
141 Tue Sep  4 22:24:48 2001  Matthias Clasen  <matthiasc@poet.de>
142
143         * gobject.c (g_object_base_class_finalize): typo fix.
144
145 Tue Sep  4 01:49:18 2001  Tim Janik  <timj@gtk.org>
146
147         * gsourceclosure.c: make closure_callback_funcs static,
148         added some g_return_if_fail() statements.
149
150 Mon Aug 27 14:55:27 2001  Owen Taylor  <otaylor@redhat.com>
151
152         * gsourceclosure.[ch] (g_source_set_closure): Implement.
153
154         * gsourceclosure.[ch]: Add GType's for GIOChannel, GIOCondition.
155
156 2001-08-17  James Henstridge  <james@daa.com.au>
157
158         * gobject.c (WeakRefStack): add an object member to the structure.
159         (weak_refs_notify): pass wstack->object as extra argument to
160         notify functions.
161         (g_object_weak_ref): set wstack->object when initialising
162         WeakRefStack.
163
164         * gobject.h (GWeakNotify): add second argument to prototype which
165         gives the pointer to where the object that is being disposed of
166         was.
167
168 Wed Jul 18 19:42:31 2001  Tim Janik  <timj@gtk.org>
169
170         * gtype.h: if __GNUC__ is defined, inline a test for an exact type
171         match for instances and classes in G_TYPE_CHECK_INSTANCE_TYPE() and
172         G_TYPE_CHECK_CLASS_TYPE() before calling g_type_instance_is_a().
173
174 Sun Aug 12 02:07:10 2001  Tim Janik  <timj@gtk.org>
175
176         * gvaluearray.[hc]: fix preallocation logic, support DISABLE_MEM_POOLS
177         properly, group value allocations.
178         (g_value_array_new): fix semantic of n_prealloced argument, so it's
179         really just about preallocation space.
180
181 2001-07-23  Padraig O'Briain <Padraig.Obriain@Sun.COM>
182         
183         * gobject/gobjectnotifyqueue.c: fix unconditional check of
184         first GParamSpec in g_object_notify_queue_thaw(); to prevent
185         property notification being lost.
186
187 2001-08-06  Sven Neumann  <sven@gimp.org>
188
189         * gobject.[ch]: 
190         added new functions g_object_[add|remove]_weak_pointer().
191
192 2001-08-01  Sven Neumann  <sven@gimp.org>
193
194         * gsignal.h: added convenience macro g_signal_connect_after().
195
196 2001-07-29  Hans Breuer  <hans@breuer.org>
197
198         * gobject.def : updated externals
199
200 2001-07-20  Hans Breuer  <hans@breuer.org>
201
202         * gobject.def : updated externals
203
204         * makefile.msc.in : reflect glib move
205
206 Tue Jul 10 18:50:16 2001  Tim Janik  <timj@gtk.org>
207
208         * gsignal.h (struct _GSignalQuery): fix misplaced comment.
209
210 Mon Jul  2 07:17:47 2001  Tim Janik  <timj@gtk.org>
211
212         * gobject.c (g_object_weak_ref): 
213         (g_object_watch_closure): congrats tim, introducing of-by-one
214         errors like on my very first day of C programming.
215
216 Sat Jun 30 11:07:00 2001  Tim Janik  <timj@gtk.org>
217
218         * gobject.[hc]: provide weak_ref/weak_unref functions,
219         invoked from ->dispose. renamed ->shutdown() to ->dispose(),
220         provide "public" API entry here: g_object_run_dispose(), this
221         fucntion should _only_ be called from object system implementations
222         (e.g. gtkobject.c) if at all.
223
224         * gtypemodule.c (g_type_module_dispose): s/shutdown/dispose/
225
226         * gsignal.h: removed compat aliases.
227
228         * gobject.c (g_object_connect): support data objects.
229         
230 Sat Jun 30 13:17:12 2001  Owen Taylor  <otaylor@redhat.com>
231
232         * testgruntime.c (test_object_class_init)
233           gobject.c (g_object_do_class_init): 
234           g_signal_newc() => g_signal_new().
235
236 Thu Jun 28 22:49:40 2001  Owen Taylor  <otaylor@redhat.com>
237
238         * gtype.[ch] gobject-query.c testgruntime.c: Remove
239         debug flag argument to g_type_init() and add
240         g_type_init_with_debug_flags().
241
242 Thu Jun 28 16:42:49 2001  Tim Janik  <timj@gtk.org>
243
244         * gsignal.c (g_signal_lookup): 
245         (g_signal_list_ids): give elaborate warnings about invalid types,
246         non-instantiatable types and unloaded types that we can't operate on.
247
248         * gparam.[hc]: g_param_spec_pool_belongings() ->
249         g_param_spec_pool_list_owned().
250
251         * gsignal.[hc]: renamed:
252         g_signal_newc -> g_signal_new
253         g_signal_disconnect_by_func -> g_signal_handlers_disconnect_by_func
254         g_signal_block_by_func -> g_signal_handlers_block_by_func
255         g_signal_unblock_by_func -> g_signal_handlers_unblock_by_func
256         added GConnectType to simplify (..gboolean swapped, gboolean after)
257         args.
258
259         * gobject.[hc]: changed prototypes accordingly.
260
261 2001-06-22  Hans Breuer  <hans@breuer.org>
262
263         * gobject.def : updated externals
264
265         * gobjectnotifyqueue.c : include <string.h> for memset ()
266
267 Thu Jun 21 02:43:10 2001  Tim Janik  <timj@gtk.org>
268
269         * gparamspecs.h: s/long/int/ for default_value in enum and flags
270         pspecs.
271
272 Wed Jun 20 03:59:42 2001  Tim Janik  <timj@gtk.org>
273
274         * gtype.[hc]: added debugging variants g_type_name_from_class(),
275         g_type_name_from_instance().
276
277 Mon Jun 11 17:07:06 2001  Tim Janik  <timj@gtk.org>
278
279         * gboxed.[hc]: remove left-over usages of an anonymous GBoxed typedef.
280
281         * gobjectnotifyqueue.c: moved property notify queue implementation
282         bits into this function.
283
284         * gparam.[hc]: added g_param_spec_pool_belongings(), completed
285         g_param_spec_pool_list(). added GParameter for _setv() functions.
286
287         * gobject.[hc]: use gobjectnotifyqueue.h implementation now.
288         got rid of properties_changed signal.
289         new functions g_object_newv(), g_object_class_list_properties().
290         removed "properties_changed" signal.
291
292         * gtype.[hc]: added g_type_depth() to figure number of parent
293         types + 1 for a type.
294
295         * gsignal.h: add g_signal_connect() (as per owen's request) and
296         g_signal_connect_swapped().
297
298 2001-06-13  Havoc Pennington  <hp@redhat.com>
299
300         * Makefile.am (progs_LDADD): link to ./libgobject-1.3.la
301         since an installed libgobject was somehow being found; think 
302         it's a libtool bug, but this workaround should do for now.
303
304 2001-06-12  Havoc Pennington  <hp@redhat.com>
305
306         * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
307         bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
308         in bin_SCRIPTS and cp it into builddir
309
310 Thu May 31 17:56:47 2001  Owen Taylor  <otaylor@redhat.com>
311
312         * gobject-query.c: Fix mispelling in help output.
313         (#53952, Skip Montanaro)
314
315 2001-05-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
316
317         * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
318         that bin_SCRIPTS doesn't seem to care about doing so anymore.
319
320 Mon May 28 06:51:24 2001  Tim Janik  <timj@gtk.org>
321
322         * gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot
323         to release signal lock when restarting emissions.
324
325 Sun May 27 04:52:28 2001  Tim Janik  <timj@gtk.org>
326
327         * gsignal.[hc] (g_signal_stop_emission_by_name): added variant
328         to stop signal emissions through a detailed_signal string.
329
330         * gsignal.c (signal_emit_R) (g_signal_emit_valist): account for
331         the fact that g_value_* functions may cause signal emissons by
332         unlocking the global signal system lock around g_value_* functions.
333         (signal_emit_unlocked_R): renamed this from signal_emit_R() to reflect
334         that this functions acquires the lock on its own now.
335
336 2001-05-24  Hans Breuer  <hans@breuer.org>
337
338         * makefile.msc.in : changed depndencies to build glib-genmarshal
339         first and statically linked with glib, which makes it independent
340         from the installed glib version. Added new object files to build.
341
342         * gobject.def : updated
343
344 Thu May 24 08:52:02 2001  Owen Taylor  <otaylor@redhat.com>
345
346         * gobject.[ch] (g_value_set_object): gpointer, not
347         gpointer *.
348
349 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
350
351         * Makefile.am (bin_SCRIPTS): made 'make distcheck' happy.
352
353         * gobject.def: Removed g_param_spec_stringc.
354
355 Tue May 22 02:46:13 2001  Tim Janik  <timj@gtk.org>
356
357         * gobject.c (g_value_set_object): make g_value_set_object()
358         take a gpointer v_object so people don't need to G_OBJECT()
359         cast NULL pointers (C code convenience).
360
361 Mon May 14 01:49:01 2001  Tim Janik  <timj@gtk.org>
362
363         * gsignal.[hc] (g_signal_handler_is_connected): new function
364         to check whether a handler is still connected to an instance
365         (by handler id).
366
367 Thu May 10 14:00:48 2001  Tim Janik  <timj@gtk.org>
368
369         * gparamspecs.[hc]: removed g_param_spec_stringc() in lack of
370         evidence of public need.
371
372         * gsignal.h: added g_signal_disconnect_by_func(),
373         g_signal_block_by_func() and g_signal_unblock_by_func() convenience
374         macros as per owen's request.
375
376         * gtype.c (SIZEOF_FUNDAMENTAL_INFO): align sizeof (GTypeFundamentalInfo)
377         to size of longs and pointers.
378
379 2001-05-05  James Henstridge  <james@daa.com.au>
380
381         * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
382         be in the bin_PROGRAMS primary.  Put it in bin_SCRIPTS instead, and
383         removed the glib_mkenums_SOURCES var.
384
385 Thu May  3 06:10:23 2001  Owen Taylor  <otaylor@redhat.com>
386
387         * gobject.c (g_object_set_[q]data_full): Make types of ternary
388         operator correspond. (Fixes compilation errors with Sun CC,
389         #52230)
390
391 Mon Apr 30 20:03:56 2001  Tim Janik  <timj@gtk.org>
392
393         * glib-mkenums (usage): removed \v escaping, newer perl versions don't
394         support this, and it'S probably useless anyways.
395
396 Sat Apr 28 23:39:42 2001  Tim Janik  <timj@gtk.org>
397
398         * gsignal.[hc]: made signal handler and emission hook ids gulongs.
399         (signal_handlers_foreach_matched_R): only invoke callback for handlers
400         that are not disconnected (id>0).
401         (signal_emit_R): prevent invocation of signal handlers during the
402         emission they were connected within.
403         
404         * glib-mkenums: publically installed perl-script to parse C code
405         enums and generate descriptions thereof.
406         * glib-mkenums.1: assorted man page.
407         
408 2001-04-19  Havoc Pennington  <hp@redhat.com>
409
410         * gobject.c (g_object_get_valist): We were returning junk memory
411         here, because we didn't copy the value (G_VALUE_NOCOPY_CONTENTS
412         passed to G_VALUE_LCOPY) and then we freed the GValue immediately
413         after. Removed G_VALUE_NOCOPY_CONTENTS from here; need a
414         G_VALUE_STEAL_CONTENTS or the like if we want this optimization.
415
416 Wed Apr 18 09:46:56 2001  Owen Taylor  <otaylor@redhat.com>
417
418         * gobject.c gsignal.c: Change C++ comments for FIXME's to
419         C comments. (Patch from Andres Salomon)
420
421 2001-04-14  Hans Breuer  <hans@breuer.org>
422
423         * gobject.def : updated
424
425 Mon Apr  9 18:56:15 2001  Tim Janik  <timj@gtk.org>
426
427         * gclosure.c (g_closure_invoke): only require marshal/meta_marshal if
428         we're valid (about to actually do marshalling).
429
430 Tue Apr  3 20:23:24 2001  Tim Janik  <timj@gtk.org>
431
432         * NEWS: updates.
433
434 Tue Apr  3 14:06:00 2001  Tim Janik  <timj@gtk.org>
435
436         * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
437         owner_type. the pspecs are not referenced, so the caller is
438         supposed to have some idea about owner_type not randomly
439         nuking his pspec's. if this is going to provide problems in
440         the future, we can either auto-ref the pspecs, or add a
441         _foreach variant, though the latter would have to invoke
442         the callback while pspec's mutex is acquired, so i just
443         went for the _list variant for now.
444
445         * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
446
447 Sat Mar 31 23:55:58 2001  Tim Janik  <timj@gtk.org>
448
449         * gtype.h:
450         * gparamspecs.[hc]: applied patch from owen to implement
451         GParamSpecUnichar.
452
453 Fri Mar 30 07:34:02 2001  Tim Janik  <timj@gtk.org>
454
455         * gtype.c (type_iface_retrive_holder_info_Wm): 
456         * gtypeplugin.c (g_type_plugin_complete_interface_info): 
457         * gtypemodule.c (g_type_module_complete_interface_info): 
458         change order of instance_type and interface_type so they match
459         the g_type_add_interface_*() API.
460
461         * gsignal.c (g_signal_emit_valist): always assign C return value
462         location, people depending on unaltered return values after emissions
463         that had no handlers to run need to use g_signal_emitv().
464
465         * gtype.[hc] (g_type_query): new function to allow querying of
466         class and object size (semantics like g_signal_query()).
467         currently the implementation is better held conservative so as to
468         only support types that are classed and static.
469
470 2001-03-29  Tor Lillqvist  <tml@iki.fi>
471
472         * gobject.def: Updates.
473
474 Wed Mar 28 17:04:06 2001  Tim Janik  <timj@gtk.org>
475
476         * gobject.c (object_queue_property): only queue readable properties
477         for notification changes.
478
479 Thu Mar 22 13:36:50 2001  Tim Janik  <timj@gtk.org>
480
481         * gsignal.c (g_signal_newv): catch G_SIGNAL_RUN_FIRST with a return value.
482
483 2001-03-21  Martin Baulig  <baulig@suse.de>
484
485         * gboxed.[ch] (g_value_dup_boxed): This takes a `const GValue *'
486         argument.
487
488 2001-03-18  Tor Lillqvist  <tml@iki.fi>
489
490         * gobject.def: Correct some renamed functions.
491
492 Sat Mar 17 23:18:36 2001  Tim Janik  <timj@gtk.org>
493
494         * gobject.c (g_object_get_property): minor bug-fix.
495
496         * gbsearcharray.[hc]: provide a macro for static initialization and
497         functions g_bsearch_array_new() and g_bsearch_array_destroy() for
498         dynamic allocations.
499         
500         * gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString.
501         
502         * gclosure.[hc]: naming corrections.
503
504 Fri Mar  9 16:42:08 2001  Tim Janik  <timj@gtk.org>
505
506         * gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as
507         a public function (was static in gobject.c before). it's a bit odd
508         to have that function here, especially since it requires extra includes,
509         but then it doesn't very well fit somewhere else either.
510
511         * gparamspecs.c: added default/max/min checks to param spec creation
512         functions.
513
514 2001-03-10  Tor Lillqvist  <tml@iki.fi>
515
516         * gobject.def: Add a couple of missing entries.
517
518         * Makefile.am (libgobject_1_3_la_LIBADD): Use only on Win32.
519
520 Fri Mar  9 14:57:17 2001  Tim Janik  <timj@gtk.org>
521
522         * testgruntime.c: test program. covers run first/last/cleanup signal
523         handlers, return value accumulator, signal string returns, and
524         interface types in signal arguments.
525
526         * gtype.c (g_type_value_table_peek): for interface types without
527         value table, try looking up a value table from an instantiatable
528         prerequisite type (this is safe as an interface may only have
529         one instantiatable prerequisiste).
530         (type_check_is_value_type_U): same here.
531
532         * gsignal.c (g_signal_newv): assert that return types never have
533         G_SIGNAL_TYPE_STATIC_SCOPE set.
534         (g_signal_newc): only create class closure if the class_offset is not
535         0.
536
537 Fri Mar  9 10:14:00 2001  Tim Janik  <timj@gtk.org>
538
539         * gparamspecs.c (g_param_spec_object): use g_type_is_a() to check
540         for object_type being a G_TYPE_OBJECT, not G_TYPE_IS_OBJECT(), since
541         that wouldn't allow interface types.
542
543         * gtype.c (g_type_interface_add_prerequisite): arg, fixed small cnp bug
544         with bad implications and an off-by-one error.
545
546 Thu Mar  8 16:34:22 2001  Owen Taylor  <otaylor@redhat.com>
547
548         * gvaluetransform.c: Include <string.h> for memcpy.
549
550         * gvaluetransform.c (DEFINE_SPRINTF): Remove unnecessary
551         and ANSI-illegal ## token pasting.
552
553 Thu Mar  8 18:11:52 2001  Tim Janik  <timj@gtk.org>
554
555         * gsignal.c: eek, fixed old hook detail storage code.
556
557 Thu Mar  8 16:35:48 2001  Tim Janik  <timj@gtk.org>
558
559         * gparamspecs.[hc]: s/g_param_spec_string_c/g_param_spec_stringc/.
560
561         * gsignal.[hc]: fixed accumulator invocation, implemented emission
562         hooks. and no, neither of these callbacks are called via a closure,
563         language bindings can wrap the accumulator and emission hook
564         interface, they already get parameters marshalled into a GValue array.
565         (g_signal_connect): removed this function as its C specific, doesn't
566         cover the swapped argument, is too close to its broken original
567         gtk_signal_connect() and creates demand for _swapped, _after and
568         _swapped_after variants <brrr>.
569         (g_signal_connectc): convenience macro to connect a C handler
570         func with data, like the old g_signal_connect() plus swapped
571         argument.
572
573         * gtype.h:
574         * gboxed.c: added G_TYPE_VALUE boxed type.
575
576 Wed Mar  7 19:02:51 2001  Tim Janik  <timj@gtk.org>
577
578         * gtype.c (type_node_add_iface_entry_W): catch when adding an interface
579         to an ancestor of a child that already conforms to this interface.
580         currently we spew a warning here, should we be silent?
581         (g_type_interface_add_prerequisite): new function to add a prerequisite
582         type to an interface, that must succeed an instance is_a prerequisite
583         type check before the interface can be added to an instance. the
584         prerequisite types are also suuported in is_a checks of the interface.
585         (g_type_instance_is_a):
586         (g_type_check_instance_cast):
587         (g_type_check_instance): cleanups and optimizations.
588         (g_type_class_is_a):
589         (g_type_check_class_cast): same, also prevented these from accepting
590         interface types, as class structures don't nest interfaces.
591
592 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
593
594         * Makefile.am: Avoid rebuilding everything everytime.
595
596 Wed Mar  7 09:36:33 2001  Tim Janik  <timj@gtk.org>
597
598         * gboxed.[hc]: changed prototype of g_boxed_type_register_static()
599         to contain an optional init function and a hint at whether the
600         boxed structure uses ref counting internally.
601         added g_value_set_boxed_take_ownership().
602         made G_TYPE_BOXED an abstract value type.
603
604         * genums.[hc]: made G_TYPE_ENUM and G_TYPE_FLAGS abstract value
605         types.
606
607         * glib-genmarshal.c: argument type changes, preparation for third-party
608         arg specification.
609
610         * gobject.[hc]: cleaned up get/set property code.
611         added g_strdup_value_contents() to improve warnings.
612
613         * gparam.[hc]: added g_param_value_convert(), taking over responsibility
614         of the old g_value_convert(). added G_PARAM_LAX_VALIDATION flag so
615         validation alterations may be valid a part of the property setting
616         process.
617
618         * gparamspecs.[hc]: made value comparisons stable (for sort applications).
619         added GParamSpecValueArray, a param spec for value arrays and
620         GParamSpecClosure. nuked the value exchange functions and
621         GParamSpecCCallback.
622
623         * gtype.[hc]: catch unintialized usages of the type system with
624         g_return_val_if_uninitialized(). introduced G_TYPE_FLAG_VALUE_ABSTRACT
625         to flag types that introduce a value table, but can't be used for
626         g_value_init(). cleaned up reserved type ids.
627
628         * gvalue.[hc]: code cleanups and saner checking.
629         nuked the value exchange API. implemented value transformations, we
630         can't really "convert" values, rather transforms are an anylogy to
631         C casts, real conversions need a param spec for validation, which is
632         why g_param_value_convert() does real conversions now.
633
634         * gvaluearray.[hc]: new files that implement a GValueArray, a struct
635         that can hold inhomogeneous arrays of value (to that extend that it
636         also allowes undefined values, i.e. G_VALUE_TYPE(value)==0).
637         this is exposed to the type system as a boxed type.
638
639         * gvaluetransform.c: new file implementing most of the former value
640         exchange functions as single-sided transformations.
641
642         * gvaluetypes.[hc]: nuked G_TYPE_CCALLBACK, added
643         g_value_set_string_take_ownership().
644
645         * *.h: s/G_IS_VALUE_/G_VALUE_HOLDS_/.
646
647         * *.[hc]: many fixes and cleanups.
648
649         * many warning improvements.
650
651 Tue Feb 27 18:35:15 2001  Tim Janik  <timj@gtk.org>
652
653         * gobject.c (g_object_get_valist): urg, pass G_VALUE_NOCOPY_CONTENTS
654         into G_VALUE_LCOPY(), this needs proper documenting.
655
656         * gparam.c: fixed G_PARAM_USER_MASK.
657
658         * gtype.c (type_data_make_W): 
659         (type_data_last_unref_Wm): fixed invalid memory freeing.
660
661         * gobject.c (g_object_last_unref): destroy signal handlers associated
662         with object, right before finalization.
663
664         * gsignal.c (g_signal_parse_name): catch destroyed nodes or signals
665         that don't actually support details.
666
667         * gobject.[hc]: got rid of property trailers. nuked GObject
668         properties "data" and the "signal" variants.
669         (g_object_connect): new convenience function to do multiple
670         signal connections at once.
671         (g_object_disconnect): likewise, for disconnections.
672
673         * gparam.[hc] (g_param_spec_pool_lookup): took out trailer support.
674
675         * gvalue.[hc]: marked g_value_fits_pointer() and g_value_peek_pointer()
676         as private (the latter got renamed from g_value_get_as_pointer()).
677
678 2001-02-21  Tor Lillqvist  <tml@iki.fi>
679
680         * *.h: Use G_BEGIN_DECLS and G_END_DECLS.
681
682         * Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
683         libtool with -no-undefined for Win32 and Cygwin.
684
685 Wed Feb 21 18:31:46 2001  Jonathan Blandford  <jrb@redhat.com>
686
687         * gsignal.h (g_signal_connect): Add g_signal_connect define to
688         make porting from gtk_signal_connect easy.
689
690         * gsignal.c (g_signal_emit_valist): Use G_TYPE_FROM_INSTANCE
691         (instance) instead of node->itype when initting the value.
692
693 2001-02-17  Havoc Pennington  <hp@pobox.com>
694
695         Applied patch from Soeren Sandmann:
696         
697         * gvaluetypes.c (g_value_get_string): G_CONST_RETURN
698
699         * gtype.c (g_type_name): G_CONST_RETURN
700
701         * gsignal.c (g_signal_name): G_CONST_RETURN
702
703         * gobject-query.c (main): const fix
704
705 Sat Feb 17 07:58:46 2001  Tim Janik  <timj@gtk.org>
706
707         * genums.h (G_TYPE_IS_FLAGS): patch from sven to fixup
708         G_ENUM_CLASS_TYPE() macro.
709
710 Sat Feb 17 04:55:35 2001  Tim Janik  <timj@gtk.org>
711
712         * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
713         lcopy_value() in the GTypeValueTable. the collect functions are now
714         called only once per value, collect_format/lcopy_format are strings
715         that enlist all necessary GTypeCValues to be varargs-collected.
716
717         * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that
718         a value shouldn't copy its contents.
719
720         * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY()
721         macros to carry an additional argument (flags) that can be used
722         to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions.
723
724         * *.c: adapted collect_value() and lcopy_value() functions to the new
725         prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate.
726
727         * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can
728         be passed along (ORed) with the parameter types, indicating that the
729         emission arguments are to be considered static for the scope of the
730         emission. should be used with care and only if the caller knows that
731         a parameter cannot be destroyed/freed from signal handlers connected
732         to an emission.
733
734 Fri Feb 16 07:10:44 2001  Tim Janik  <timj@gtk.org>
735
736         * gclosure.c:
737         (g_closure_ref):
738         (g_closure_sink): make closure sinking explicit.
739
740         * gsignal.c:
741         (g_signal_connect_data): 
742         (g_signal_connect_closure): 
743         (g_signal_connect_closure_by_id): 
744         (g_signal_newv): perform explicit closure sinking.
745
746 Thu Feb  8 00:31:45 2001  Tim Janik  <timj@gtk.org>
747
748         * gtype.h: added G_TYPE_DEBUG_NONE for/from Eric Lemings ;)
749
750 2001-02-04  Tor Lillqvist  <tml@iki.fi>
751
752         * gobject.def: Remove glib_debug_objects.
753
754 Sun Feb  4 07:30:53 2001  Tim Janik  <timj@gtk.org>
755
756         * gtype.[hc]: changed g_type_init() to take debugging flags
757         initially, a combination of G_TYPE_DEBUG_OBJECTS and
758         G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd
759         here, but basically g_type_int() serves as initialization
760         fucntion for all of GType, GObject, GSignal, so what the heck.
761
762         * gobject.c: special case debugging code properly.
763         changed glib_trap_object_ref to g_trap_object_ref.
764
765         * gsignal.c: add signal emission debugging abilities, along with
766         a new trap object g_trap_instance_signals.
767
768 2001-02-04  Tor Lillqvist  <tml@iki.fi>
769
770         * Makefile.am (progs_LDADD): Change order of libs to libgobject
771         first, then libglib. Needed for cygwin, says jbdoll@kepri.re.kr.
772
773 Wed Jan 31 06:19:49 2001  Tim Janik  <timj@gtk.org>
774
775         * gparam.h: gtk-doc sucks for not dealing with #define inside enums.
776
777         * gtype.[hc]: added G_TYPE_FLAG_RESERVED_ID_BIT, a bit in the type
778         number that's supposed to be left untouched (preserved mainly
779         for the signal code).
780
781         * *.c: added thread safety code, based on an old patch from sebastian.
782         the remaining thread safety issues are now datalists on pspecs (to be
783         solved im gdataset.c) and gvalue.c where locking concerns value exchange
784         functionality only, and that's soon to be revised.
785
786 2001-01-27  Tor Lillqvist  <tml@iki.fi>
787
788         * makefile.msc.in: Don't try to compile gmarshal.c on its own.
789
790 2001-01-24    <alexl@redhat.com>
791
792         * gclosure.c (g_closure_unref):
793         Don't leak closure->notifiers.
794
795 2001-01-05  Havoc Pennington  <hp@redhat.com>
796
797         * gparamspecs.c (g_param_spec_enum): set the value_type in the
798         param spec; closes bug 40210
799         (g_param_spec_flags): ditto for flags
800
801 2001-01-03  Alexander Larsson  <alexl@redhat.com>
802
803         * gobject.c:
804         Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.
805
806 Thu Dec 28 11:36:44 2000  Tim Janik  <timj@gtk.org>
807
808         * gbsearcharray.c (upper_power2): disable G_BSEARCH_ALIGN_POWER2
809         fucntionality if DISABLE_MEM_POOLS is defined.
810
811         * gtype.c: honour DISABLE_MEM_POOLS.
812
813         * gsignal.c (g_signal_init): flag signal key bsearch array with
814         G_BSEARCH_ALIGN_POWER2 to avoid excessive growth time. honour
815         DISABLE_MEM_POOLS.
816
817         * gparam.h: added G_PARAM_READWRITE alias for (G_PARAM_READABLE |
818                                                        G_PARAM_WRITABLE).
819
820 2000-12-15  Tor Lillqvist  <tml@iki.fi>
821
822         * gobject.def: Update.
823
824 2000-12-15  Havoc Pennington  <hp@pobox.com>
825
826         * gobject.c (g_object_do_class_init): use g_signal_newc
827
828         * gsignal.c (g_signal_newc): convenience function for signals
829         created from C
830         (g_signal_new_valist): added
831         (g_signal_new): removed
832
833 Fri Dec 15 04:40:23 2000  Tim Janik  <timj@gtk.org>
834
835         * gparam.[hc]: add an instance member value_type so the default
836         value of the pspec class can be overridden.
837
838 2000-12-14  Tor Lillqvist  <tml@iki.fi>
839
840         * makefile.mingw.in: Update, include parts from Makefile.am to
841         build gmarshal.[ch]. Some day, we won't need these separate
842         makefiles for Win32 compilation. I hope.
843
844         * makefile.msc.in: Update. No use trying to build gmarshal.[ch]
845         here, it would require Unixish tools. MSVC users building from CVS
846         sources are out of luck.
847         
848         * gobject.def: Update.
849
850 Wed Dec 13 09:31:26 2000  Tim Janik  <timj@gtk.org>
851
852         * gparamspecs.[hc]: add G_TYPE_PARAM_BOXED implementation.
853
854         * gobject.[hc]: minor fixes.
855
856 Tue Dec 12 23:38:02 2000  Tim Janik  <timj@gtk.org>
857
858         * Makefile.am: _never_ touch oldest-source-stamp.
859         
860         * gobject.[hc]: construct property handling fixes/improvements.
861         fixed trailer handling in get/set property.
862         
863         * gparam.[hc]: implement param spec pool, got rid of param spec
864         hashtable. the most prominent change is that e deal with type
865         prefixes here.
866         
867 2000-12-12  Elliot Lee  <sopwith@redhat.com>
868
869         * Makefile.am:
870           . You have to 'touch oldest-source-stamp' if you want to avoid having
871           the Makefile constantly rebuild itself.
872           . Fix marshaller generation rules to work with srcdir != builddir
873             (there were issues with trying to run "./glib-genmarshal", etc.)
874
875 Mon Dec 11 04:44:11 2000  Tim Janik  <timj@gtk.org>
876
877         * gboxed.c: fixed dealing with collection/lcopy of NULL values.
878         
879         * gclosure.h: removed insane ramblings, added G_CALLBACK() a casting
880         convenience macro.
881         
882         * Makefile.am: cleanups, marshaller generation rules.
883         
884         * gmarshal.[hc]: new files with GRuntime standard marshallers.
885         
886         * glib-genmarshal.c: fix log domain, support gruntime standard 
887         marshallers, suport G_TYPE_PARAM, come with extern "C" and
888         #include gmarshal.h.
889         
890         * glib-genmarshal.1: reflect glib-genmarshal.c updates.
891         
892         * gobject.[hc]: implement object constructor. rework parameter
893         changed notification queueing, we support queue freezes now and
894         don't dispatch from an idle handler anymore.
895         parameter->property rename hassle.
896         implemented ::properties_changed and ::notify::* signals for
897         property change notification (the later supports property names
898         as details). added signal connection and named data properties.
899         (g_signal_connect_object): new function to setup while_alive
900         connections.
901         (g_object_class_install_property): sink properties now, since they
902         are initially floating.
903         (g_object_steal_data):
904         (g_object_set_data_full):
905         (g_object_set_data):
906         (g_object_get_data): set/get data by using g_datalist_*() functions
907         directly.
908         (g_object_queue_param_changed): nuked.
909         (g_object_freeze_notify): start queueing of property changes (freeze/
910         thaw calls stack).
911         (g_object_notify): announce changes of a certain property directly.
912         (g_object_thaw_notify): process queue of property changes, therefore
913         emitting GObject::notify::detail with detail being the changed
914         properties names.
915         (G_OBJECT_WARN_INVALID_PROPERTY_ID): saner macro variant of former
916         G_WARN_INVALID_PARAM_ID().
917         
918         * gparam.[hc]: param specs are now initially floating and need to be
919         sunken with g_param_spec_sink(), support G_TYPE_PARAM values.
920         added G_PARAM_CONSTRUCT and G_PARAM_CONSTRUCT_ONLY parameter flags,
921         required by GObjectClass.constructor().
922         
923         * gparamspecs.[hc]: added GParamSpecParam, GParamSpecPointer and
924         GParamSpecCCallback, param specs for G_TYPE_PARAM, G_TYPE_POINTER
925         and G_TYPE_CCALLBACK respectively.
926         
927         * gsignal.[hc]: cleanups.
928         (signal_id_lookup): after walking the anchestry, try interfaces as well.
929         (g_signal_new): new function to create signals from varargs type list.
930         (g_signal_connect_closure): closure connection variant that works from
931         signal name+detail.
932         (g_signal_connect_data): c handler connection variant that works from
933         signal name+detail.
934         (g_signal_emit_valist): emit signal for an instance with paraneters
935         collected from a va_list.
936         (g_signal_emit): emit signal, taking parameters from varargs list.
937         (g_signal_emit_by_name): same as g_signal_emit, working from
938         signal name+detail.
939         (signal_emit_R): return whether return_value needs to be altered.
940         
941         * gtype.[hc]: set log-domain to GRuntime, i'm slowly getting to all
942         the points that need to reflect the upcoming rename.
943         melt g_type_conforms_to() functionality into g_type_is_a(), as that
944         is what we really want (liskov substitution principle).
945         assorted changes to other files due to conforms_to->is_a.
946
947         * gvalue.[hc]: implemented g_value_set_instance() that sets a value
948         from an instantiatable type via the value_table's collect_value()
949         function (based on an idea from James Henstridge <james@daa.com.au>).
950         cleanups/fixes.
951         
952         * gvaluetypes.[hc]: implement G_TYPE_CCALLBACK and G_TYPE_PARAM.
953
954 Wed Nov 29 13:30:05 2000  Tim Janik  <timj@gtk.org>
955
956         * gsignal.c (handlers_find): fix elliots "logic fix" that dereferences
957         NULL nodes if C handlers are searched for specific signals.
958
959 2000-11-28  Elliot Lee  <sopwith@redhat.com>
960
961         * gsignal.c: Fix warnings about possible use of uninitialized
962         variables, and fix logic that would leave 'node' unset in cases
963         that it might be used in.
964
965         * glib-genmarshal.c: Fix warning about printf format.
966
967 2000-11-28  Tor Lillqvist  <tml@iki.fi>
968
969         * gboxed.c: Include <string.h> for memset ().
970
971 2000-11-22  Tor Lillqvist  <tml@iki.fi>
972
973         * gobject.def: Update.
974
975 2000-11-20  Havoc Pennington  <hp@redhat.com>
976
977         * gobject.c (g_object_get_data)
978         (g_object_set_data)
979         (g_object_set_data_full)
980         (g_object_steal_data): More convenient data-setting functions
981
982 Wed Nov 15 20:58:05 2000  Owen Taylor  <otaylor@redhat.com>
983
984         * gtypemodule.c (g_type_module_use): If loading the
985         module fails, don't increment the use count.
986
987 Thu Nov  9 01:49:43 2000  Tim Janik  <timj@gtk.org>
988
989         * gobject.h (G_WARN_INVALID_PARAM_ID): doh,
990         s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-Maarten
991         Zeeman <maas@wanadoo.nl>.
992
993 Mon Nov 13 00:48:39 2000  Owen Taylor  <otaylor@redhat.com>
994
995         * Makefile.am (EXTRA_DIST): Add glib-genmarshal.1
996
997 2000-11-11  Tor Lillqvist  <tml@iki.fi>
998
999         * gtypemodule.c: Include stdlib.h for exit().
1000
1001         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypemodule.
1002
1003         * gobject.def: Add missing functions.
1004
1005 Sun Nov  5 13:21:28 2000  Owen Taylor  <otaylor@redhat.com>
1006
1007         * Makefile.am gtypemodule.[ch]: New basic implementation of
1008         GTypePlugin interface as a GObject. Dynamically loaded modules can
1009         register any number of types and interface on the module.
1010
1011 Sun Nov  5 10:25:40 2000  Owen Taylor  <otaylor@redhat.com>
1012
1013         * gsignal.c (handlers_find): When appending handlers and
1014         not matching on signal_id, use hlist->signal_id instead of 
1015         signal_id. Having the correct signal_id when unreffing
1016         the handlers makes things work a lot better.
1017
1018 2000-11-05  Tor Lillqvist  <tml@iki.fi>
1019
1020         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypeplugin.
1021
1022         * gobject.def: Update.
1023
1024 Sun Nov  5 05:22:55 2000  Tim Janik  <timj@gtk.org>
1025
1026         * gsignal.c:
1027         fixed a bag full of subtle bugs of immensive screw-up potential in
1028         handlers_find(), luckily no one found out about them yet ;)
1029         fixed signal_handlers_foreach_matched_R() so it operates on an
1030         initial handler list snapshot provided by handlers_find() to work
1031         around general reentrancy problems and to avoid multiple callback()
1032         invocations on the same handlers.
1033         this code is now officially 80% bug free (10% remaining for interface
1034         types, and 10% remaining for destroyed signals ;)
1035         
1036 Sat Nov  4 02:01:33 2000  Tim Janik  <timj@gtk.org>
1037
1038         * gsignal.c (_g_signals_destroy): valid signal nodes start out at 1.
1039
1040         * gtypeplugin.[hc]: new files holding a GTypePlugin interface
1041         implementation that provides the API required by GType to deal with
1042         dynamically loadable types.
1043
1044         * gtype.[hc]: displace any GTypePlugin business to gtypeplugin.h.
1045
1046 Fri Nov  3 07:35:00 2000  Tim Janik  <timj@gtk.org>
1047
1048         * gsignal.[hc]: prefix internal functions with '_'. renamed
1049         g_signal_connect_closure() to g_signal_connect_closure_by_id().
1050         added g_signal_parse_name() to retrive signal_id and detail quark
1051         from a signal name (internal).
1052
1053 Wed Nov  1 03:36:54 2000  Tim Janik  <timj@gtk.org>
1054
1055         * gobject.c (g_object_base_class_finalize): destroy all signals that
1056         the finalized obejct type introduced.
1057
1058         * gsignal.c (g_signals_destroy): don't require itype to have
1059         signals.
1060
1061         * gobject.c (g_object_do_finalize): make sure all signal handlers
1062         are destroyed.
1063
1064         * gsignal.[hc]:
1065         (g_signal_handler_find): only match on non-0 masks.
1066         (g_signal_handlers_block_matched):
1067         (g_signal_handlers_unblock_matched):
1068         (g_signal_handlers_disconnect_matched): new functions to block/unblock
1069         or disconnect handlers in groups.
1070
1071 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1072
1073         * gvalue.c (exchange_entries_equal), gparam.c (param_spec_equals):
1074         made both functions return gboolean just for the little extra
1075         standard conformance now that GEqualFunc is introduced.
1076
1077 Mon Oct 30 05:52:45 2000  Tim Janik  <timj@gtk.org>
1078
1079         * gsignal.c (g_signal_list_ids): get rid of inline documentation owen
1080         added, the doc system would ignore it anyways (for some reason not
1081         aparent to me).
1082
1083 Mon Oct 30 03:00:07 2000  Tim Janik  <timj@gtk.org>
1084
1085         * gsignal.[hc] (g_signal_list_ids): renamed owen's g_type_signals(),
1086         added required mutex locks.
1087
1088 Sun Oct 29 02:31:03 2000  Owen Taylor  <otaylor@redhat.com>
1089
1090         * gsignal.c (g_type_signals): Fix problem where signals
1091         with "_" in them appeared twice in the result array.
1092
1093 Sun Oct 29 01:58:44 2000  Owen Taylor  <otaylor@redhat.com>
1094
1095         * gsignal.h: Add g_type_signals() - a function to list
1096         all signals for a given type.
1097
1098 Sat Oct 28 00:28:09 2000  Tim Janik  <timj@gtk.org>
1099
1100         * gclosure.c (g_closure_add_marshal_guards): fixed notifier position
1101         for post_marshal guard which was off at 0.
1102
1103 Fri Oct 27 21:49:31 2000  Tim Janik  <timj@gtk.org>
1104
1105         * gobject.[hc]: doh, fix argument order in for
1106         g_cclosure_new_object_swap and g_cclosure_new_object.
1107
1108 2000-10-28  Tor Lillqvist  <tml@iki.fi>
1109
1110         * makefile.{mingw,msc}.in: Make glib-genmarshal.exe.
1111
1112         * glib-genmarshal.c: Conditionalise include of unistd.h.
1113         Include <io.h> on Win32.
1114
1115         * gobject.def: Add some missing entry points.
1116
1117 Fri Oct 27 16:33:41 2000  Tim Janik  <timj@gtk.org>
1118
1119         * gsignal.[hc]: publically define GSignalInvocationHint structure
1120         that gets passed in to closure invocations. added signal details.
1121         renamed GSignalType to GSignalFlags to comply with conventions.
1122         quite some cleanups and minor fixes. avoid uneccessary handler list
1123         walks upon invokation of after handlers. relookup handler list for
1124         restarted emissions. preliminary abort normal handler invokation if
1125         after handler is encountered.
1126
1127         * glib-genmarshal.c:
1128         * gclosure.[hc]: moved invocation_hint to the end of the
1129         g_closure_invoke() arguments as sugegsted by kenelson.
1130         also made it a gpointer to be more generic. the invocation_hint
1131         is a caller specific thing that can be used to pass additional
1132         data in to closure invocations as documented with the caller
1133         invoking the closure.
1134
1135 Fri Oct 27 05:35:14 2000  Tim Janik  <timj@gtk.org>
1136
1137         * gobject.c (g_object_watch_closure): fixed realloc bug, reported
1138         by havoc.
1139
1140         * gsignal.c (g_signal_newv): fixed deadlock scenarion where
1141         g_signal_lookup() would be called with the signal lock being
1142         held. reported by james henstridge.
1143
1144         * gclosure.c (g_closure_set_meta_marshal): fixed memcpy/overwrite bug
1145         reported by owen.
1146
1147 2000-10-26  Tor Lillqvist  <tml@iki.fi>
1148
1149         * gbsearcharray.c (bsearch_array_insert): Fix gccisms (pointer
1150         arithmetic on void pointer, label without statement following.
1151
1152         * gtype.c (type_node_fundamental_info): Don't apply unary minus to
1153         result of sizeof operator, it can be unsigned. Cast first to
1154         gssize.
1155
1156         * gobject.def: Add new functions.
1157
1158         * makefile.{mingw,msc}.in: Add new objects.
1159
1160 2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1161
1162         * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_
1163         prevents 'make dist' from working.
1164
1165 Wed Oct 25 19:11:03 2000  Owen Taylor  <otaylor@redhat.com>
1166
1167         * gbsearcharray.h (g_bsearch_array_get_nth): Don't use implicit
1168         casts from void * since this will get included from C++ too
1169         at times.
1170         
1171 Thu Oct 26 00:30:27 2000  Tim Janik  <timj@gtk.org>
1172
1173         * gvaluetypes.[hc]: added g_value_set_static_string().
1174
1175         * gboxed.[hc]: const corrections. added g_value_set_static_boxed().
1176
1177 Wed Oct 25 20:27:02 2000  Tim Janik  <timj@gtk.org>
1178
1179         * gtype.c (g_type_free_instance): for the moment, freeing object
1180         structures will fill their memory portion with 0xAA. there's a
1181         FIXME there, remove this line at a later point.
1182
1183 Tue Oct 24 23:10:26 2000  Tim Janik  <timj@gtk.org>
1184
1185         * glib-genmarshal.1:
1186         * glib-genmarshal.c: added publically installed marshaller generator.
1187
1188         * gtype.h: added G_TYPE_INSTANCE_GET_INTERFACE() to retrive a certain
1189         interface VTable from instances.
1190
1191 Mon Oct 23 08:28:15 2000  Tim Janik  <timj@gtk.org>
1192
1193         * gobject.[hc]: new functions for closure maintenance:
1194         (g_object_watch_closure): maintain validity of the object and
1195         the closure for objects that are used as data part of a closure.
1196         (g_cclosure_new_object): convenience function to create C closures
1197         that have an object as data argument.
1198         (g_closure_new_object): convenience function to create closures
1199         that have an object as data argument.
1200
1201         * gclosure.[hc]: implementation of GClosure mechanism.
1202         a closure is basically an encapsulation of a callback function
1203         and its environment. ideally, most places supporting callback
1204         functions will simply take a GClosure* pointer and thus unify
1205         callback environments wrg destroy notification etc.
1206         GClosure provides destroy notifiers for arbitrary data pointers,
1207         reference counting, invalidation notification (it can be invalidated
1208         which is merely a deactivate state) and a marshallinbg abstraction.
1209         GCClosure is also provided in these files, they present a specialized
1210         GClosure implementation for C language callbacks.
1211
1212         * genum.c: macro cleanups.
1213         
1214         * gboxed.[hc]: new files, for boxed type abstraction.
1215         (g_boxed_copy): copy a boxed structure
1216         (g_boxed_free): free a boxed structure
1217         (g_value_set_boxed):
1218         (g_value_get_boxed): standard GValue functions for boxed types
1219         (g_boxed_type_register_static): convenience function for easy
1220         introduction of new G_TYPE_BOXED derivatives.
1221
1222         * gparam.[hc]: introduced g_param_type_register_static(), a short hand
1223         for creation of new GParamSpec derived types.
1224
1225         * gtype.[hc]: many fixes, introduced ability to flag individual
1226         type nodes as ABSTRACT upon registration, added value_peek_pointer()
1227         to the value table to peek at GValue contents as a pointer for types
1228         that support this. fixed up GValue checks.
1229
1230         * gvalue.[hc]: added g_value_fits_pointer() and g_value_get_as_pointer()
1231         to peek at the value contents as pointer.
1232
1233         * *.[hc]: adaptions to type macro fixes and changes in the type
1234         registration API.
1235
1236         * many const corrections over the place.
1237
1238 Sat Oct 21 02:49:56 2000  Tim Janik  <timj@gtk.org>
1239
1240         * gtype.c (g_type_conforms_to): this function basically behaves like
1241         and is_a check, except that it _additionally_ features interfaces
1242         for instantiatable types. enforce this in the second branch as well
1243         (`type' conforms_to `type') even if `type' is not an interface type.
1244
1245 Fri Oct 20 15:31:04 2000  Tim Janik  <timj@gtk.org>
1246
1247         * gvaluetypes.[hc]: added G_TYPE_POINTER implementation from jrb.
1248
1249         * gtype.[hc]:
1250         * gobject.c:
1251         * gvaluetypes.c: added GTypeValueTable.value_peek_pointer and
1252         suitable implementations of this for G_TYPE_STRING, G_TYPE_OBJECT
1253         and G_TYPE_POINTER.
1254
1255 Mon Aug 21 04:13:37 2000  Tim Janik  <timj@gtk.org>
1256
1257         * gbsearcharray.[hc]: long standing needed generic implementation
1258         of a binary searchable, sorted and dynamically sized array.
1259
1260 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
1261
1262         * Makefile.am (BUILT_EXTRA_DIST): New variable.
1263         (dist-hook): Handle $(BUILT_EXTRA_DIST).
1264         (*): Remove traces of @STRIP_{BEGIN,END}@.
1265         
1266 2000-09-29  Martin Baulig  <baulig@suse.de>
1267         
1268         Several minor ANSI C fixes.
1269
1270         Added missing casts:
1271         * gtype.c (type_class_init): 
1272         `(gpointer) bnode->data->class.class_init_base'
1273         in call to g_slist_prepend() and
1274         'GBaseInitFunc class_init_base = (GBaseInitFunc) slist->data'.
1275
1276         * gobject.c: Put text following #endif into comments.
1277
1278 2000-09-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1279
1280         * Makefile.am: Remove empty SUBDIRS line, as that prevents make
1281         dist from working.
1282
1283 Sat Sep  9 20:04:13 2000  Owen Taylor  <otaylor@redhat.com>
1284
1285         * gobject.c (g_object_last_unref): Move call to
1286         g_type_free_instance() here from g_object_do_finalize,
1287         since g_type_free_instance() can unload the object's
1288         implementation.
1289
1290 2000-07-27  Tor Lillqvist  <tml@iki.fi>
1291
1292         * gobject.c: No, don't mark glib_debug_objects for export here,
1293         it's handled specially in gtktypeutils.c.
1294
1295         * gobject.def: Export g_type_fundamental_last (the function).
1296
1297 2000-07-26  Tor Lillqvist  <tml@iki.fi>
1298
1299         * gobject.def
1300         * gobject.c: Mark glib_debug_objects for export/import as it is
1301         used by GTK+.
1302
1303 Sun Jul 23 17:23:35 2000  Tim Janik  <timj@gtk.org>
1304
1305         * gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
1306         that extern variable clutter and avoiding further problems with thread
1307         safety.
1308
1309 2000-07-19  Tor Lillqvist  <tml@iki.fi>
1310
1311         * gparam.h
1312         * gvalue.h
1313         * gparam.c
1314         * gtype.c: Shut up Sun's picky compiler.
1315
1316 2000-07-14  Tor Lillqvist  <tml@iki.fi>
1317
1318         * gobject.def: Add g_type_get_plugin.
1319
1320 Thu Jul 13 02:07:54 2000  Tim Janik  <timj@gtk.org>
1321
1322         * gparam.c (g_param_value_defaults): default initialize the temporary
1323         default value, instead of nuking the caller's value contents.
1324
1325 2000-07-11  Raja R Harinath  <harinath@cs.umn.edu>
1326
1327         * gtype.c (g_type_get_plugin): Don't return just 0 or 1.
1328
1329 Tue Jul 11 02:48:13 2000  Tim Janik  <timj@gtk.org>
1330
1331         * gtype.[hc]: removed g_type_is_dynamic() and added g_type_get_plugin().
1332
1333 2000-07-10  Tor Lillqvist  <tml@iki.fi>
1334
1335         * gobject-query.c: Include ../config.h for HAVE_UNISTD_H. Use it
1336         to guard inclusion of <unistd.h>.
1337
1338         * gtype.h: Fix copy-paste errors in the ifdefs on how to declare a
1339         variable for export. Call the macro GOBJECT_VAR.
1340
1341         * gtype.c: Declare _g_type_fundamental_last for export here, too.
1342         (type_node_any_new): Use only constant expressions for sizeof
1343         operator (for instance MSVC requires this).
1344
1345         * makefile.mingw.in: Define GOBJECT_COMPILATION.
1346
1347 Sun Jul  9 21:21:46 2000  Owen Taylor  <otaylor@redhat.com>
1348
1349         * genums.c: Move string.h include into the .c file
1350         instead of where it was in the .h file by mistake.
1351
1352 Thu Jul  6 15:30:27 2000  Owen Taylor  <otaylor@redhat.com>
1353
1354         * Makefile.am (EXTRA_DIST): dist fixes.
1355
1356         * gobject.c: Add a global variable glib_debug_objects
1357         (not in header file) to control object tracing.
1358
1359 2000-07-01  Tor Lillqvist  <tml@iki.fi>
1360
1361         * gobject.def: Update added and renamed entry points.
1362
1363         * makefile.mingw.in: Add gvaluetypes.o.
1364
1365 Thu Jun 29 16:02:07 2000  Owen Taylor  <otaylor@redhat.com>
1366
1367         * gobject.c:include string.h for memset
1368         * genums.h: include string.h for strcpy
1369         * gvalue.c: include string.h for memset, memcpy.
1370
1371 Sat Jun 24 23:03:04 2000  Tim Janik  <timj@gtk.org>
1372
1373         * gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
1374         G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_FLOAT,
1375         G_TYPE_DOUBLE and G_TYPE_STRING fundamental types.
1376         added a GTypeValueTable* pointer to GTypeInfo structure for types
1377         to implement GValue handling functions.
1378         GTypeValueTable contains the following members:
1379           value_init(): initialize a GValue structure.
1380           value_free(): free GValue structure contents (optional).
1381           value_copy(): copy one GValue contents to another GValue structure of
1382           collect_type: varargs collection type for the first variable argument
1383           to be collected by collect_value().
1384           collect_value(): variable arguments collection function (optional).
1385           lcopy_type: varargs collection type for the first variable argument
1386           to be location copyied by lcopy_value().
1387           lcopy_value(): variable arguments location copy function (optional).
1388         g_type_value_table_peek(): new function to retrive the GTypeValueTable*
1389         for a type node. ValueTables get inherited from parent types, unless
1390         overridden through the GTypeInfo structure. internally, GTypeValueTable
1391         support means an added overhead of one pointer per static or used
1392         dynamic type node.
1393         g_type_add_class_cache_func(): provide a cache_func/data pair to be
1394         called  prior to a type nodes last_unref() function, this can be used
1395         to prevent premature class destruction. multiple installed cache_func()
1396         will be chained upon last_unref() untill one of them returns TRUE.
1397         the cache_func()s have to check the class id passed in to figure whether
1398         they actually want to cache the class of this type (since all classes
1399         are routed through the cache_func() chain).
1400         g_type_remove_class_cache_func(): remove a previously installed
1401         cache_func/data pair. the cache maintained by this function has to be
1402         clear when calling g_type_remove_class_cache_func() to avoid leaks.
1403         g_type_class_unref_uncached(): class unref function for cache_func()
1404         implementations, unreferences a class omitting the cache chain (and
1405         therefore unref->cache->unref->... loops).
1406
1407         * gvaluetypes.[hc]: provide the value setters/getters for the primitive
1408         fundamental types boolean, char, uchar, int, uint, long, ulong, float,
1409         double and string.
1410
1411         * gvalue.[hc]: provide G_TYPE_IS_VALUE() in terms of whether a
1412         GTypeValueTable is provided for this type.
1413         removed g_value_init_default(), g_value_validate(), g_value_defaults(),
1414         g_value_set_default() and g_values_cmp() as these are supplied by the
1415         GParamSpec API now.
1416         moved g_values_exchange() into the "implementation details" section,
1417         since it just provides the underlying functionality for
1418         g_value_convert().
1419
1420         * gvaluecollector.h: renamed the varargs value container from
1421         GParamCValue to GTypeCValue as the value collection methods are
1422         supplied by the type system now.
1423         G_PARAM_COLLECT_VALUE() and G_PARAM_LCOPY_VALUE() got renamed to
1424         G_VALUE_COLLECT() and G_VALUE_LCOPY() and operate without a
1425         GParamSpec structure now.
1426
1427         * genums.h: macros cleanups/fixes.
1428
1429         * genum.c: provide G_TYPE_ENUM and G_TYPE_FLAGS type
1430         and assorted g_value_{s|g}et_{enum|flags}() implementations.
1431
1432         * gobject.[hc]:
1433         provide G_IS_VALUE_OBJECT(), G_TYPE_OBJECT ValueTable methods
1434         and g_value_{s|g}et_object().
1435
1436         * gparam.[hc]: reduced class to value_set_default(),
1437         value_validate() and values_cmp(). also parameters now need to fill
1438         in a GType value_type; field to indicate the GValue type they
1439         are handling. provide g_param_value_set_default(),
1440         g_param_value_defaults(), g_param_value_validate() and
1441         g_param_values_cmp().
1442
1443         * gparamspecs.[hc]: got rid of the g_value_* functions and
1444         the G_IS_VALUE_* macros. adapted param spec implementations
1445         according to the GParamSpecClass changes.
1446
1447 Sat Jun 10 08:38:27 2000  Tim Janik  <timj@gtk.org>
1448
1449         * gtype.c (type_class_init): fetch the nth iface entry of the
1450         type node in the nth loop iteration, not alwys the first.
1451         bug discovered by Walt Pohl <cher@suitware.com>.
1452         (type_data_finalize_class_ifaces): same here, cut and paste
1453         rulez.
1454
1455 Wed Jun  7 09:21:05 2000  Owen Taylor  <otaylor@redhat.com>
1456
1457         * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h
1458         is found properly when build srcdir != builddir. (Patch from
1459         Eric Lemings)
1460
1461 2000-05-13  Tor Lillqvist  <tml@iki.fi>
1462
1463         * makefile.mingw.in
1464         * gobject.def
1465         * gobject.rc.in: New files, for Win32 (mingw) build.
1466
1467         * Makefile.am: Add to EXTRA_DIST. Add rules to produce the
1468         corresponding non-*.in files.
1469
1470         * gtype.h: (Win32:) Mark _g_type_fundamental_last for
1471         export/import from DLL.
1472
1473 Fri May  5 01:15:48 2000  Tim Janik  <timj@gtk.org>
1474
1475         * gtype.h: add reserved fundamental ids for gtk types (for transition
1476         time). added G_TYPE_FUNDAMENTAL_MAX for gtk.
1477
1478 Mon Apr 17 20:45:50 2000  Tim Janik  <timj@gtk.org>
1479
1480         * glib-gobject.c (g_object_base_class_finalize): oops, don't unset
1481         n_params prior to destructing them.
1482
1483 Tue Apr 11 04:28:10 2000  Tim Janik  <timj@gtk.org>
1484
1485         * fixed a couple of bugs in the initial parameter/object
1486         implementations, after getting beast running on GObject and GValue.
1487
1488 Fri Apr  7 04:27:49 2000  Tim Janik  <timj@gtk.org>
1489
1490         * glib-gobject.[hc]: completed parameter set/get implementations,
1491         along with asyncronous parameter changed notification queue.
1492
1493 Sun Apr  2 04:54:36 2000  Tim Janik  <timj@gtk.org>
1494
1495         * glib-gobject.[hc]: GObject implementation, that is facilities
1496         for setting/getting quarked data and reference counting.
1497
1498         * glib-gparamspecs.[hc]: first actuall parameter implementations
1499         for GLib, so far we have: char, uchar, bool, int, uint, long,
1500         ulong, enum, flags, float, double, string and object. each of these
1501         GParamSpecs is a new instantiatable type in its own respect,
1502         so the .c file derives 13 new types from G_TYPE_PARAM and
1503         defines over 50 (*2) conversion facilities.
1504
1505         * glib-gvaluecollector.h: generic varargs handling stubs for
1506         GParamSpecs, private header file (does get installed for
1507         inclusion into user code though).
1508
1509         * glib-gvalue.[hc]: GValue functionality implementation.
1510
1511         * glib-gparam.[hc]: basis GParamSpec implementation for
1512         the virtual base type G_TYPE_PARAM.
1513
1514         * glib-genums.[hc]: enum/flags type implementation, based on
1515         bseenum.[hc].
1516
1517         * glib-gtype.[hc]: GLib Type System implementation, heavily
1518         based on BSE's dynamic type system.