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