Separate groups by an empty line (#344868, Christian Persch)
[platform/upstream/glib.git] / gobject / ChangeLog
1 2006-06-15  Federico Mena Quintero  <federico@novell.com>
2
3         * gtype.c (g_type_instance_get_private): Fix the error message so
4         that it mentions the right functions:
5         "g_type_instance_get_private() requires a prior call to
6         g_type_class_add_private()".
7
8 2006-06-12  Matthias Clasen  <mclasen@redhat.com>
9
10         * === Released 2.11.3 ===
11
12 2006-06-05  Matthias Clasen  <mclasen@redhat.com>
13
14         * === Released 2.11.2 ===
15
16 2006-06-02  Behdad Esfahbod  <behdad@gnome.org>
17
18         * gobject/genum.h: Make value_name and value_nick const in structs
19         _GEnumValue and _GFlagValue.  (#317793)
20
21 Tue May 16 14:01:43 2006  Tim Janik  <timj@imendio.com>
22
23         * gtype.h (G_IMPLEMENT_INTERFACE): turn off compiler warnings, #337129.
24
25 2006-05-15  Matthias Clasen  <mclasen@redhat.com>
26
27         * === Released 2.11.1 ===
28
29 2006-05-02  Matthias Clasen  <mclasen@redhat.com>
30         
31         * === Released 2.11.0 ===
32
33 Tue May  2 14:51:03 2006  Tim Janik  <timj@gtk.org>
34
35         * gtype.h: split up G_DEFINE_*TYPE macro definitions so C CODE arguments
36         are not passed on to nested macro calls. patch mostly courtesy of Behdad
37         Esfahbod, fixes #337128.
38
39 2006-04-23  Matthias Clasen  <mclasen@redhat.com>
40
41         * gobject.symbols: Fix a typo.
42
43         * gtype.c: (g_type_register_static_simple): Add a 
44         missing return.
45
46         * gtype.h: Silence warnings from G_DEFINE_TYPE.
47         
48 2006-04-21  Matthias Clasen  <mclasen@redhat.com>
49
50         * gobject.symbols:
51         * gtype.[hc]: Add a g_type_register_static_simple
52         variant of g_type_register_static that does not take 
53         a relocation-causing GTypeInfo struct, and use it 
54         in G_DEFINE_TYPE.
55
56 2006-03-07  Matthias Clasen  <mclasen@redhat.com>
57
58         * ===  Released 2.10.1 ===
59
60 Tue Mar  7 17:09:07 2006  Tim Janik  <timj@gtk.org>
61
62         * gobject.c (g_object_compat_control): added case3 to hand out the
63         original floating flag handler. required by gtk+ >= 2.10.
64
65 2006-02-24  Matthias Clasen  <mclasen@redhat.com>
66
67         * === Released 2.10.0 ===
68
69 2006-02-10  Matthias Clasen  <mclasen@redhat.com>
70
71         * === Released 2.9.6 ===
72
73 2006-01-29  Matthias Clasen  <mclasen@redhat.com>
74
75         * gclosure.c: Remove C++ comment.
76
77 2006-01-27  Matthias Clasen  <mclasen@redhat.com>
78
79         * === Released 2.9.5 ===
80
81 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
82         
83         * === Released 2.9.4 ===
84
85 2006-01-18  Matthias Clasen  <mclasen@redhat.com>
86
87         * gobject.h: Make g_object_compat_control() visible
88         for GTK+ compilation, to avoid segfaults on 64bit
89         platforms.
90
91 2006-01-16  Matthias Clasen  <mclasen@redhat.com>
92
93         * === Released 2.9.3 ===
94
95 2006-01-05  Matthias Clasen  <mclasen@redhat.com>
96
97         * === Released 2.9.2 ===
98
99 2006-01-04  Matthias Clasen  <mclasen@redhat.com>
100
101         * gobject.symbols: Add g_initially_unowned_get_type.
102
103 2005-12-30  Matthias Clasen  <mclasen@redhat.com>
104         
105         * gsignal.c: Remove the handler trash stack, which
106         is now unused.
107         (g_signal_init): Remove the restriction that HandlerMatch
108         must be the same size as GList, and obsolete comments 
109         referring to mem chunks.
110
111 2005-12-24  Matthias Clasen  <mclasen@redhat.com>
112
113         * gobject.symbols: Add new functions.
114
115 Thu Dec 22 18:53:14 2005  Tim Janik  <timj@gtk.org>
116
117         * gobject.[hc]: renamed GUnowned to GInitiallyUnowned.
118
119 Thu Dec 22 14:59:24 2005  Tim Janik  <timj@imendio.com>
120
121         * gvaluetypes.[hc]: implemented G_TYPE_GTPYE. applied patch
122         from matthias which implements GType accessors for GValue.
123
124         * gparamspecs.[hc]: applied patch from matthias which 
125         implements G_TYPE_PARAM_GTYPE.
126
127         * gobject.[hc]:
128         GUnowned: introduced a new object type that has an initially
129         floating reference.
130         g_object_compat_control(): allow setting of a floating flag handler.
131
132 2005-12-09  Matthias Clasen  <mclasen@redhat.com>
133
134         * === Released 2.9.1 ===
135
136 2005-12-05  Matthias Clasen  <mclasen@redhat.com>
137
138         * genums.h (G_FLAGS_CLASS_TYPE_NAME): Use G_FLAGS_CLASS_TYPE.
139         (#323273, Kalle Vahlman)
140         
141 Thu Dec  1 12:53:26 2005  Tim Janik  <timj@imendio.com>
142
143         * gtype.c: use g_slic_* for all object allocations.
144
145 2005-11-28  Matthias Clasen  <mclasen@redhat.com>
146
147         * gobjectnotifyqueue.c (g_object_notify_queue_thaw): 
148         * gobject-query.c (main): Silence compiler warnings.
149
150         * glib-genmarshal.c (main): Use G_N_ELEMENTS.
151
152 2005-11-27  Matthias Clasen  <mclasen@redhat.com>
153
154         * gboxed.h: Declare g_hash_table_get_type.
155
156 Wed Nov 23 18:01:46 2005  Tim Janik  <timj@imendio.com>
157
158         * gobject.[hc]: added floating reference count.
159         g_object_is_floating():
160         g_object_ref_sink(): new functions to deal with floating references.
161         g_object_force_floating(): new funciton for object implementations
162         to set the floating flag.
163
164         * gobject.c (g_object_init): make objects initially floating.
165
166 Wed Nov 23 17:58:13 2005  Tim Janik  <timj@gtk.org>
167
168         * gparam.[hc]: added g_param_spec_ref_sink().
169
170 Wed Nov 23 13:36:02 2005  Tim Janik  <timj@gtk.org>
171
172         * gboxed.[hc]: minor cleanups, implemented G_TYPE_HASH_TABLE.
173
174 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
175
176         * === Released 2.9.0 ===
177
178 2005-11-17  Matthias Clasen  <mclasen@redhat.com>
179
180         * glib-genmarshal.c: const correctness fixes, found
181         by Arjan van de Ven and gcc.
182         
183 Tue Nov  1 17:07:43 2005  Tim Janik  <timj@imendio.com>
184
185         * gsignal.c: allocate signal handlers and handler match structures
186         via the new g_slice_*() API (get's rid of GList allocation hack).
187
188         * gtype.c: got rid of per-type memchunks. if GTypeInfo.n_preallocs
189         is > 0, objects are allocated via g_slice_*() instead of g_malloc().
190
191 2005-10-03  Matthias Clasen  <mclasen@redhat.com>
192
193         * glib-mkenums.in: Really fix #314890.
194
195 2005-09-28  Michael Natterer  <mitch@gimp.org>
196
197         * gtype.h (G_IMPLEMENT_INTERFACE): revert last change, it breaks
198         all users of G_IMPLEMENT_INTERFACE() inside
199         G_DEFINE_TYPE_WITH_CODE(), since apparently GCC doesn't like
200         commas enclosed in {}, not (), in nested macro calls.
201
202 2005-09-26  DindinX  <dindinx@gimp.org>
203
204         * gobject/gtype.h: initialize all the fields of GInterfaceInfo in the
205         G_IMPLEMENT_INTERFACE macro, to shut up a warning when compiling at -W
206
207 2005-09-26  Matthias Clasen  <mclasen@redhat.com>
208
209         * glib-mkenums.in: Don't hang on '{' following a trigraph comment
210         in the same line.  (#314890, Mathias Hasselmann)
211
212 Thu Sep 22 12:42:12 2005  Tim Janik  <timj@gtk.org>
213
214         * gparam.c (g_param_spec_internal): fix pspec->name assignment which
215         needs to be strdup()ed for non G_PARAM_STATIC_NAME pspecs. this fixes
216         recently introduced crashes during plugin unloading.
217         also, ensure that static pspec names are canonicalized.
218
219         * gsignal.h: reverted last change from matthias, we don't guarantee
220         that type ids aren't mangled with G_SIGNAL_TYPE_STATIC_SCOPE anywhere.
221
222 2005-09-20  Matthias Clasen  <mclasen@redhat.com>
223
224         * gsignal.h (struct _GSignalQuery): Remove the misleading comment
225         about G_SIGNAL_TYPE_STATIC_SCOPE, since we don't allow that 
226         on return types.
227
228 2005-09-08  Kjartan Maraas  <kmaraas@gnome.org>
229
230         * gclosure.c: (g_closure_set_meta_marshal): Remove some unused
231         code.
232         * gsignal.c: (g_signal_emitv): Same here
233         * gtype.c: (g_type_register_fundamental): And here
234         * testgobject.c: Mark some functions static.
235
236 2005-09-05  Matthias Clasen  <mclasen@redhat.com>
237
238         * gsignal.c (struct _SignalNode): Make the name field const.
239         (g_signal_newv): Don't keep an unnecessary extra copy of the 
240         signal name around, and don't forget to free the name if
241         an existing node is reused.     
242
243 2005-08-31  Matthias Clasen  <mclasen@redhat.com>
244
245         * gobject.c (g_object_do_class_init): Intern the signal name.
246
247         * gparam.c (g_param_spec_internal): Intern the name here,
248         since we need the quark anyway when sending change notification.
249
250         * gboxed.c: 
251         * gparamspecs.c: 
252         * gtype.c (g_type_init_with_debug_flags): Intern type name
253         before registering the types.
254
255         * gtype.h (G_DEFINE_TYPE_EXTENDED): Intern type name
256         before registering the type.
257
258         * gvaluetypes.c (g_value_types_init): 
259         * gtypeplugin.c (g_type_plugin_get_type): 
260         * gtypemodule.c (g_type_module_get_type): 
261         * gparam.c (g_param_type_init): 
262         * gobject.c (g_object_type_init): 
263         * genums.c (g_enum_types_init): 
264         * gboxed.c (g_boxed_type_init): Intern type names
265         before registering the type to avoid unnecessary
266         copies.
267
268 2005-08-23  Matthias Clasen  <mclasen@redhat.com>
269
270         * === Released 2.8.1 ===
271
272 2005-08-12  Matthias Clasen  <mclasen@redhat.com>
273
274         * === Released 2.8.0 ===
275
276 2005-08-09  Matthias Clasen  <mclasen@redhat.com>
277
278         * gvaluetransform.c: Access enum and flags
279         values as v_long/v_ulong, not v_int/v_uint,
280         to make value transformation of such types
281         work on bigendian 64bit machines.  (#312485,
282         Michael Lorenz)
283
284 2005-08-05  Matthias Clasen  <mclasen@redhat.com>
285         
286         * abicheck.sh: Also check exported variables
287
288         * === Released 2.7.7 ===
289
290 2005-08-03  Matthias Clasen  <mclasen@redhat.com>
291
292         * === Released 2.7.6 ===
293
294 2005-08-02  Matthias Clasen  <mclasen@redhat.com>
295
296         * gclosure.c (union ClosureInt): Mark the vint member as
297         volatile, which seems to be necessary to make atomic operations
298         work on s390.
299
300         * === Released 2.7.5 ===
301
302 Mon Aug  1 23:00:42 2005  Tim Janik  <timj@imendio.com>
303
304         * gclosure.c: turned all modifications to the first 32 integer bits in a 
305         closure into atomic accesses. wrapped write accesses into special macros
306         to keep the atomic modification logic in a single place. comment cleanups.
307
308         * gclosure.h: made all atomicly accessed closure fields volatile.
309
310         * gobject.h: made ref_count field volatile.
311
312 Sun Jul 31 02:04:23 2005  Tim Janik  <timj@gtk.org>
313
314         * gobject.c: use g_datalist_set_flags() and g_datalist_unset_flags() to
315         allow proper locking around &qdata modifications.
316
317 Sat Jul 30 21:10:26 2005  Tim Janik  <timj@gtk.org>
318
319         * gobject.c: reverted notify_mutex introduction, since this prevents
320         parallelized setting of object properties on different objects, and
321         serves no apparent purpose (to me at least).
322         g_object_real_dispose(): removed non-atomic reference count 
323         modifications.
324         g_object_unref(): make sure the closures array is destroyed when
325         destroying signal handlers.
326
327         * gparam.c: cosmetic changes.
328
329         * gsignal.c: comment fixup. allow 16bit blocking count.
330
331         * gsignal.c: reverted GClosure related changes.
332
333         * gclosure.c: reverted premature commit of atomic reference
334         counting attempt.
335
336 2005-07-21  Matthias Clasen  <mclasen@redhat.com>
337
338         * === Released 2.7.4 ===
339
340 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
341
342         * === Released 2.7.3 ===
343         
344 2005-07-15  Matthias Clasen  <mclasen@redhat.com>
345
346         Make refcounting threadsafe by using atomic 
347         operations.  (#166020, Wim Taymans)
348         
349         * gobject.c: Use a recursive lock to protect the 
350         notify queue.
351         (g_object_unref): Get rid of g_object_last_unref and
352         do the last unref handling in g_object_unref.
353         (g_object_ref, g_object_unref): Use atomic operations.
354
355         * gsignal.c (struct _HandlerMatch): Use a full integer
356         for the ref_count field.
357         (handler_ref, handler_unref_R): Use atomic operations.
358
359         * gparam.c (g_param_spec_ref, g_param_spec_unref): 
360         Use atomic operations instead of a lock to make the
361         refcounting threadsafe.
362
363         * gclosure.c (g_closure_ref, g_closure_unref): Use atomic
364         operations. This is more complicated here, since the
365         refcount is stored in a bitfield, so we also have
366         to access all other bitfield members atomically.
367
368         * gsignal.c (handlers_find): Read the meta_marshal flag
369         of the closure atomically.
370
371 2005-07-11  Matthias Clasen  <mclasen@redhat.com>
372
373         * gobject.h: 
374         * gobject.symbols: Remove G_GNUC_NULL_TERMINATED from
375         g_object_new again, since that makes gcc warn on calls of 
376         the form g_object_new (some_type, NULL)
377
378 2005-07-09  Tor Lillqvist  <tml@novell.com>
379
380         * Makefile.am: Don't use the scripts in build/win32 to compile
381         gobject.rc into a resource object file. (This means we lose the
382         build number increment magic, but I doubt it was that useful
383         anyway.) Instead use windres directly. To pass the normal .o file
384         produced by windres through libtool, which wants .lo files, pass
385         it directly to the linker using a -Wl option.
386
387         * gobject.rc.in: Thus replace BUILDNUMBER with 0.
388
389 2005-07-08  Matthias Clasen  <mclasen@redhat.com>
390         
391         * === Released 2.7.2 ===
392
393 2005-06-30  Matthias Clasen  <mclasen@redhat.com>
394
395         * === Released 2.7.1 ===
396
397 2005-06-26  Tor Lillqvist  <tml@novell.com>
398
399         * Makefile.am: libtool installs/uninstalls the import library, no
400         need to do it ourselves. Do still install/uninstall the .def file,
401         though.
402
403 2005-06-24  Tor Lillqvist  <tml@novell.com>
404
405         * Makefile.am (install-libtool-import-lib): Current GNU tools do
406         understand the PRIVATE keyword.
407
408 2005-06-19  Matthias Clasen  <mclasen@redhat.com>
409
410         * gparam.h (GParamFlags): Avoid a warning.  (#308295,
411         Murray Cumming).
412
413 2005-06-13  Matthias Clasen  <mclasen@redhat.com>
414
415         * gparam.h (GParamFlags): Re-add G_PARAM_PRIVATE as a 
416         deprecated name for bit 5, since some language bindings
417         have it bound.
418
419 2005-06-10  Matthias Clasen  <mclasen@redhat.com>
420
421         * === Released 2.7.0 ===
422
423 2005-05-20  Matthias Clasen  <mclasen@redhat.com>
424
425         * gvaluetypes.c (g_value_set_string): dup the new value
426         before freeing the old, just in case.  (#172142, Morten
427         Welinder)
428
429 2005-05-13  Matthias Clasen  <mclasen@redhat.com>
430
431         * glib-genmarshal.1: Mention 64bit integer types.
432
433 2005-05-05  Owen Taylor  <otaylor@redhat.com>
434
435         * gobject.[ch] gobject.symbols: Add
436         g_object_add/remove_toggle_ref() functions to get notification
437         when a reference count is the last remaining reference; this
438         enables better memory management for language bindings.
439         (http://mail.gnome.org/archives/gtk-devel-list/2005-April/msg00095.html)
440
441 2005-04-29  Matthias Clasen  <mclasen@redhat.com>
442
443         * gobject.symbols: 
444         * gboxed.h (G_TYPE_DATE): 
445         * gboxed.c: Add a boxed type for GDate. (#301787, Tim-Philipp 
446         Müller)
447
448 2005-03-25  Matthias Clasen  <mclasen@redhat.com>
449
450         * gparam.c (param_spec_ht_lookup): Don't do the second
451         lookup if the name was already canonical.  (#171502, Morten
452         Welinder)
453
454 Tue Mar 22 14:15:23 2005  Manish Singh <yosh@gimp.org>
455
456         * gparam.c (g_param_spec_internal): cast away any constness on
457         assignment.
458
459 2005-03-21  Matthias Clasen  <mclasen@redhat.com>
460
461         * glib-mkenums.in: Avoid forcing extra newlines when using
462         template files.  (#171005)
463
464 2005-03-20  Matthias Clasen  <mclasen@redhat.com>
465
466         * gparam.c (g_param_spec_internal): Don't copy strings
467         which are marked as static. Don't allow non-canonical static 
468         names.
469
470         * gparam.h (GParamFlags): Add G_PARAM_STATIC_{NAME,NICK,BLURB}
471         flags.  (#160655, Ben Maurer)
472         
473 2005-03-18  Hans Breuer  <hans@breuer.org>
474
475         * makefile.msc.in : handle gobjectaliasdef.c
476
477 2005-03-14  Matthias Clasen  <mclasen@redhat.com>
478
479         Make PLT-reduction work with gcc4, and don't include
480         everything in gobjectalias.h:
481         
482         * gobject.symbols: Group symbols by header and source 
483         file.
484         * makegobjectalias.pl: Protect definitions by the same 
485         preprocessor symbols used to guard the headers. Move
486         the alias declarations to a separate file which is 
487         produced when calling makegalias.pl -def
488         * Makefile.am (gobjectaliasdef.c): Add a rule to 
489         build this file.
490         * *.c: Include gobjectalias.h after the other i
491         GLib headers, include gobjectaliasdef.c at the bottom.
492
493 2005-03-08  Matthias Clasen  <mclasen@redhat.com>
494
495         * gobject.symbols: Add the new attributes here, too.
496
497         * gobject.h: Use G_GNUC_NULL_TERMINATED where
498         appropriate.  (#164706, Marc Meissner)
499
500         * gvaluearray.h: Small cleanup (use G_BEGIN/END_DECLS).
501         (#168474, Fabricio Barros Cabral)
502
503 2005-02-24  Tor Lillqvist  <tml@novell.com>
504
505         * Makefile.am (EXTRA_DIST): Don't distribute
506         gobject.def. (#167496, J. Ali Harlow)
507
508 Sun Feb  6 22:00:46 2005  Manish Singh  <yosh@gimp.org>
509
510         * abicheck.sh: feed the contents of config.h and glibconfig.h
511         into the preprocessor, since glib.symbols could need #defines
512         from them.
513
514 2005-01-12  Matthias Clasen  <mclasen@redhat.com>
515
516         Cosmetic fixes (#163792, Benoît Carpentier):
517         
518         * gobject-query.c (main): Remove duplicate lines.
519
520         * gvaluetransform.c: Remove duplicate definitions of
521         value_transform_[u]int64_[u]int64.
522
523 2005-01-07  Matthias Clasen  <mclasen@redhat.com>
524
525         * === Released 2.6.1 ===
526
527 2004-12-27  Matthias Clasen  <mclasen@redhat.com>
528
529         * Makefile.am: Only check the ABI on linux, since
530         the shell script is not portable.  (#161734, Adrian Bunk)
531
532 2004-12-16  Matthias Clasen  <mclasen@redhat.com>
533
534         * === Released 2.6.0 ===
535         
536 2004-12-02  Matthias Clasen  <mclasen@redhat.com>
537
538         * === Released 2.5.7 ===
539         
540 2004-11-30  Tor Lillqvist  <tml@iki.fi>
541
542         * Makefile.am (gobject.def): gcc -E complains "linker input file
543         unused because linking not done" if told to preprocess the
544         gobject.symbols file. Use '-' and redirection to pass it as
545         standard input instead.
546
547 Sun Nov 28 13:21:12 2004  Manish Singh  <yosh@gimp.org>
548
549         * abicheck.sh: filter G_GNUC before PRIVATE so $ is still true.
550
551 Sun Nov 28 01:37:54 2004    <timj@birnet.org>
552
553         * gsignal.c: applied patch by sven@gimp.org (#153727) to reduce
554         signal connection complexity from O(n_handlers) to O(1).
555
556 Thu Nov 25 14:09:41 2004  Manish Singh  <yosh@gimp.org>
557
558         * abicheck.sh: filter out G_GNUC stuff when doing the compare.
559
560 2004-11-23  Matthias Clasen  <mclasen@redhat.com>
561
562         * gobject.symbols: Typo fix.
563
564         Fix a problem with the PLT reduction changes which caused the
565         internal aliases to lose all attributes.
566         
567         * gobject.symbols: Add attribute annotations.
568         * makegobjectalias.pl: Keep attribute annotations, but strip PRIVATE.
569         * Makefile.am (gobject.def): Strip attribute annotations, but keep 
570         PRIVATE.
571
572         * gtypemodule.h (g_type_module_get_type): Mark as const,
573         like all other get_type() functions.
574
575 2004-11-12  Matthias Clasen  <mclasen@redhat.com>
576
577         * === Released 2.5.6 ===
578         
579 Mon Nov  8 10:47:41 2004  Manish Singh  <yosh@gimp.org>
580
581         * gobject/gsourceclosure.c: removed wrap_g_io_channel_ref() hack,
582         since g_io_channel_ref() has a compatible API now.
583
584 2004-11-02  Matthias Clasen  <mclasen@redhat.com>
585
586         * === Released 2.5.5 ===
587
588 2004-10-27 Matthias Clasen  <mclasen@redhat.com>
589
590         * === Released 2.5.4 ===
591
592 2004-10-27  Matthias Clasen  <mclasen@redhat.com>
593
594         * abicheck.sh: Strip Win32 specific defs file syntax.
595
596         * Makefile.am (gobjectalias.h): Fix srcdir != builddir 
597         builds.  (#156447, Thomas Fitzsimmons)
598
599 2004-10-26  Matthias Clasen  <mclasen@redhat.com>
600
601         * abicheck.sh: Don't include symbols which are just in the 
602         symbols list for .defs file compatibility.
603
604 2004-10-23  Matthias Clasen  <mclasen@redhat.com>
605
606         * gtype.h (GTypeInterfaceCheckFunc): Rename first parameter to 
607         check_data, since apparently the system headers on AIX leak a
608         macro named func_data.  (#155178, Andrea Campi)
609
610 Wed Oct  6 02:12:44 2004    <timj@birnet.org>
611
612         * gtype.c (g_type_instance_get_private): applied patch from Jean-Yves 
613         Lefort <jylefort@brutele.be> to not access the instance_real_class_bsa
614         pointer without holding the instance_real_class lock.
615
616 2004-10-04  Matthias Clasen  <mclasen@redhat.com>
617
618         * gsignal.c (g_signal_add_emission_hook): Improve the warning 
619         if G_SIGNAL_NO_HOOKS is set.  (#154299, Nickolay V. Shmyrev)
620
621 2004-09-22  Tor Lillqvist  <tml@iki.fi>
622
623         * Makefile.am (install-libtool-import-lib): [Win32] Add code to
624         remove the bug-compatibility entries (see #134813, and related
625         comments below) from the import library. The PRIVATE keyword in
626         the .def file is supposed to mean that, but it isn't implemented
627         yet by GNU ld.
628
629         * makegobjectalias.pl: In case the symbol is followed by some
630         stuff ("PRIVATE") that's intended for the .def file, use just the
631         actual symbol.
632
633         * gobject.symbols: For binary bug compatibility on Win32, add the
634         g_slist_remove_all and g_unichar_validate symbols inside #ifdef
635         INCLUDE_INTERNAL_SYMBOLS. (See #134813 and log entries from March
636         below.)
637
638 2004-09-18 Matthias Clasen  <mclasen@redhat.com>
639
640         * === Released 2.5.3 ===
641
642 Thu Sep 16 18:42:46 2004  Manish Singh  <yosh@gimp.org>
643
644         * abicheck.sh: don't hardcode lengths for cut, instead split on
645         the third field.
646
647 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
648
649         Implement the same PLT reduction technique used in GTK+:
650
651         * Makefile.am: Generate gobjectalias.h from gobject.symbols.
652         (BUILT_SOURCES): Add gobjectalias.h.
653
654         * makegobjectalias.pl: Script to generate gobjectalias.h.
655
656         * *.c: Include gobjectalias.h
657
658 2004-09-16  Matthias Clasen  <mclasen@redhat.com>
659
660         Add ABI control using the same technique that is used in GTK+.
661         
662         * gobject.symbols: Master list of symbols.
663
664         * gobject.def: Removed. It is now generated from gobject.symbols.
665
666         * Makefile.am: Generate gobject.def from gobject.symbols.
667         (TESTS): Add abicheck.sh
668         (EXTRA_DIST): Add abicheck.sh
669         (export_symbols): Don't export _-prefixed symbols.
670
671         * gtype.h: 
672         * gtype.c: Move the declarations of the various _init() functions
673         to the header, and mark them as G_GNUC_INTERNAL.
674
675 2004-08-25 Matthias Clasen  <mclasen@redhat.com>
676
677         * === Released 2.5.2 ===
678
679 2004-08-01 Matthias Clasen  <mclasen@redhat.com>
680
681         * === Released 2.5.1 ===
682
683 2004-07-28  Matthias Clasen  <mclasen@redhat.com>
684
685         * gtype.c (g_type_instance_get_private): Catch cases of 
686         forgotten g_type_add_private().  (#148368, Tommi Komulainen) 
687
688 2004-07-21  Matthias Clasen  <mclasen@redhat.com>
689
690         * glib-genmarshal.c (put_marshal_value_getters): Use the 
691         correct fields for enums and flags.  (#145015, Tommi Komulainen) 
692
693 Sun Jul 18 18:03:08 2004  Soeren Sandmann  <sandmann@daimi.au.dk>
694
695         * === Released 2.5.0 ===
696
697 2004-07-12  Matthias Clasen  <mclasen@redhat.com>
698
699         * gsignal.c (g_signal_handler_is_connected): Don't
700         choke on a zero handler_id.
701
702 Tue Jul  6 00:46:43 2004  Matthias Clasen  <maclas@gmx.de>
703
704         * gtypemodule.h: 
705         * gtypemodule.c: Fix the declarations of the new 
706         functions to return GType, not void. 
707         Also add missing includes.  (#145508, Morten Welinder)
708
709 Tue Jul  6 00:46:43 2004  Matthias Clasen  <maclas@gmx.de>
710
711         * gtypemodule.h: 
712         * gtypemodule.c (g_type_module_register_flags): 
713         * gtypemodule.c (g_type_module_register_enum): New 
714         functions to register enum and flags types from a 
715         GTypeModule.  (#145396, Sven Neumann)
716
717 Wed Jun 23 12:55:34 2004  Matthias Clasen  <maclas@gmx.de>
718
719         * gtype.h (G_DEFINE_TYPE_EXTENDED): Add an initializer for
720         the g_define_type_info.value_table.  (#144678, Mariano 
721         Suárez-Alvarez) 
722
723 Tue Jun 22 21:50:47 2004  Matthias Clasen  <maclas@gmx.de>
724
725         * gsignal.c: Fix a couple of typos.
726
727 Fri Jun 18 22:53:13 2004  Matthias Clasen  <maclas@gmx.de>
728
729         * gsourceclosure.h (__G_SOURCECLOSURE_H__): Actually 
730         define the guard after checking for it.  (#108038, 
731         Morten Welinder)
732
733 2004-04-30  Matthias Clasen  <mclasen@redhat.com>
734
735         * === Released 2.4.1 ===
736
737 2004-04-22  Matthias Clasen  <mclasen@redhat.com>
738
739         * glib-mkenums.in: Actually convert escape chars in 
740         --vprod.   (#139058, Christophe Saout)
741
742 2004-04-15  Matthias Clasen  <mclasen@redhat.com>
743
744         * gparamspecs.c (param_float_init): Correct the initial 
745         minimal value to be -G_MAXFLOAT. The initial values were 
746         inconsistant before, with the initial default being smaller 
747         than the inital minimum.        
748         (param_double_init): Correct the initial minimal value 
749         to be -G_MAXDOUBLE.
750
751 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
752
753         * === Released 2.4.0 ===
754
755 2004-03-10  Tor Lillqvist  <tml@iki.fi>
756
757         * gobject.def: Mark the two entries that shouldn't be in the
758         import library (see below) as PRIVATE.
759
760 Tue Mar  9 09:16:11 2004  Owen Taylor  <otaylor@redhat.com>
761
762         * === Released 2.3.6 ===
763
764 2004-03-04  Tor Lillqvist  <tml@iki.fi>
765
766         * gobject.def: Another of the glib DLL's functions was erronously
767         present in the stable branch's gobject.def: g_unichar_validate,
768         and nobody noticed until too late. Thus there are applications
769         deployed that expect it to be found in the gobject DLL, and to
770         keep ABI compatibility, we must keep it there forever. Argh.
771
772 Mon Mar  1 16:49:51 2004  Owen Taylor  <otaylor@redhat.com>
773
774         * === Released 2.3.5 ===
775
776 2004-03-01  Tor Lillqvist  <tml@iki.fi>
777
778         * gobject.def: Add g_slist_remove_all back for ABI
779         compatibility. That entry point actually is in the glib DLL, but
780         it was at some time many years ago by mistake added to
781         gobject.def. Thus there presumably are executables out there that
782         expect it to be exported from the gobject DLL. We don't want to
783         break those. (#134813, J. Ali Harlow)
784
785 Fri Feb 27 01:49:22 2004  Matthias Clasen  <maclas@gmx.de>
786
787         * glib-mkenums.in: Support parsing of intializers containing
788         macros with arguments.  (#129717)
789
790 2003-02-28  Hans Breuer  <hans@breuer.org>
791
792         * gobject.def : added g_strv_get_type
793
794 Tue Feb 24 14:09:21 2004  Owen Taylor  <otaylor@redhat.com>
795
796         * === Released 2.3.3 ===
797
798 Fri Feb 20 02:44:54 2004  Tim Janik  <timj@gtk.org>
799
800         * gtype.h (G_DEFINE_TYPE_EXTENDED): added (GTypeFlags) cast needed by C++.
801
802 Tue Feb  3 21:24:01 2004  Tim Janik  <timj@gtk.org>
803
804         * gtype.h (_G_TYPE_CVH): provide a short-cut version for
805         this macro in case value->g_type==checked_type for gcc, similar
806         to instance and class check short-cuts. this speeds up code that
807         makes frequent use of G_VALUE_HOLDS_*() (e.g. setters/getters).
808
809         * gtype.c (type_data_last_unref_Wm): don't call class-cache functions
810         for the uncached case, this rendered g_type_class_unref_uncached()
811         useless. pointed out by Stefan Westerfeld.
812
813 Sat Jan 24 18:20:13 2004  Tim Janik  <timj@gtk.org>
814
815         * gtype.h: prefixed the parent_class variable defined by G_DEFINE_TYPE()
816         with type_name. removed type_parent_class argument
817         from G_DEFINE_TYPE_EXTENDED().
818
819 2004-01-24  Tor Lillqvist  <tml@iki.fi>
820
821         * gobject.def: Add a missing entry.
822
823 Sun Jan 11 15:34:35 2004  Manish Singh  <yosh@gimp.org>
824
825         * gsourceclosure.c: wrap g_io_channel_ref in a function that returns
826         the passed in GIOChannel, so we aren't abusing GBoxedCopyFunc
827         semantics. Fixes bug #131076.
828
829 Sat Jan 10 23:55:42 2004  Matthias Clasen  <maclas@gmx.de>
830
831         * glib-mkenums.1: Document the lowercase_name trigraph option.
832
833 Sat Jan 10 02:43:20 2004  Tim Janik  <timj@gtk.org>
834
835         * gtype.h: made G_DEFINE_TYPE_INTERNAL() public by renaming it to
836         G_DEFINE_TYPE_EXTENDED() and moving it into the appropriate section.
837
838 Fri Jan  9 23:41:00 2004  Matthias Clasen  <maclas@gmx.de>
839
840         * gboxed.h:
841         * gboxed.c (g_strv_get_type): Add a boxed type for nul-terminated
842         string arrays.  (#110528)
843
844 Fri Jan  9 15:34:15 2004  Tim Janik  <timj@gtk.org>
845
846         * gtype.h: added convenience macros G_IMPLEMENT_INTERFACE() and
847         G_DEFINE_TYPE() plus variants.
848
849 Fri Dec 26 01:34:01 2003  Matthias Clasen  <maclas@gmx.de>
850
851         * gtype.c (g_type_class_peek_parent): Don't acquire a read lock 
852         here.  (#106433, Owen Taylor)
853
854 Wed Dec 17 23:29:17 2003  Matthias Clasen  <maclas@gmx.de>
855
856         * gvalue.c (g_value_peek_pointer): Use g_assert() instead of
857         g_return_val_if_fail(), suggested by Sheldon Simms.
858
859 2003-12-13  Hans Breuer  <hans@breuer.org>
860
861         gobject.def : update externals
862
863 Sat Nov 29 14:57:20 2003  Tim Janik  <timj@gtk.org>
864
865         * gobject.c: fix g_object_set() within _init() implementations
866         not working for construct-only properties.
867         (g_object_init): make the object enter a construct_objects list.
868         (g_object_newv): remove object from construct_objects after creation.
869         (g_object_set_valist):
870         (g_object_set_property): allow construct-only properties for
871         objects which are in construct_objects.
872
873 Thu Nov 27 17:53:52 2003  Tim Janik  <timj@gtk.org>
874
875         * gtype.[hc]:
876         (g_type_class_peek_static): variant of class_peek() which works for
877         static types only.
878
879         * gobject.c:
880         (g_object_do_class_init): make ::notify a run-action signal.
881         (g_object_newv): use g_type_class_peek_static() by default to
882         speed up common code path (trades two write-locks for one read-lock).
883         (g_object_disconnect):
884         (g_object_connect): allow signal specification words to be
885         seperated by '-'.
886         (g_object_set_valist):
887         (g_object_new_valist): don't leak values.
888         (g_object_get_property): check property for readability.
889         (g_object_set_property): check property for writability and to
890         not be construct-only.
891         (g_object_set_valist): check property to not be construct-only.
892
893 Sat Oct 25 01:09:17 2003  Matthias Clasen  <maclas@gmx.de>
894
895         * gparam.h (struct _GParamSpecClass): Add /*< private >*/ 
896         marker for documentation purposes.
897
898 Tue Oct 21 23:17:06 2003  Matthias Clasen  <maclas@gmx.de>
899
900         * genums.h (struct _GEnumClass): 
901         * genums.h (struct _GFlagsClass): 
902         * gtypemodule.h (struct _GTypeModuleClass):
903         * gtypemodule.h (struct _GTypeModule): Add /*< public >*/ 
904         and /*< private >*/ markers for documentation purposes.
905
906 Tue Oct 14 17:40:19 2003  Owen Taylor  <otaylor@redhat.com>
907
908         * gparamspecs.[ch]: Add a new GParamSpecOverride type
909         that is a pointer to a different paramspec in a parent
910         class or interface.
911
912         * gparam.[ch]: Add g_paramspec_get_redirect_target()
913         which follows GParamSpecOverride to the real property.
914         Make g_param_spec_pool_list() hand redirections, 
915         properties on interfaces.
916
917         * gobject.[ch] gobjectnotifyqueue.c: Add
918         g_object_interface_install_property,
919         g_object_interface_find_property,
920         g_object_interface_list_properties(). Redirect virtually all
921         publically exposed GParamSpec's to the redirect target if
922         any. (->constructor is the exception.)
923         (#105894)
924
925 Mon Oct 20 22:06:12 2003  Matthias Clasen  <maclas@gmx.de>
926
927         * gobject.h (struct  _GObjectClass): Add /*< public >*/
928         and /*< private >*/ markers for documentation purposes.
929
930 Sat Oct 18 01:24:14 2003  Matthias Clasen  <maclas@gmx.de>
931
932         * gtypeplugin.h (struct _GTypePluginClass): Add /*< public >*/
933         and /*< private >*/ markers for documentation purposes.
934
935 Thu Oct  2 07:37:12 2003  Tim Janik  <timj@gtk.org>
936
937         * gtype.c: fix post class_init interface initialization logic
938         for child types.
939
940 Thu Oct  2 01:16:50 2003  Owen Taylor  <otaylor@redhat.com>
941
942         * gtype.[ch]: Add g_type_add/remove_interface_check(),
943         which allows inserting a post-interface-initialization
944         check.
945
946         * testgobject.c: Fix a deprecated usage.
947
948 Mon Sep 29 10:51:01 2003  Owen Taylor  <otaylor@redhat.com>
949
950         * gtype.[ch]: Add g_type_default_interface_ref/peek/unref
951         for accessing the default vtable of an interface.
952
953 Fri Sep 26 17:24:53 2003  Owen Taylor  <otaylor@redhat.com>
954
955         * gtype.c (g_type_instance_get_private): You can
956         have instance_real_class_bsa be non-NULL, but still 
957         the class not be in the bsa. (Found by Kris Rietveld)
958
959 2003-09-15  Matthias Clasen  <maclas@gmx.de>
960
961         * glib-genmarshal.c (complete_out_arg): Don't generate code 
962         using deprecated APIs.  (#122292, Christian Persch)
963
964 Fri Sep 12 16:31:40 2003  Owen Taylor  <otaylor@redhat.com>
965
966         * gsignal.[ch]: Add g_signal_accumulator_true_handled(), to
967         do TRUE-stops-emit signals. (#80487, Ron Steinke)
968
969         * Makefile.am: Move testoverride.c and testifaceinit.c to
970         tests/gobject.
971
972 2003-09-12  Matthias Clasen  <maclas@gmx.de>
973
974         Make the g_value_set_x_take_ownership() functions "official"
975         part of the API (#100948):
976         
977         * gvaluetypes.[hc]: Add g_value_take_string() (synonym to the
978         now deprecated g_value_set_string_take_ownership()).  
979
980         * gparam.[hc]: Add g_value_take_param() (synonym to the
981         now deprecated g_value_set_param_take_ownership()).  
982
983         * gobject.[hc]: Add g_value_take_object() (synonym to the
984         now deprecated g_value_set_object_take_ownership()).  
985
986         * gboxed.[hc]: Add g_value_take_boxed() (synonym to the
987         now deprecated g_value_set_boxed_take_ownership()).  
988
989 Tue Sep  2 19:37:21 2003  Tim Janik  <timj@gtk.org>
990
991         * gtype.[hc]: added support for a "default vtable" per interface,
992         that interface vtables are initialized from.
993         the default vtable is initialized and finalized through class_init,
994         class_finalize and class_data from the interfaces GTypeInfo struct.
995         (type_data_last_unref_Wm): unload child plugin before unreffing
996         parent type.
997
998         testifaceinit.c: minor fixups. fixed up base_init() assertions, since
999         with a default vtable, base_init() may be called multiple times.
1000         added default initializer to iface1.
1001
1002 Tue Sep  2 14:53:41 2003  Tim Janik  <timj@gtk.org>
1003
1004         * gobject-query.c (main): fix iterating over fundamental types.
1005
1006         * gtype.c: applied patch from owen which keeps internal
1007         class initialization state to maintain class and interface
1008         initialization happen in the order of:
1009         1. class' base_init
1010         2. interface' base_init
1011         =  interfaces added after here are immediately base_init-ialized
1012         3. class_init
1013         4. Interface_init
1014         =  interfaces added here are immediately Interface_init-ialized
1015
1016 Wed Aug 27 19:53:26 2003  Manish Singh  <yosh@gimp.org>
1017
1018         * gobject.c: removed stray change from previous commit.
1019
1020 Wed Aug 27 01:25:40 2003  Owen Taylor  <otaylor@redhat.com>
1021
1022         * Makefile.am testifaceinit.c: Add a detailed test case
1023         for interface initialization, testing the ability to
1024         add interfaces during class initialization and the ordering
1025         of interface base_init, class init, and interface_init.
1026         (Expected to fail at the moment.)
1027
1028 Mon Aug 25 14:51:46 2003  Manish Singh  <yosh@gimp.org>
1029
1030         * gtypemodule.c (g_type_module_register_type): fix typo in last
1031         commit, cast to GTypeValueTable * to get rid of const warning.
1032
1033 Mon Aug 25 14:16:48 2003  Owen Taylor  <otaylor@redhat.com>
1034  
1035         * gtypemodule.c (g_type_module_register_type): Clarify
1036         docs on the return. Fix a memory leak if a type with a
1037         value table is reloaded. (#112439, Daniel Yacob)
1038  
1039 Tue Aug 19 05:21:04 2003  Tim Janik  <timj@gtk.org>
1040
1041         * testgobject.c (main): check private instance data after
1042         initialization.
1043
1044         * gtype.c: for instances with private data, store the real class
1045         pointer in a bsearch array during class initialization.
1046         (g_type_instance_get_private): fetch the real class of
1047         an instance from the bsearch array if necessary.
1048
1049 Tue Aug 19 04:08:14 2003  Tim Janik  <timj@gtk.org>
1050
1051         * gvalue.c: adapt to new gbsearcharray.h code.
1052         (g_value_register_transform_func): turn transform function
1053         replacement into a valid operation.
1054
1055         * gsignal.c: adapt to new gbsearcharray.h code.
1056         
1057         * gboxed.c: adapt to new gbsearcharray.h code.
1058
1059 Tue Aug 19 01:31:28 2003  Tim Janik  <timj@gtk.org>
1060
1061         * gsignal.c: added optimizations to skip NOP signal emissions.
1062
1063 2003-08-08  Matthias Clasen  <maclas@gmx.de>
1064
1065         * gobject.c (object_set_property): Improve the wording of the warning for invalid 
1066         values.  (#117246, Mariano Suarez-Alvarez)
1067         
1068 Wed Aug  6 09:57:14 2003  Owen Taylor  <otaylor@redhat.com>
1069
1070         * testgobject.c (test_signal_accumulator): Add check
1071         for instance private usage within in instance_init.
1072         (Currently will fail.)
1073
1074 2003-07-20  Hans Breuer  <hans@breuer.org>
1075
1076         * gobject.def : updated externals
1077
1078 Tue Jul  8 22:29:31 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1079
1080         * gtype.c (type_class_init_Wm): Only access node->data->instance
1081         when the node is instantiable.
1082
1083 Tue Jul  8 14:55:27 2003  Owen Taylor  <otaylor@redhat.com>
1084
1085         * gtype.c (type_class_init_Wm): Initialize
1086         node->data->instance.private_size here rather than
1087         in type_data_make_W() since the class init for the parent
1088         class may have changed pnode->data->instance.private_size.
1089         (#116921, reported by Soeren Sandmann)
1090
1091 2003-06-18  Matthias Clasen  <maclas@gmx.de>
1092
1093         * Makefile.am (man_MANS): Removed, these are now installed from
1094         docs/reference/gobject.
1095
1096 Fri May 30 14:42:24 2003  Owen Taylor  <otaylor@redhat.com>
1097  
1098         * gobject.c (g_value_set_object): Order refs/unrefs
1099         so setting the same object back is safe. (#112861,
1100         Morten Welinder)
1101  
1102 2003-03-24  Sven Neumann  <sven@gimp.org>
1103
1104         * gtype.c (type_data_finalize_class_ifaces_Wm): removed leftover
1105         debugging message (bug #109093).
1106
1107 Thu Feb 27 17:33:19 2003  Owen Taylor  <otaylor@redhat.com>
1108
1109         * gtype.[ch] testgobject.c: Add support for instance-private data. 
1110         g_type_class_add_private(), g_type_instance_get_private(),
1111         G_TYPE_INSTANCE_GET_PRIVATE(). (#101959, patch partly by
1112         Mark McLoughlin, extensive feedback from Tim Janik.)
1113
1114 2003-03-06  Matthias Clasen  <maclas@gmx.de>
1115
1116         * gsignal.c (g_signal_handlers_block_matched): 
1117         (g_signal_handlers_unblock_matched): 
1118         (g_signal_handlers_disconnect_matched): Fix 0/FALSE confusion.
1119         (#107662, Morten Welinder)
1120
1121 Mon Feb 17 20:59:47 2003  Tim Janik  <timj@gtk.org>
1122
1123         * gvalue.c (g_value_register_transform_func): don't assert the types
1124         passed in to have value tables. this prevents dynamic types from
1125         registering transform functions.
1126
1127 Sun Feb  9 13:44:01 2003  Soeren Sandmann  <sandmann@daimi.au.dk>
1128
1129         * gboxed.c (boxed_proxy_value_init): remove lookup of unused
1130         BoxedNode.
1131
1132 2003-02-07  Matthias Clasen  <maclas@gmx.de>
1133
1134         * gtypemodule.c: 
1135         * gtype.c: 
1136         * gsourceclosure.c: 
1137         * gparamspecs.c: 
1138         * gparam.c: 
1139         * gobject.c: 
1140         * gsignal.c: Remove all docs from gobject at Tims
1141         request. Documentation is only for weenies anyway...    
1142
1143 2003-01-12  Tor Lillqvist  <tml@iki.fi>
1144
1145         * gobject.def: Add g_type_interface_prerequisites. Thanks to
1146         Kenichi SUTO.
1147
1148 2002-12-18  Matthias Clasen  <maclas@gmx.de>
1149
1150         * gobject.c: Add docs.
1151
1152 2002-12-18  Michael Natterer  <mitch@gimp.org>
1153
1154         * gobject/gtype.c (type_data_finalize_class_ifaces_Wm): applied
1155         patch I got from Tim Janik for testing which fixes bug #101521.
1156         (restart iterating the interface enties each time we finalized one
1157         because they might have been modified).
1158
1159 2002-12-17  Matthias Clasen  <maclas@gmx.de>
1160
1161         * gparam.c (g_param_spec_internal): Remove markup from doc
1162         comment, as GObject doesn't use --sgml-mode yet.
1163
1164 2002-12-15  Matthias Clasen  <maclas@gmx.de>
1165
1166         * gsignal.c (g_signal_new): Typo fix.
1167
1168         * gparamspecs.c:  
1169         * gparam.c (g_param_spec_internal): 
1170         * gobject.c (g_object_class_install_property): Add docs.
1171
1172 2002-12-13  Matthias Clasen  <maclas@gmx.de>
1173
1174         * glib-genmarshal.c, gobject-query.c: Use g_printf() instead of 
1175         system printf.  (#99319)
1176
1177 Thu Dec 12 15:00:10 2002  Manish Singh  <yosh@gimp.org>
1178
1179         * gvaluetransform.c: use G_G[U]INT64_FORMAT unconditionally,
1180         since we'll always have it now.
1181
1182 2002-12-07  Matthias Clasen  <maclas@gmx.de>
1183
1184         * gparam.c (canonalize_key): Rename to canonicalize_key. Adjust
1185         all callers.
1186
1187 2002-12-05  Matthias Clasen  <maclas@gmx.de>
1188
1189         * gsignal.c (g_signal_new): Explain allowed signal names in more
1190         detail.
1191
1192 2002-12-04  Matthias Clasen  <maclas@gmx.de>
1193
1194         * gsignal.h (g_signal_add_emission_hook): 
1195         * gtype.h (g_type_interface_get_plugin): Sync parameter names with
1196         docs and implementation.
1197
1198         * gtype.c (g_type_add_interface_dynamic): 
1199         (g_type_interface_get_plugin): 
1200         (g_type_interface_peek_parent): 
1201         (g_type_query): Add docs.
1202
1203 2002-12-03  Matthias Clasen  <maclas@gmx.de>
1204
1205         * gtype.c (g_type_get_qdata): 
1206         (g_type_set_qdata): 
1207         (g_type_interface_add_prerequisite): Add docs.
1208
1209 2002-12-02  Matthias Clasen  <maclas@gmx.de>
1210
1211         * gobject.c (g_signal_connect_object): Add docs.
1212
1213 2002-11-30  Matthias Clasen  <maclas@gmx.de>
1214
1215         * gsignal.c: More docs.
1216
1217 2002-11-28  Matthias Clasen  <maclas@gmx.de>
1218
1219         * gtype.c (g_type_interface_prerequisites): Document as 2.2 
1220         API addition.
1221
1222 Thu Nov 21 16:05:50 2002  Owen Taylor  <otaylor@redhat.com>
1223
1224         * gtype.c (g_type_check_instance_cast): Allow
1225         NULL to be cast to any type. (Frequently requested,
1226         most recently #99023, Lars Clausen.)
1227
1228 Mon Nov  4 14:42:36 2002  Owen Taylor  <otaylor@redhat.com>
1229  
1230         * gtype.c gsignal.c gvaluearray.c: Include config.h
1231         so DISABLE_MEMPOOLS actually has an effect.
1232         (#96437, Morten Welinder)
1233  
1234         * gsignal.c: Conditionalize definition of g_handler_ts
1235         on DISABLE_MEM_POOLS (#96437)
1236         
1237 2002-10-20  Matthias Clasen  <maclas@gmx.de>
1238
1239         * gtype.c (g_type_interface_prerequisites): Report only the most
1240         specific instantiatable prerequisite, filter out all supertypes of
1241         this one (the supertypes are added to the prerequisites array for
1242         technical reasons).
1243
1244 2002-10-16  Matthias Clasen  <maclas@gmx.de>
1245
1246         * glib-mkenums.in: Support for template files.
1247         
1248         * glib-mkenums.1: Document --template.
1249
1250 2002-10-15  Matthias Clasen  <maclas@gmx.de>
1251
1252         * gtype.c (g_type_interface_prerequisites): New function to obtain
1253         the prerequisites of an interface type.
1254
1255 Sat Oct 12 22:02:32 2002  Tim Janik  <timj@gtk.org>
1256
1257         * merged up from 2.0:
1258
1259         * testgobject.c: test creation of new fundamental types.
1260
1261         * gtype.c (g_type_fundamental_next), (type_node_fundamental_new_W):
1262         account for static_fundamental_next storing non-shifted fundamental
1263         IDs. this fixes g_type_fundamental_next() not returning a new usable
1264         fundamental ID.
1265
1266 Wed Sep 11 16:50:20 2002  Dom Lachowicz <cinamod@hotmail.com>
1267
1268         * gtype.h: Fix problems with excessive C++ warnings: "ISO C++ forbids nested groups within expressions"
1269         
1270 Fri Jul 26 15:46:36 2002  Owen Taylor  <otaylor@redhat.com>
1271
1272         * gvaluetransform.c: Fix problems with excess ';'
1273         by addition of strategic 'extern void glib_dummy_decl (void)'
1274         (#83272, David L. Cooper II)
1275
1276 Thu Jul 25 20:34:39 2002  Owen Taylor  <otaylor@redhat.com>
1277
1278         * gtype.c (g_type_interface_add_prerequisite): When
1279         adding ancestral prerequisites, add the grandparents,
1280         not the siblings. (Problem found by Jon Trowbridge, patch from 
1281         Dave Camp, #86879)
1282
1283 2002-07-05  Anders Carlsson  <andersca@gnu.org>
1284
1285         * gobject.c (g_object_base_class_finalize): Remove debugging
1286         message, approved by Tim Janik.
1287
1288 2002-06-11  Anders Carlsson  <andersca@gnu.org>
1289
1290         * gtypemodule.c: (g_type_module_complete_interface_info):
1291         * gtypeplugin.h:
1292         Fix argument order. Fixes #82806.
1293         
1294 Mon May 20 15:57:47 2002  Owen Taylor  <otaylor@redhat.com>
1295
1296         * gsignal.c: When printing errors, handle NULL
1297         returns from g_type_debug(). (#73559, Laszlo Peter)
1298
1299         * gtype.c (type_descriptive_name_I): De-inline,
1300         since it's only used for debugging.
1301
1302 Tue May  7 15:03:02 2002  Owen Taylor  <otaylor@redhat.com>
1303
1304         * glib-genmarshal.c: Fix include order for config.h (#71704,
1305         Morten Welinder)
1306
1307 2002-05-07  Michael Natterer  <mitch@gimp.org>
1308
1309         * Makefile.am: use the glib-genmarshal found at configure time
1310         if CROSS_COMPILING is set, use the one which was just built
1311         otherwise.
1312
1313 Mon May  6 16:06:23 2002  Owen Taylor  <otaylor@redhat.com>
1314
1315         [ merged from stable ]
1316
1317         * gobject.c: Remove PROPERTIES_CHANGED enumeration
1318         value that wasn't used any more. (#78833, 
1319         Matthias Clasen)
1320
1321         * gboxed.c (g_boxed_copy): Remove check on data[2]
1322         that no longer exists. (#80814, Daniel Elstner)
1323
1324 Tue Mar 26 15:21:47 2002  Owen Taylor  <otaylor@redhat.com>
1325
1326         * gsignal.h (g_signal_handlers_*_by_func): Add explicit
1327         cast of G_SIGNAL_MATCH_FUNC | G_SIGNAL_MATCH_DATA to
1328         GSignalMatchType so that these macros work for C++.
1329         (#76454, Damien Sandras)
1330
1331 Mon Mar 25 17:51:05 2002  Owen Taylor  <otaylor@redhat.com>
1332
1333         * glib-mkenums.in (parse_entries): Fix various bugs and
1334         excessive stack usage that crept in the conversion from
1335         gtk-mkenums. (#74431)
1336
1337 Mon Mar 25 17:25:57 2002  Owen Taylor  <otaylor@redhat.com>
1338
1339         * gtype.c (g_type_free_instance): Wrap setting freed instance
1340         memory to 0xaa in #ifdef G_ENABLE_DEBUG
1341
1342 Thu Mar 21 01:28:14 2002  Tim Janik  <timj@gtk.org>
1343
1344         * gsignal.[hc]:
1345         * gobject.[hc]: fix extraneous include.
1346
1347 Tue Mar 19 18:57:12 2002  Tim Janik  <timj@gtk.org>
1348
1349         * gtype.c (check_add_interface_L): applied patch from Matthias Clasen
1350         <maclas@gmx.de> to check for prerequisite of interfaces, fixes #74427.
1351         fixed mutex recursion in his patch (we can't call g_type_is_a() while
1352         holding a read lock).
1353
1354         * gparam.c (canonalize_key): cleanup.
1355
1356 2002-03-13  Alexander Larsson  <alla@lysator.liu.se>
1357
1358         * gparam.c (canonalize_key):
1359         Function to canonicalize parameter names. Faster than
1360         using g_strcanon().
1361         (g_param_spec_internal, param_spec_ht_lookup):
1362         Use canonalize_key.
1363
1364 2002-03-13  Erwann Chenede  <erwann.chenede@sun.com>
1365         * gobject/gclosure.c  
1366         * gobject/gobject.c 
1367         * gobject/gsignal.c: fixed cast problems with function pointer
1368         to avoid warnings (with forte compiler) (#73898)
1369         
1370 2002-03-05  Sven Neumann  <sven@gimp.org>
1371
1372         * gvaluetransform.c (g_value_transforms_init): don't try to 
1373         register undeclared value transform functions if G_GINT64_FORMAT
1374         or G_GUINT64_FORMAT are undefined (#73586).
1375
1376 2002-03-03  Tor Lillqvist  <tml@iki.fi>
1377
1378         * makefile.msc.in
1379         * makefile.mingw.in: Rename testgruntime to testgobject here, too.
1380
1381 Sun Mar  3 04:11:58 2002  Tim Janik  <timj@gtk.org>
1382
1383         * gobject.c: placed a comment about not changing CArray until we have
1384         g_object_list_watched_closures().
1385
1386         * gparam.h (struct _GParamSpecClass): added padding.
1387
1388         * gobjectnotifyqueue.c (struct _GObjectNotifyQueue): abuse
1389         g_list_alloc() to allocate GObjectNotifyQueue to et rid
1390         of locking issues.
1391
1392 Tue Feb 26 10:51:00 2002  Owen Taylor  <otaylor@redhat.com>
1393
1394         * Makefile.am (testgobject_LDADD): Rename testgruntime
1395         to testgobject.
1396
1397 Sun Feb 24 22:08:29 2002  Owen Taylor  <otaylor@redhat.com>
1398
1399         * gtypemodule.[ch] (g_type_module_add_interface): Make
1400         GInterfaceInfo paramter const to correspond to the
1401         conventions for the g_type_add_interface() functions.
1402         (#72461, Miroslaw Dobrzanski-Neumann)
1403
1404 Sat Feb 23 13:28:56 2002  Owen Taylor  <otaylor@redhat.com>
1405
1406         * gtypeplugin.h (struct _GTypePluginClass): Add some
1407         padding to the class.
1408
1409         * gclosure.h (struct _GClosure): Fix typo in comment.
1410
1411 2002-02-20  Tor Lillqvist  <tml@iki.fi>
1412
1413         * gobject.def: Add g_value_set_object_take_ownership and
1414         g_value_set_param_take_ownership.
1415
1416 Wed Feb 20 22:55:15 2002  Owen Taylor  <otaylor@redhat.com>
1417
1418         * gobject.c: Fix implicit conversions between void * and 
1419         function pointer (Miroslaw Dobrzanski-Neumann, #71963)
1420
1421 Sun Feb 16 22:08:48 2002  Tim Janik  <timj@gtk.org>
1422
1423         * gobject.[hc]:
1424         * gparam.[hc]: provide marshaller specific value_set_*_take_ownership()
1425         variants.
1426
1427         * gvalue.h: shrink GValue's data contents to 2 unions.
1428
1429         * glib-genmarshal.c: fix release and realeas_check hackage by always
1430         using _take_ownership() variants. directly access value contents if
1431         G_ENABLE_DEBUG is not defined.
1432
1433         * gobject.h: add padding pointers to the class struct.
1434
1435 Wed Feb 13 17:22:37 2002  Tim Janik  <timj@gtk.org>
1436
1437         * gtype.c (g_type_value_table_peek): fixed a check for node not being NULL.
1438
1439 Wed Feb 13 06:53:50 2002  Tim Janik  <timj@gtk.org>
1440
1441         * gparam.c: remove extraneous redefinition of G_PARAM_SPEC_CLASS().
1442
1443 Wed Feb 13 06:29:51 2002  Tim Janik  <timj@gtk.org>
1444
1445         * gvaluetransform.c: cosmetic cleanups, fixed [u]int64->string
1446         conversions.
1447
1448         * ChangeLog: added entry from owen which went into the wrong
1449         file.
1450
1451 Fri Feb  8 23:52:27 2002  Owen Taylor  <otaylor@redhat.com>
1452
1453         * gobject/gvaluetransform.c: Register transformations for
1454         gint64, guint64. (#70780, patch from Andy Wingo)
1455
1456 2002-02-10  Hans Breuer  <hans@breuer.org>
1457
1458         * gvaluetransform.c : msvc 5.0 can't cast from uint64 to
1459         double. Disable respective transform_func than.
1460
1461         * makefile.msc.in : build test programs
1462
1463 Thu Jan 24 07:39:56 2002  Tim Janik  <timj@gtk.org>
1464
1465         * gobject.c (g_signal_connect_object): return gulong instead
1466         of guint.
1467
1468 Fri Jan 11 12:26:36 2002  Tim Janik  <timj@gtk.org>
1469
1470         * gparamspecs.c: fixed param_value_array_values_cmp(),
1471         param_value_array_validate() and
1472         param_value_array_set_default() to deal with NULL value
1473         arrays.
1474
1475 Wed Jan  9 05:23:27 2002  Tim Janik  <timj@gtk.org>
1476
1477         * gobject.h (G_OBJECT_WARN_INVALID_PROPERTY_ID): cosmetic fix.
1478
1479 2002-01-05  Hans Breuer  <hans@breuer.org>
1480
1481         * makefile.msc.in : use -FImsvc_recommended_pragmas.h
1482
1483 Fri Jan  4 04:36:46 2002  Tim Janik  <timj@gtk.org>
1484
1485         * gtype.h (G_TYPE_FLAG_RESERVED_ID_BIT): turn this into a GType,
1486         so negating it works on 64bit platforms.
1487
1488 2001-12-21  Tor Lillqvist  <tml@iki.fi>
1489
1490         * gobject.def: Add g_signal_get_invocation_hint.
1491
1492 Tue Dec 18 21:39:57 2001  Tim Janik  <timj@gtk.org>
1493
1494         * testoverride.c: added some assertions to test
1495         g_signal_get_invocation_hint().
1496
1497         * gsignal.[hc]: remove signal_id argument from
1498         g_signal_chain_from_overridden(), the parameters are assumed to match
1499         the innermost signal currently in emission for this instance.
1500         added g_signal_get_invocation_hint() to figure the invocation hint
1501         of the innermost signal emission of an instance.
1502
1503         * gsignal.c (g_signal_list_ids): fix G_BSEARCH_ARRAY_NODES() to
1504         access a bsearch array and not a pointer to it (discovered by
1505         Sven Neumann).
1506
1507 2001-12-17  Anders Carlsson  <andersca@gnu.org>
1508
1509         * gtype.h (G_TYPE_FLAG_RESERVED_ID_BIT): Set the reserved bit
1510         to (1 << 0) instead of (1 << 30). 
1511
1512 2001-12-14  James Henstridge  <james@daa.com.au>
1513
1514         * Makefile.am: add rules to build it.
1515
1516         * testoverride.c: test program for closure override/chaining.
1517
1518 Thu Dec 13 08:03:17 2001  Tim Janik  <timj@gtk.org>
1519
1520         * gsignal.c: implemented closure chaining.
1521
1522 2001-12-08  Christopher Blizzard  <blizzard@redhat.com>
1523
1524         * gsignal.h (g_signal_connect): Explicitly add a cast to the last
1525         argument so that the macro will work from C++.
1526
1527 2001-12-06  Tor Lillqvist  <tml@iki.fi>
1528
1529         * makefile.mingw.in (gobject_OBJECTS): Add gsourceclosure.o.
1530
1531 Mon Nov 26 09:55:12 2001  Tim Janik  <timj@gtk.org>
1532
1533         * gtype.h: typedef GType to gulong instead of gsize, if possible.
1534
1535         * gtype.c: fixups for GType being sizeof(long) wide (changed
1536         UINT casts).
1537         * gsignal.c:
1538         * gclosure.c:
1539         * gparam.c: likewise.
1540
1541 Sun Nov 25 22:33:32 2001  Tim Janik  <timj@gtk.org>
1542
1543         * gtype.h: removed enum GTypeFundamentals. use macros
1544         to provide the constant fundamental type IDs, so they
1545         all return numbers of type GType, and not int.
1546         sizeof(GTypeFundamentals) < sizeof(GType) problem reported
1547         and fix sugegsted by Havoc.
1548
1549 2001-11-23  Hans Breuer  <hans@breuer.org>
1550
1551         * gobject.def : updated externals
1552
1553 Mon Nov 19 14:35:56 2001  Owen Taylor  <otaylor@redhat.com>
1554  
1555         * *.h: Improve the detection of invalid includes by moving
1556         the test outside the duplicate include guards.
1557  
1558         * gsourceclosure.c (g_source_set_closure): Doc fix.
1559
1560 Thu Nov 22 03:30:57 2001  Tim Janik  <timj@gtk.org>
1561
1562         * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type()
1563         instead of g_type_value_table_peek().
1564
1565         * gtype.[hc] (type_check_is_value_type_U): speed up check
1566         LOCK-less by caching lookups in node->mutatable_has_value_table.
1567
1568         * gtype.[hc]: removed locks where possible. partly based on
1569         patches from owen and alex.
1570
1571 Thu Nov 22 00:26:26 2001  Tim Janik  <timj@gtk.org>
1572
1573         * gtype.[hc]: provide G_TYPE_FUNDAMENTAL_SHIFT and
1574         g_type_fundamental_next() to return next usable fundamental
1575         type. use TypeNode pointers as type IDs.
1576         
1577 2001-11-22  Tor Lillqvist  <tml@iki.fi>
1578
1579         * makefile.mingw.in (DEFINES): Set G_LOG_DOMAIN as in Makefile.am.
1580
1581         * gparamspecs.h (GOBJECT_VAR): Can't use GLIB_VAR here, as that
1582         makes sense only when building libglib. GOBJECT_VAR is similar for
1583         libgobject.
1584
1585         * gobject.def: Add g_param_spec_types, remove
1586         g_type_fundamental_branch_last.
1587
1588 Wed Nov 21 17:23:33 2001  Tim Janik  <timj@gtk.org>
1589
1590         * gparamspecs.[hc]: put newly created param spec types into a
1591         global array.
1592
1593         * gboxed.[hc]: moved boxed types with _get_type() function here,
1594         for: G_TYPE_CLOSURE, G_TYPE_VALUE, G_TYPE_VALUE_ARRAY,
1595         G_TYPE_GSTRING.
1596
1597         * gtype.h: removed fundamental branch APIs and derived enum
1598         values. define GType as gsize.
1599
1600 2001-11-19  jacob berkman  <jacob@ximian.com>
1601
1602         * gobjectnotifyqueue.c: include glib-object.h rather than
1603         gobject/gobject.h
1604
1605 2001-11-16  Mark McLoughlin  <mark@skynet.ie>
1606
1607         * glib-mkenums.in: allow the enums name to not be on the same
1608         line as the trailing '}'. (#64714)
1609
1610 2001-11-18  Hans Breuer  <hans@breuer.org>
1611
1612         * makefile.msc.in : remove g_log_domain_gruntime usage
1613
1614 Sat Nov 17 18:14:40 2001  Owen Taylor  <otaylor@redhat.com>
1615
1616         * glib-genmarshal.c: Exit with non-zero exit status if
1617         any errors were encountered.
1618
1619         * glib-genmarshal.c: Instead of generating gobject/gmarshal.h
1620         #include only for the header, generate glib-object.h 
1621         #include for both the header and body. (#63834)
1622
1623         * glib-genmarshal.c: Generate include guards around the 
1624         content unless --nostdinc is specified.
1625
1626 2001-11-17  Tor Lillqvist  <tml@iki.fi>
1627
1628         * gobject.def: Add g_pointer_type_register_static.
1629
1630 2001-11-15  Tor Lillqvist  <tml@iki.fi>
1631
1632         * gobject.def: Reflect recent changes.
1633
1634 Tue Nov 13 23:18:10 2001  Tim Janik  <timj@gtk.org>
1635
1636         * gsignal.[hc]: add API for chaining:
1637         g_signal_chain_from_overridden() and g_signal_override_class_closure(),
1638         implementation yet to come.
1639
1640         * gtype.[hc], Makefile.am: provide G_LOG_DOMAIN as compile flag.
1641         
1642         * gparam.[hc]: s/g_param_get/g_param_spec_get/ for get_nick,
1643         get_name and get_blurb, to be consistent with the rest of the
1644         g_param_spec_*() functions.
1645         
1646         * gparamspecs.[hc]: got rid of bogus GClosure paramspec.
1647         G_TYPE_CLOSURE is a boxed type already.
1648         
1649 Tue Nov 13 22:16:41 2001  Tim Janik  <timj@gtk.org>
1650
1651         * gtype.[hc]: API cleanups.
1652         remove g_type_check_flags(), provide g_type_test_flags() as
1653         a *private* function.
1654         s/g_type_check_is_a/g_type_check_class_is_a/, private function.
1655         s/g_type_instance_is_a/g_type_check_instance_is_a/, also private.
1656
1657 Tue Nov 13 20:02:47 2001  Tim Janik  <timj@gtk.org>
1658
1659         * gparam.h: fix standard type macros.
1660
1661 Wed Nov  7 00:56:00 2001  Tim Janik  <timj@gtk.org>
1662
1663         * gclosure.h: provide G_CLOSURE_N_NOTIFIERS() for people that need
1664         to walk the notifier list (puhh, black magic, stay-away-warning ;).
1665
1666 Mon Nov  5 18:59:08 2001  Tim Janik  <timj@gtk.org>
1667
1668         * gobject.h: 
1669         * gsignal.h: we need signal.h for G_BREAKPOINT().
1670
1671 Sun Nov  4 14:01:23 2001  Owen Taylor  <otaylor@redhat.com>
1672
1673         * gvaluetypes.[ch]: Add a function g_pointer_type_register_static()
1674         to register a type derived from G_TYPE_POINTER.
1675
1676 2001-11-03  Hans Breuer  <hans@breuer.org>
1677
1678         * makefile.msc.in : gobject-query needs gmarshal.[hc,stings]
1679         so build it after them. Add gsourceclosure.obj. 
1680
1681         * gobject.def : removed duplicates, added mising
1682
1683 Mon Oct 29 11:05:15 2001  Owen Taylor  <otaylor@redhat.com>
1684
1685         * glib-mkenums.in: Generate glib-mkenums from glib-mkenums.in, 
1686         substituting in path to perl.  (#63093, Dan Winship)
1687
1688         * Makefile.am (bin_SCRIPTS): Remove hack to copy glib-mkenums
1689         from srcdir.
1690
1691 2001-10-26  Tor Lillqvist  <tml@iki.fi>
1692
1693         * makefile.mingw.in: When running glib-genmarshal, set PATH to
1694         include ../glib.
1695
1696 2001-10-23  Tor Lillqvist  <tml@iki.fi>
1697
1698         * Makefile.am: (Win32): If we have built the MSVC import library,
1699         install it. Install the gcc import library. Also support
1700         uninstall.
1701
1702 2001-10-13  Matthias Clasen  <matthiasc@poet.de>
1703
1704         * glib-genmarshal.1, glib-mkenums.1: Typo fixes.
1705
1706 Fri Oct 12 18:40:18 2001  Tim Janik  <timj@gtk.org>
1707
1708         * cosmetic fixups.
1709
1710 Wed Oct 10 17:25:22 2001  Joshua N Pritikin  <vishnu@pobox.com>
1711
1712         * glib-genmarshal.c gparamspecs.[ch] gtype.[ch] gvalue.h
1713         gvaluecollector.h gvaluetypes.[ch]: Fill in missing support for
1714         gint64 & guint64 (#59254).
1715         
1716         * Unconditionalize same (compile with or without G_HAVE_INT64).
1717
1718 Wed Oct 10 15:38:58 2001  Joshua N Pritikin  <vishnu@pobox.com>
1719
1720         * gparamspecs.h (G_IS_PARAM_SPEC_FLAGS): Fix order of
1721         *_PARAM_SPEC_ULONG defines.
1722
1723 Thu Oct  4 01:10:52 2001  Owen Taylor  <otaylor@redhat.com>
1724
1725         * gparamspecs.h: Add missing G_HAVE_GINT64 conditionalization.
1726
1727 Wed Oct  3 16:02:24 2001  Owen Taylor  <otaylor@redhat.com>
1728
1729         * glib-genmarshal.c gparamspecs.[ch] gvalue.h 
1730         gobject/gvaluetypes.[ch]: Add support for G_TYPE_INT64
1731         and storing it in GValue (Patch from Mathieu Lacage, #59254.)
1732
1733 2001-10-03  jacob berkman  <jacob@ximian.com>
1734
1735         * gtype.c (type_iface_retrieve_holder_info_Wm): 
1736         (type_iface_vtable_init_Wm): 
1737         (type_iface_vtable_finalize_Wm): 
1738         (g_type_class_ref): 
1739
1740         * gobject.c (g_object_get_property): s/retrive/retrieve/
1741
1742 2001-09-25  Tor Lillqvist  <tml@iki.fi>
1743
1744         * Makefile.am: Use new macros for .def file, and check for
1745         MS_LIB_AVAILABLE, new rule to build MS import library.
1746
1747         * makefile.msc.in: Use same DLL and import library names as
1748         libtool.
1749         
1750 2001-09-21  Hans Breuer  <hans@breuer.org>
1751
1752         * gobject.def : updated externals
1753
1754 2001-09-19  Tor Lillqvist  <tml@iki.fi>
1755
1756         * gobject.rc.in: Correct InternalName and OriginalFilename to
1757         match what we actually produce.
1758
1759 Tue Sep 18 23:09:02 2001  Tim Janik  <timj@gtk.org>
1760
1761         * gparam.[hc]: rename *nick and *blurb fields to catch
1762         direct accesses in third party code.
1763         provide g_param_get_nick(), g_param_get_blurb() and
1764         g_param_get_name() accessors.
1765
1766 Mon Sep 10 20:31:37 2001  Tim Janik  <timj@gtk.org>
1767
1768         * gobject.[hc]: removed extraneous GObject* returns from a
1769         couple functions that are very unlikely to be used in nested.
1770         changed gpointer->GObject* for a couple return values/arguments.
1771         this fixes #50206.
1772
1773 Mon Sep 10 19:27:47 2001  Tim Janik  <timj@gtk.org>
1774
1775         * gtype.[hc]:
1776         g_type_add_interface*(): implement the ability to add an interface to
1777         a type whose parents already conform to this interface.
1778         such "overriding" interfaces, when initialized, are not just initialized
1779         with 0, but with a copy of the interface they override.
1780         g_type_interface_peek_parent(): new function, return the interface
1781         that this interface "overrides", if any.
1782
1783         * testgruntime.c: test new interface stuff.
1784
1785 2001-09-10  Alex Larsson  <alexl@redhat.com>
1786
1787         * gobject/gboxed.[ch]:
1788         * gobject/gsourceclosure.c:
1789         Removed is_refcounted and GBoxedInitFunc from
1790         g_boxed_type_register_static().
1791
1792 Sat Sep  8 14:13:57 2001  Owen Taylor  <otaylor@redhat.com>
1793
1794         * gobject/Makefile.am: Move gbsearcharray.[ch] to glib
1795         as a private ininstalled header.
1796
1797 Tue Sep  4 22:24:48 2001  Matthias Clasen  <matthiasc@poet.de>
1798
1799         * gobject.c (g_object_base_class_finalize): typo fix.
1800
1801 Tue Sep  4 01:49:18 2001  Tim Janik  <timj@gtk.org>
1802
1803         * gsourceclosure.c: make closure_callback_funcs static,
1804         added some g_return_if_fail() statements.
1805
1806 Mon Aug 27 14:55:27 2001  Owen Taylor  <otaylor@redhat.com>
1807
1808         * gsourceclosure.[ch] (g_source_set_closure): Implement.
1809
1810         * gsourceclosure.[ch]: Add GType's for GIOChannel, GIOCondition.
1811
1812 2001-08-17  James Henstridge  <james@daa.com.au>
1813
1814         * gobject.c (WeakRefStack): add an object member to the structure.
1815         (weak_refs_notify): pass wstack->object as extra argument to
1816         notify functions.
1817         (g_object_weak_ref): set wstack->object when initialising
1818         WeakRefStack.
1819
1820         * gobject.h (GWeakNotify): add second argument to prototype which
1821         gives the pointer to where the object that is being disposed of
1822         was.
1823
1824 Wed Jul 18 19:42:31 2001  Tim Janik  <timj@gtk.org>
1825
1826         * gtype.h: if __GNUC__ is defined, inline a test for an exact type
1827         match for instances and classes in G_TYPE_CHECK_INSTANCE_TYPE() and
1828         G_TYPE_CHECK_CLASS_TYPE() before calling g_type_instance_is_a().
1829
1830 Sun Aug 12 02:07:10 2001  Tim Janik  <timj@gtk.org>
1831
1832         * gvaluearray.[hc]: fix preallocation logic, support DISABLE_MEM_POOLS
1833         properly, group value allocations.
1834         (g_value_array_new): fix semantic of n_prealloced argument, so it's
1835         really just about preallocation space.
1836
1837 2001-07-23  Padraig O'Briain <Padraig.Obriain@Sun.COM>
1838         
1839         * gobject/gobjectnotifyqueue.c: fix unconditional check of
1840         first GParamSpec in g_object_notify_queue_thaw(); to prevent
1841         property notification being lost.
1842
1843 2001-08-06  Sven Neumann  <sven@gimp.org>
1844
1845         * gobject.[ch]: 
1846         added new functions g_object_[add|remove]_weak_pointer().
1847
1848 2001-08-01  Sven Neumann  <sven@gimp.org>
1849
1850         * gsignal.h: added convenience macro g_signal_connect_after().
1851
1852 2001-07-29  Hans Breuer  <hans@breuer.org>
1853
1854         * gobject.def : updated externals
1855
1856 2001-07-20  Hans Breuer  <hans@breuer.org>
1857
1858         * gobject.def : updated externals
1859
1860         * makefile.msc.in : reflect glib move
1861
1862 Tue Jul 10 18:50:16 2001  Tim Janik  <timj@gtk.org>
1863
1864         * gsignal.h (struct _GSignalQuery): fix misplaced comment.
1865
1866 Mon Jul  2 07:17:47 2001  Tim Janik  <timj@gtk.org>
1867
1868         * gobject.c (g_object_weak_ref): 
1869         (g_object_watch_closure): congrats tim, introducing of-by-one
1870         errors like on my very first day of C programming.
1871
1872 Sat Jun 30 11:07:00 2001  Tim Janik  <timj@gtk.org>
1873
1874         * gobject.[hc]: provide weak_ref/weak_unref functions,
1875         invoked from ->dispose. renamed ->shutdown() to ->dispose(),
1876         provide "public" API entry here: g_object_run_dispose(), this
1877         fucntion should _only_ be called from object system implementations
1878         (e.g. gtkobject.c) if at all.
1879
1880         * gtypemodule.c (g_type_module_dispose): s/shutdown/dispose/
1881
1882         * gsignal.h: removed compat aliases.
1883
1884         * gobject.c (g_object_connect): support data objects.
1885         
1886 Sat Jun 30 13:17:12 2001  Owen Taylor  <otaylor@redhat.com>
1887
1888         * testgruntime.c (test_object_class_init)
1889           gobject.c (g_object_do_class_init): 
1890           g_signal_newc() => g_signal_new().
1891
1892 Thu Jun 28 22:49:40 2001  Owen Taylor  <otaylor@redhat.com>
1893
1894         * gtype.[ch] gobject-query.c testgruntime.c: Remove
1895         debug flag argument to g_type_init() and add
1896         g_type_init_with_debug_flags().
1897
1898 Thu Jun 28 16:42:49 2001  Tim Janik  <timj@gtk.org>
1899
1900         * gsignal.c (g_signal_lookup): 
1901         (g_signal_list_ids): give elaborate warnings about invalid types,
1902         non-instantiatable types and unloaded types that we can't operate on.
1903
1904         * gparam.[hc]: g_param_spec_pool_belongings() ->
1905         g_param_spec_pool_list_owned().
1906
1907         * gsignal.[hc]: renamed:
1908         g_signal_newc -> g_signal_new
1909         g_signal_disconnect_by_func -> g_signal_handlers_disconnect_by_func
1910         g_signal_block_by_func -> g_signal_handlers_block_by_func
1911         g_signal_unblock_by_func -> g_signal_handlers_unblock_by_func
1912         added GConnectType to simplify (..gboolean swapped, gboolean after)
1913         args.
1914
1915         * gobject.[hc]: changed prototypes accordingly.
1916
1917 2001-06-22  Hans Breuer  <hans@breuer.org>
1918
1919         * gobject.def : updated externals
1920
1921         * gobjectnotifyqueue.c : include <string.h> for memset ()
1922
1923 Thu Jun 21 02:43:10 2001  Tim Janik  <timj@gtk.org>
1924
1925         * gparamspecs.h: s/long/int/ for default_value in enum and flags
1926         pspecs.
1927
1928 Wed Jun 20 03:59:42 2001  Tim Janik  <timj@gtk.org>
1929
1930         * gtype.[hc]: added debugging variants g_type_name_from_class(),
1931         g_type_name_from_instance().
1932
1933 Mon Jun 11 17:07:06 2001  Tim Janik  <timj@gtk.org>
1934
1935         * gboxed.[hc]: remove left-over usages of an anonymous GBoxed typedef.
1936
1937         * gobjectnotifyqueue.c: moved property notify queue implementation
1938         bits into this function.
1939
1940         * gparam.[hc]: added g_param_spec_pool_belongings(), completed
1941         g_param_spec_pool_list(). added GParameter for _setv() functions.
1942
1943         * gobject.[hc]: use gobjectnotifyqueue.h implementation now.
1944         got rid of properties_changed signal.
1945         new functions g_object_newv(), g_object_class_list_properties().
1946         removed "properties_changed" signal.
1947
1948         * gtype.[hc]: added g_type_depth() to figure number of parent
1949         types + 1 for a type.
1950
1951         * gsignal.h: add g_signal_connect() (as per owen's request) and
1952         g_signal_connect_swapped().
1953
1954 2001-06-13  Havoc Pennington  <hp@redhat.com>
1955
1956         * Makefile.am (progs_LDADD): link to ./libgobject-1.3.la
1957         since an installed libgobject was somehow being found; think 
1958         it's a libtool bug, but this workaround should do for now.
1959
1960 2001-06-12  Havoc Pennington  <hp@redhat.com>
1961
1962         * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in
1963         bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums'
1964         in bin_SCRIPTS and cp it into builddir
1965
1966 Thu May 31 17:56:47 2001  Owen Taylor  <otaylor@redhat.com>
1967
1968         * gobject-query.c: Fix mispelling in help output.
1969         (#53952, Skip Montanaro)
1970
1971 2001-05-28  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1972
1973         * Makefile.am (EXTRA_DIST): Really distribute glib-mkenums, now
1974         that bin_SCRIPTS doesn't seem to care about doing so anymore.
1975
1976 Mon May 28 06:51:24 2001  Tim Janik  <timj@gtk.org>
1977
1978         * gsignal.c (signal_emit_unlocked_R): fixed bad faux-pass, forgot
1979         to release signal lock when restarting emissions.
1980
1981 Sun May 27 04:52:28 2001  Tim Janik  <timj@gtk.org>
1982
1983         * gsignal.[hc] (g_signal_stop_emission_by_name): added variant
1984         to stop signal emissions through a detailed_signal string.
1985
1986         * gsignal.c (signal_emit_R) (g_signal_emit_valist): account for
1987         the fact that g_value_* functions may cause signal emissons by
1988         unlocking the global signal system lock around g_value_* functions.
1989         (signal_emit_unlocked_R): renamed this from signal_emit_R() to reflect
1990         that this functions acquires the lock on its own now.
1991
1992 2001-05-24  Hans Breuer  <hans@breuer.org>
1993
1994         * makefile.msc.in : changed depndencies to build glib-genmarshal
1995         first and statically linked with glib, which makes it independent
1996         from the installed glib version. Added new object files to build.
1997
1998         * gobject.def : updated
1999
2000 Thu May 24 08:52:02 2001  Owen Taylor  <otaylor@redhat.com>
2001
2002         * gobject.[ch] (g_value_set_object): gpointer, not
2003         gpointer *.
2004
2005 2001-05-22  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2006
2007         * Makefile.am (bin_SCRIPTS): made 'make distcheck' happy.
2008
2009         * gobject.def: Removed g_param_spec_stringc.
2010
2011 Tue May 22 02:46:13 2001  Tim Janik  <timj@gtk.org>
2012
2013         * gobject.c (g_value_set_object): make g_value_set_object()
2014         take a gpointer v_object so people don't need to G_OBJECT()
2015         cast NULL pointers (C code convenience).
2016
2017 Mon May 14 01:49:01 2001  Tim Janik  <timj@gtk.org>
2018
2019         * gsignal.[hc] (g_signal_handler_is_connected): new function
2020         to check whether a handler is still connected to an instance
2021         (by handler id).
2022
2023 Thu May 10 14:00:48 2001  Tim Janik  <timj@gtk.org>
2024
2025         * gparamspecs.[hc]: removed g_param_spec_stringc() in lack of
2026         evidence of public need.
2027
2028         * gsignal.h: added g_signal_disconnect_by_func(),
2029         g_signal_block_by_func() and g_signal_unblock_by_func() convenience
2030         macros as per owen's request.
2031
2032         * gtype.c (SIZEOF_FUNDAMENTAL_INFO): align sizeof (GTypeFundamentalInfo)
2033         to size of longs and pointers.
2034
2035 2001-05-05  James Henstridge  <james@daa.com.au>
2036
2037         * Makefile.am: glib-mkenums is not a compiled program, so shouldn't
2038         be in the bin_PROGRAMS primary.  Put it in bin_SCRIPTS instead, and
2039         removed the glib_mkenums_SOURCES var.
2040
2041 Thu May  3 06:10:23 2001  Owen Taylor  <otaylor@redhat.com>
2042
2043         * gobject.c (g_object_set_[q]data_full): Make types of ternary
2044         operator correspond. (Fixes compilation errors with Sun CC,
2045         #52230)
2046
2047 Mon Apr 30 20:03:56 2001  Tim Janik  <timj@gtk.org>
2048
2049         * glib-mkenums (usage): removed \v escaping, newer perl versions don't
2050         support this, and it'S probably useless anyways.
2051
2052 Sat Apr 28 23:39:42 2001  Tim Janik  <timj@gtk.org>
2053
2054         * gsignal.[hc]: made signal handler and emission hook ids gulongs.
2055         (signal_handlers_foreach_matched_R): only invoke callback for handlers
2056         that are not disconnected (id>0).
2057         (signal_emit_R): prevent invocation of signal handlers during the
2058         emission they were connected within.
2059         
2060         * glib-mkenums: publically installed perl-script to parse C code
2061         enums and generate descriptions thereof.
2062         * glib-mkenums.1: assorted man page.
2063         
2064 2001-04-19  Havoc Pennington  <hp@redhat.com>
2065
2066         * gobject.c (g_object_get_valist): We were returning junk memory
2067         here, because we didn't copy the value (G_VALUE_NOCOPY_CONTENTS
2068         passed to G_VALUE_LCOPY) and then we freed the GValue immediately
2069         after. Removed G_VALUE_NOCOPY_CONTENTS from here; need a
2070         G_VALUE_STEAL_CONTENTS or the like if we want this optimization.
2071
2072 Wed Apr 18 09:46:56 2001  Owen Taylor  <otaylor@redhat.com>
2073
2074         * gobject.c gsignal.c: Change C++ comments for FIXME's to
2075         C comments. (Patch from Andres Salomon)
2076
2077 2001-04-14  Hans Breuer  <hans@breuer.org>
2078
2079         * gobject.def : updated
2080
2081 Mon Apr  9 18:56:15 2001  Tim Janik  <timj@gtk.org>
2082
2083         * gclosure.c (g_closure_invoke): only require marshal/meta_marshal if
2084         we're valid (about to actually do marshalling).
2085
2086 Tue Apr  3 20:23:24 2001  Tim Janik  <timj@gtk.org>
2087
2088         * NEWS: updates.
2089
2090 Tue Apr  3 14:06:00 2001  Tim Janik  <timj@gtk.org>
2091
2092         * gparam.[hc]: added g_param_spec_pool_list() to list pspecs per
2093         owner_type. the pspecs are not referenced, so the caller is
2094         supposed to have some idea about owner_type not randomly
2095         nuking his pspec's. if this is going to provide problems in
2096         the future, we can either auto-ref the pspecs, or add a
2097         _foreach variant, though the latter would have to invoke
2098         the callback while pspec's mutex is acquired, so i just
2099         went for the _list variant for now.
2100
2101         * gclosure.h (G_CALLBACK): made GCallback a void (*) (void) fucntion.
2102
2103 Sat Mar 31 23:55:58 2001  Tim Janik  <timj@gtk.org>
2104
2105         * gtype.h:
2106         * gparamspecs.[hc]: applied patch from owen to implement
2107         GParamSpecUnichar.
2108
2109 Fri Mar 30 07:34:02 2001  Tim Janik  <timj@gtk.org>
2110
2111         * gtype.c (type_iface_retrive_holder_info_Wm): 
2112         * gtypeplugin.c (g_type_plugin_complete_interface_info): 
2113         * gtypemodule.c (g_type_module_complete_interface_info): 
2114         change order of instance_type and interface_type so they match
2115         the g_type_add_interface_*() API.
2116
2117         * gsignal.c (g_signal_emit_valist): always assign C return value
2118         location, people depending on unaltered return values after emissions
2119         that had no handlers to run need to use g_signal_emitv().
2120
2121         * gtype.[hc] (g_type_query): new function to allow querying of
2122         class and object size (semantics like g_signal_query()).
2123         currently the implementation is better held conservative so as to
2124         only support types that are classed and static.
2125
2126 2001-03-29  Tor Lillqvist  <tml@iki.fi>
2127
2128         * gobject.def: Updates.
2129
2130 Wed Mar 28 17:04:06 2001  Tim Janik  <timj@gtk.org>
2131
2132         * gobject.c (object_queue_property): only queue readable properties
2133         for notification changes.
2134
2135 Thu Mar 22 13:36:50 2001  Tim Janik  <timj@gtk.org>
2136
2137         * gsignal.c (g_signal_newv): catch G_SIGNAL_RUN_FIRST with a return value.
2138
2139 2001-03-21  Martin Baulig  <baulig@suse.de>
2140
2141         * gboxed.[ch] (g_value_dup_boxed): This takes a `const GValue *'
2142         argument.
2143
2144 2001-03-18  Tor Lillqvist  <tml@iki.fi>
2145
2146         * gobject.def: Correct some renamed functions.
2147
2148 Sat Mar 17 23:18:36 2001  Tim Janik  <timj@gtk.org>
2149
2150         * gobject.c (g_object_get_property): minor bug-fix.
2151
2152         * gbsearcharray.[hc]: provide a macro for static initialization and
2153         functions g_bsearch_array_new() and g_bsearch_array_destroy() for
2154         dynamic allocations.
2155         
2156         * gboxed.c: introduce G_TYPE_GSTRING, boxed type for GString.
2157         
2158         * gclosure.[hc]: naming corrections.
2159
2160 Fri Mar  9 16:42:08 2001  Tim Janik  <timj@gtk.org>
2161
2162         * gvaluetypes.[hc]: moved g_strdup_value_contents() into this file as
2163         a public function (was static in gobject.c before). it's a bit odd
2164         to have that function here, especially since it requires extra includes,
2165         but then it doesn't very well fit somewhere else either.
2166
2167         * gparamspecs.c: added default/max/min checks to param spec creation
2168         functions.
2169
2170 2001-03-10  Tor Lillqvist  <tml@iki.fi>
2171
2172         * gobject.def: Add a couple of missing entries.
2173
2174         * Makefile.am (libgobject_1_3_la_LIBADD): Use only on Win32.
2175
2176 Fri Mar  9 14:57:17 2001  Tim Janik  <timj@gtk.org>
2177
2178         * testgruntime.c: test program. covers run first/last/cleanup signal
2179         handlers, return value accumulator, signal string returns, and
2180         interface types in signal arguments.
2181
2182         * gtype.c (g_type_value_table_peek): for interface types without
2183         value table, try looking up a value table from an instantiatable
2184         prerequisite type (this is safe as an interface may only have
2185         one instantiatable prerequisiste).
2186         (type_check_is_value_type_U): same here.
2187
2188         * gsignal.c (g_signal_newv): assert that return types never have
2189         G_SIGNAL_TYPE_STATIC_SCOPE set.
2190         (g_signal_newc): only create class closure if the class_offset is not
2191         0.
2192
2193 Fri Mar  9 10:14:00 2001  Tim Janik  <timj@gtk.org>
2194
2195         * gparamspecs.c (g_param_spec_object): use g_type_is_a() to check
2196         for object_type being a G_TYPE_OBJECT, not G_TYPE_IS_OBJECT(), since
2197         that wouldn't allow interface types.
2198
2199         * gtype.c (g_type_interface_add_prerequisite): arg, fixed small cnp bug
2200         with bad implications and an off-by-one error.
2201
2202 Thu Mar  8 16:34:22 2001  Owen Taylor  <otaylor@redhat.com>
2203
2204         * gvaluetransform.c: Include <string.h> for memcpy.
2205
2206         * gvaluetransform.c (DEFINE_SPRINTF): Remove unnecessary
2207         and ANSI-illegal ## token pasting.
2208
2209 Thu Mar  8 18:11:52 2001  Tim Janik  <timj@gtk.org>
2210
2211         * gsignal.c: eek, fixed old hook detail storage code.
2212
2213 Thu Mar  8 16:35:48 2001  Tim Janik  <timj@gtk.org>
2214
2215         * gparamspecs.[hc]: s/g_param_spec_string_c/g_param_spec_stringc/.
2216
2217         * gsignal.[hc]: fixed accumulator invocation, implemented emission
2218         hooks. and no, neither of these callbacks are called via a closure,
2219         language bindings can wrap the accumulator and emission hook
2220         interface, they already get parameters marshalled into a GValue array.
2221         (g_signal_connect): removed this function as its C specific, doesn't
2222         cover the swapped argument, is too close to its broken original
2223         gtk_signal_connect() and creates demand for _swapped, _after and
2224         _swapped_after variants <brrr>.
2225         (g_signal_connectc): convenience macro to connect a C handler
2226         func with data, like the old g_signal_connect() plus swapped
2227         argument.
2228
2229         * gtype.h:
2230         * gboxed.c: added G_TYPE_VALUE boxed type.
2231
2232 Wed Mar  7 19:02:51 2001  Tim Janik  <timj@gtk.org>
2233
2234         * gtype.c (type_node_add_iface_entry_W): catch when adding an interface
2235         to an ancestor of a child that already conforms to this interface.
2236         currently we spew a warning here, should we be silent?
2237         (g_type_interface_add_prerequisite): new function to add a prerequisite
2238         type to an interface, that must succeed an instance is_a prerequisite
2239         type check before the interface can be added to an instance. the
2240         prerequisite types are also suuported in is_a checks of the interface.
2241         (g_type_instance_is_a):
2242         (g_type_check_instance_cast):
2243         (g_type_check_instance): cleanups and optimizations.
2244         (g_type_class_is_a):
2245         (g_type_check_class_cast): same, also prevented these from accepting
2246         interface types, as class structures don't nest interfaces.
2247
2248 2001-03-07  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2249
2250         * Makefile.am: Avoid rebuilding everything everytime.
2251
2252 Wed Mar  7 09:36:33 2001  Tim Janik  <timj@gtk.org>
2253
2254         * gboxed.[hc]: changed prototype of g_boxed_type_register_static()
2255         to contain an optional init function and a hint at whether the
2256         boxed structure uses ref counting internally.
2257         added g_value_set_boxed_take_ownership().
2258         made G_TYPE_BOXED an abstract value type.
2259
2260         * genums.[hc]: made G_TYPE_ENUM and G_TYPE_FLAGS abstract value
2261         types.
2262
2263         * glib-genmarshal.c: argument type changes, preparation for third-party
2264         arg specification.
2265
2266         * gobject.[hc]: cleaned up get/set property code.
2267         added g_strdup_value_contents() to improve warnings.
2268
2269         * gparam.[hc]: added g_param_value_convert(), taking over responsibility
2270         of the old g_value_convert(). added G_PARAM_LAX_VALIDATION flag so
2271         validation alterations may be valid a part of the property setting
2272         process.
2273
2274         * gparamspecs.[hc]: made value comparisons stable (for sort applications).
2275         added GParamSpecValueArray, a param spec for value arrays and
2276         GParamSpecClosure. nuked the value exchange functions and
2277         GParamSpecCCallback.
2278
2279         * gtype.[hc]: catch unintialized usages of the type system with
2280         g_return_val_if_uninitialized(). introduced G_TYPE_FLAG_VALUE_ABSTRACT
2281         to flag types that introduce a value table, but can't be used for
2282         g_value_init(). cleaned up reserved type ids.
2283
2284         * gvalue.[hc]: code cleanups and saner checking.
2285         nuked the value exchange API. implemented value transformations, we
2286         can't really "convert" values, rather transforms are an anylogy to
2287         C casts, real conversions need a param spec for validation, which is
2288         why g_param_value_convert() does real conversions now.
2289
2290         * gvaluearray.[hc]: new files that implement a GValueArray, a struct
2291         that can hold inhomogeneous arrays of value (to that extend that it
2292         also allowes undefined values, i.e. G_VALUE_TYPE(value)==0).
2293         this is exposed to the type system as a boxed type.
2294
2295         * gvaluetransform.c: new file implementing most of the former value
2296         exchange functions as single-sided transformations.
2297
2298         * gvaluetypes.[hc]: nuked G_TYPE_CCALLBACK, added
2299         g_value_set_string_take_ownership().
2300
2301         * *.h: s/G_IS_VALUE_/G_VALUE_HOLDS_/.
2302
2303         * *.[hc]: many fixes and cleanups.
2304
2305         * many warning improvements.
2306
2307 Tue Feb 27 18:35:15 2001  Tim Janik  <timj@gtk.org>
2308
2309         * gobject.c (g_object_get_valist): urg, pass G_VALUE_NOCOPY_CONTENTS
2310         into G_VALUE_LCOPY(), this needs proper documenting.
2311
2312         * gparam.c: fixed G_PARAM_USER_MASK.
2313
2314         * gtype.c (type_data_make_W): 
2315         (type_data_last_unref_Wm): fixed invalid memory freeing.
2316
2317         * gobject.c (g_object_last_unref): destroy signal handlers associated
2318         with object, right before finalization.
2319
2320         * gsignal.c (g_signal_parse_name): catch destroyed nodes or signals
2321         that don't actually support details.
2322
2323         * gobject.[hc]: got rid of property trailers. nuked GObject
2324         properties "data" and the "signal" variants.
2325         (g_object_connect): new convenience function to do multiple
2326         signal connections at once.
2327         (g_object_disconnect): likewise, for disconnections.
2328
2329         * gparam.[hc] (g_param_spec_pool_lookup): took out trailer support.
2330
2331         * gvalue.[hc]: marked g_value_fits_pointer() and g_value_peek_pointer()
2332         as private (the latter got renamed from g_value_get_as_pointer()).
2333
2334 2001-02-21  Tor Lillqvist  <tml@iki.fi>
2335
2336         * *.h: Use G_BEGIN_DECLS and G_END_DECLS.
2337
2338         * Makefile.am: Use libglib-1.3.la from top_builddir. Invoke
2339         libtool with -no-undefined for Win32 and Cygwin.
2340
2341 Wed Feb 21 18:31:46 2001  Jonathan Blandford  <jrb@redhat.com>
2342
2343         * gsignal.h (g_signal_connect): Add g_signal_connect define to
2344         make porting from gtk_signal_connect easy.
2345
2346         * gsignal.c (g_signal_emit_valist): Use G_TYPE_FROM_INSTANCE
2347         (instance) instead of node->itype when initting the value.
2348
2349 2001-02-17  Havoc Pennington  <hp@pobox.com>
2350
2351         Applied patch from Soeren Sandmann:
2352         
2353         * gvaluetypes.c (g_value_get_string): G_CONST_RETURN
2354
2355         * gtype.c (g_type_name): G_CONST_RETURN
2356
2357         * gsignal.c (g_signal_name): G_CONST_RETURN
2358
2359         * gobject-query.c (main): const fix
2360
2361 Sat Feb 17 07:58:46 2001  Tim Janik  <timj@gtk.org>
2362
2363         * genums.h (G_TYPE_IS_FLAGS): patch from sven to fixup
2364         G_ENUM_CLASS_TYPE() macro.
2365
2366 Sat Feb 17 04:55:35 2001  Tim Janik  <timj@gtk.org>
2367
2368         * gtype.[hc]: changed collect_format, collect_value() and lcopy_format,
2369         lcopy_value() in the GTypeValueTable. the collect functions are now
2370         called only once per value, collect_format/lcopy_format are strings
2371         that enlist all necessary GTypeCValues to be varargs-collected.
2372
2373         * gvalue.h: ranamed STATIC_TAG to G_VALUE_NOCOPY_CONTENTS to indicate that
2374         a value shouldn't copy its contents.
2375
2376         * gvaluecollector.h: changed G_VALUE_COLLECT() and G_VALUE_LCOPY()
2377         macros to carry an additional argument (flags) that can be used
2378         to pass G_VALUE_NOCOPY_CONTENTS along to the collection functions.
2379
2380         * *.c: adapted collect_value() and lcopy_value() functions to the new
2381         prototypes, support G_VALUE_NOCOPY_CONTENTS where apropriate.
2382
2383         * gsignal.[hc]: introduced a G_SIGNAL_TYPE_STATIC_SCOPE flag that can
2384         be passed along (ORed) with the parameter types, indicating that the
2385         emission arguments are to be considered static for the scope of the
2386         emission. should be used with care and only if the caller knows that
2387         a parameter cannot be destroyed/freed from signal handlers connected
2388         to an emission.
2389
2390 Fri Feb 16 07:10:44 2001  Tim Janik  <timj@gtk.org>
2391
2392         * gclosure.c:
2393         (g_closure_ref):
2394         (g_closure_sink): make closure sinking explicit.
2395
2396         * gsignal.c:
2397         (g_signal_connect_data): 
2398         (g_signal_connect_closure): 
2399         (g_signal_connect_closure_by_id): 
2400         (g_signal_newv): perform explicit closure sinking.
2401
2402 Thu Feb  8 00:31:45 2001  Tim Janik  <timj@gtk.org>
2403
2404         * gtype.h: added G_TYPE_DEBUG_NONE for/from Eric Lemings ;)
2405
2406 2001-02-04  Tor Lillqvist  <tml@iki.fi>
2407
2408         * gobject.def: Remove glib_debug_objects.
2409
2410 Sun Feb  4 07:30:53 2001  Tim Janik  <timj@gtk.org>
2411
2412         * gtype.[hc]: changed g_type_init() to take debugging flags
2413         initially, a combination of G_TYPE_DEBUG_OBJECTS and
2414         G_TYPE_DEBUG_SIGNALS. using the G_TYPE_ prefix is a bit odd
2415         here, but basically g_type_int() serves as initialization
2416         fucntion for all of GType, GObject, GSignal, so what the heck.
2417
2418         * gobject.c: special case debugging code properly.
2419         changed glib_trap_object_ref to g_trap_object_ref.
2420
2421         * gsignal.c: add signal emission debugging abilities, along with
2422         a new trap object g_trap_instance_signals.
2423
2424 2001-02-04  Tor Lillqvist  <tml@iki.fi>
2425
2426         * Makefile.am (progs_LDADD): Change order of libs to libgobject
2427         first, then libglib. Needed for cygwin, says jbdoll@kepri.re.kr.
2428
2429 Wed Jan 31 06:19:49 2001  Tim Janik  <timj@gtk.org>
2430
2431         * gparam.h: gtk-doc sucks for not dealing with #define inside enums.
2432
2433         * gtype.[hc]: added G_TYPE_FLAG_RESERVED_ID_BIT, a bit in the type
2434         number that's supposed to be left untouched (preserved mainly
2435         for the signal code).
2436
2437         * *.c: added thread safety code, based on an old patch from sebastian.
2438         the remaining thread safety issues are now datalists on pspecs (to be
2439         solved im gdataset.c) and gvalue.c where locking concerns value exchange
2440         functionality only, and that's soon to be revised.
2441
2442 2001-01-27  Tor Lillqvist  <tml@iki.fi>
2443
2444         * makefile.msc.in: Don't try to compile gmarshal.c on its own.
2445
2446 2001-01-24    <alexl@redhat.com>
2447
2448         * gclosure.c (g_closure_unref):
2449         Don't leak closure->notifiers.
2450
2451 2001-01-05  Havoc Pennington  <hp@redhat.com>
2452
2453         * gparamspecs.c (g_param_spec_enum): set the value_type in the
2454         param spec; closes bug 40210
2455         (g_param_spec_flags): ditto for flags
2456
2457 2001-01-03  Alexander Larsson  <alexl@redhat.com>
2458
2459         * gobject.c:
2460         Move glib_debug_objects out of the G_ENABLE_DEBUG #ifdef.
2461
2462 Thu Dec 28 11:36:44 2000  Tim Janik  <timj@gtk.org>
2463
2464         * gbsearcharray.c (upper_power2): disable G_BSEARCH_ALIGN_POWER2
2465         fucntionality if DISABLE_MEM_POOLS is defined.
2466
2467         * gtype.c: honour DISABLE_MEM_POOLS.
2468
2469         * gsignal.c (g_signal_init): flag signal key bsearch array with
2470         G_BSEARCH_ALIGN_POWER2 to avoid excessive growth time. honour
2471         DISABLE_MEM_POOLS.
2472
2473         * gparam.h: added G_PARAM_READWRITE alias for (G_PARAM_READABLE |
2474                                                        G_PARAM_WRITABLE).
2475
2476 2000-12-15  Tor Lillqvist  <tml@iki.fi>
2477
2478         * gobject.def: Update.
2479
2480 2000-12-15  Havoc Pennington  <hp@pobox.com>
2481
2482         * gobject.c (g_object_do_class_init): use g_signal_newc
2483
2484         * gsignal.c (g_signal_newc): convenience function for signals
2485         created from C
2486         (g_signal_new_valist): added
2487         (g_signal_new): removed
2488
2489 Fri Dec 15 04:40:23 2000  Tim Janik  <timj@gtk.org>
2490
2491         * gparam.[hc]: add an instance member value_type so the default
2492         value of the pspec class can be overridden.
2493
2494 2000-12-14  Tor Lillqvist  <tml@iki.fi>
2495
2496         * makefile.mingw.in: Update, include parts from Makefile.am to
2497         build gmarshal.[ch]. Some day, we won't need these separate
2498         makefiles for Win32 compilation. I hope.
2499
2500         * makefile.msc.in: Update. No use trying to build gmarshal.[ch]
2501         here, it would require Unixish tools. MSVC users building from CVS
2502         sources are out of luck.
2503         
2504         * gobject.def: Update.
2505
2506 Wed Dec 13 09:31:26 2000  Tim Janik  <timj@gtk.org>
2507
2508         * gparamspecs.[hc]: add G_TYPE_PARAM_BOXED implementation.
2509
2510         * gobject.[hc]: minor fixes.
2511
2512 Tue Dec 12 23:38:02 2000  Tim Janik  <timj@gtk.org>
2513
2514         * Makefile.am: _never_ touch oldest-source-stamp.
2515         
2516         * gobject.[hc]: construct property handling fixes/improvements.
2517         fixed trailer handling in get/set property.
2518         
2519         * gparam.[hc]: implement param spec pool, got rid of param spec
2520         hashtable. the most prominent change is that e deal with type
2521         prefixes here.
2522         
2523 2000-12-12  Elliot Lee  <sopwith@redhat.com>
2524
2525         * Makefile.am:
2526           . You have to 'touch oldest-source-stamp' if you want to avoid having
2527           the Makefile constantly rebuild itself.
2528           . Fix marshaller generation rules to work with srcdir != builddir
2529             (there were issues with trying to run "./glib-genmarshal", etc.)
2530
2531 Mon Dec 11 04:44:11 2000  Tim Janik  <timj@gtk.org>
2532
2533         * gboxed.c: fixed dealing with collection/lcopy of NULL values.
2534         
2535         * gclosure.h: removed insane ramblings, added G_CALLBACK() a casting
2536         convenience macro.
2537         
2538         * Makefile.am: cleanups, marshaller generation rules.
2539         
2540         * gmarshal.[hc]: new files with GRuntime standard marshallers.
2541         
2542         * glib-genmarshal.c: fix log domain, support gruntime standard 
2543         marshallers, suport G_TYPE_PARAM, come with extern "C" and
2544         #include gmarshal.h.
2545         
2546         * glib-genmarshal.1: reflect glib-genmarshal.c updates.
2547         
2548         * gobject.[hc]: implement object constructor. rework parameter
2549         changed notification queueing, we support queue freezes now and
2550         don't dispatch from an idle handler anymore.
2551         parameter->property rename hassle.
2552         implemented ::properties_changed and ::notify::* signals for
2553         property change notification (the later supports property names
2554         as details). added signal connection and named data properties.
2555         (g_signal_connect_object): new function to setup while_alive
2556         connections.
2557         (g_object_class_install_property): sink properties now, since they
2558         are initially floating.
2559         (g_object_steal_data):
2560         (g_object_set_data_full):
2561         (g_object_set_data):
2562         (g_object_get_data): set/get data by using g_datalist_*() functions
2563         directly.
2564         (g_object_queue_param_changed): nuked.
2565         (g_object_freeze_notify): start queueing of property changes (freeze/
2566         thaw calls stack).
2567         (g_object_notify): announce changes of a certain property directly.
2568         (g_object_thaw_notify): process queue of property changes, therefore
2569         emitting GObject::notify::detail with detail being the changed
2570         properties names.
2571         (G_OBJECT_WARN_INVALID_PROPERTY_ID): saner macro variant of former
2572         G_WARN_INVALID_PARAM_ID().
2573         
2574         * gparam.[hc]: param specs are now initially floating and need to be
2575         sunken with g_param_spec_sink(), support G_TYPE_PARAM values.
2576         added G_PARAM_CONSTRUCT and G_PARAM_CONSTRUCT_ONLY parameter flags,
2577         required by GObjectClass.constructor().
2578         
2579         * gparamspecs.[hc]: added GParamSpecParam, GParamSpecPointer and
2580         GParamSpecCCallback, param specs for G_TYPE_PARAM, G_TYPE_POINTER
2581         and G_TYPE_CCALLBACK respectively.
2582         
2583         * gsignal.[hc]: cleanups.
2584         (signal_id_lookup): after walking the anchestry, try interfaces as well.
2585         (g_signal_new): new function to create signals from varargs type list.
2586         (g_signal_connect_closure): closure connection variant that works from
2587         signal name+detail.
2588         (g_signal_connect_data): c handler connection variant that works from
2589         signal name+detail.
2590         (g_signal_emit_valist): emit signal for an instance with paraneters
2591         collected from a va_list.
2592         (g_signal_emit): emit signal, taking parameters from varargs list.
2593         (g_signal_emit_by_name): same as g_signal_emit, working from
2594         signal name+detail.
2595         (signal_emit_R): return whether return_value needs to be altered.
2596         
2597         * gtype.[hc]: set log-domain to GRuntime, i'm slowly getting to all
2598         the points that need to reflect the upcoming rename.
2599         melt g_type_conforms_to() functionality into g_type_is_a(), as that
2600         is what we really want (liskov substitution principle).
2601         assorted changes to other files due to conforms_to->is_a.
2602
2603         * gvalue.[hc]: implemented g_value_set_instance() that sets a value
2604         from an instantiatable type via the value_table's collect_value()
2605         function (based on an idea from James Henstridge <james@daa.com.au>).
2606         cleanups/fixes.
2607         
2608         * gvaluetypes.[hc]: implement G_TYPE_CCALLBACK and G_TYPE_PARAM.
2609
2610 Wed Nov 29 13:30:05 2000  Tim Janik  <timj@gtk.org>
2611
2612         * gsignal.c (handlers_find): fix elliots "logic fix" that dereferences
2613         NULL nodes if C handlers are searched for specific signals.
2614
2615 2000-11-28  Elliot Lee  <sopwith@redhat.com>
2616
2617         * gsignal.c: Fix warnings about possible use of uninitialized
2618         variables, and fix logic that would leave 'node' unset in cases
2619         that it might be used in.
2620
2621         * glib-genmarshal.c: Fix warning about printf format.
2622
2623 2000-11-28  Tor Lillqvist  <tml@iki.fi>
2624
2625         * gboxed.c: Include <string.h> for memset ().
2626
2627 2000-11-22  Tor Lillqvist  <tml@iki.fi>
2628
2629         * gobject.def: Update.
2630
2631 2000-11-20  Havoc Pennington  <hp@redhat.com>
2632
2633         * gobject.c (g_object_get_data)
2634         (g_object_set_data)
2635         (g_object_set_data_full)
2636         (g_object_steal_data): More convenient data-setting functions
2637
2638 Wed Nov 15 20:58:05 2000  Owen Taylor  <otaylor@redhat.com>
2639
2640         * gtypemodule.c (g_type_module_use): If loading the
2641         module fails, don't increment the use count.
2642
2643 Thu Nov  9 01:49:43 2000  Tim Janik  <timj@gtk.org>
2644
2645         * gobject.h (G_WARN_INVALID_PARAM_ID): doh,
2646         s/BSE_OBJECT_TYPE_NAME/G_OBJECT_TYPE_NAME/; reported by Maas-Maarten
2647         Zeeman <maas@wanadoo.nl>.
2648
2649 Mon Nov 13 00:48:39 2000  Owen Taylor  <otaylor@redhat.com>
2650
2651         * Makefile.am (EXTRA_DIST): Add glib-genmarshal.1
2652
2653 2000-11-11  Tor Lillqvist  <tml@iki.fi>
2654
2655         * gtypemodule.c: Include stdlib.h for exit().
2656
2657         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypemodule.
2658
2659         * gobject.def: Add missing functions.
2660
2661 Sun Nov  5 13:21:28 2000  Owen Taylor  <otaylor@redhat.com>
2662
2663         * Makefile.am gtypemodule.[ch]: New basic implementation of
2664         GTypePlugin interface as a GObject. Dynamically loaded modules can
2665         register any number of types and interface on the module.
2666
2667 Sun Nov  5 10:25:40 2000  Owen Taylor  <otaylor@redhat.com>
2668
2669         * gsignal.c (handlers_find): When appending handlers and
2670         not matching on signal_id, use hlist->signal_id instead of 
2671         signal_id. Having the correct signal_id when unreffing
2672         the handlers makes things work a lot better.
2673
2674 2000-11-05  Tor Lillqvist  <tml@iki.fi>
2675
2676         * makefile.{mingw,msc}.in (gobject_OBJECTS): Add gtypeplugin.
2677
2678         * gobject.def: Update.
2679
2680 Sun Nov  5 05:22:55 2000  Tim Janik  <timj@gtk.org>
2681
2682         * gsignal.c:
2683         fixed a bag full of subtle bugs of immensive screw-up potential in
2684         handlers_find(), luckily no one found out about them yet ;)
2685         fixed signal_handlers_foreach_matched_R() so it operates on an
2686         initial handler list snapshot provided by handlers_find() to work
2687         around general reentrancy problems and to avoid multiple callback()
2688         invocations on the same handlers.
2689         this code is now officially 80% bug free (10% remaining for interface
2690         types, and 10% remaining for destroyed signals ;)
2691         
2692 Sat Nov  4 02:01:33 2000  Tim Janik  <timj@gtk.org>
2693
2694         * gsignal.c (_g_signals_destroy): valid signal nodes start out at 1.
2695
2696         * gtypeplugin.[hc]: new files holding a GTypePlugin interface
2697         implementation that provides the API required by GType to deal with
2698         dynamically loadable types.
2699
2700         * gtype.[hc]: displace any GTypePlugin business to gtypeplugin.h.
2701
2702 Fri Nov  3 07:35:00 2000  Tim Janik  <timj@gtk.org>
2703
2704         * gsignal.[hc]: prefix internal functions with '_'. renamed
2705         g_signal_connect_closure() to g_signal_connect_closure_by_id().
2706         added g_signal_parse_name() to retrive signal_id and detail quark
2707         from a signal name (internal).
2708
2709 Wed Nov  1 03:36:54 2000  Tim Janik  <timj@gtk.org>
2710
2711         * gobject.c (g_object_base_class_finalize): destroy all signals that
2712         the finalized obejct type introduced.
2713
2714         * gsignal.c (g_signals_destroy): don't require itype to have
2715         signals.
2716
2717         * gobject.c (g_object_do_finalize): make sure all signal handlers
2718         are destroyed.
2719
2720         * gsignal.[hc]:
2721         (g_signal_handler_find): only match on non-0 masks.
2722         (g_signal_handlers_block_matched):
2723         (g_signal_handlers_unblock_matched):
2724         (g_signal_handlers_disconnect_matched): new functions to block/unblock
2725         or disconnect handlers in groups.
2726
2727 2000-10-30  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2728
2729         * gvalue.c (exchange_entries_equal), gparam.c (param_spec_equals):
2730         made both functions return gboolean just for the little extra
2731         standard conformance now that GEqualFunc is introduced.
2732
2733 Mon Oct 30 05:52:45 2000  Tim Janik  <timj@gtk.org>
2734
2735         * gsignal.c (g_signal_list_ids): get rid of inline documentation owen
2736         added, the doc system would ignore it anyways (for some reason not
2737         aparent to me).
2738
2739 Mon Oct 30 03:00:07 2000  Tim Janik  <timj@gtk.org>
2740
2741         * gsignal.[hc] (g_signal_list_ids): renamed owen's g_type_signals(),
2742         added required mutex locks.
2743
2744 Sun Oct 29 02:31:03 2000  Owen Taylor  <otaylor@redhat.com>
2745
2746         * gsignal.c (g_type_signals): Fix problem where signals
2747         with "_" in them appeared twice in the result array.
2748
2749 Sun Oct 29 01:58:44 2000  Owen Taylor  <otaylor@redhat.com>
2750
2751         * gsignal.h: Add g_type_signals() - a function to list
2752         all signals for a given type.
2753
2754 Sat Oct 28 00:28:09 2000  Tim Janik  <timj@gtk.org>
2755
2756         * gclosure.c (g_closure_add_marshal_guards): fixed notifier position
2757         for post_marshal guard which was off at 0.
2758
2759 Fri Oct 27 21:49:31 2000  Tim Janik  <timj@gtk.org>
2760
2761         * gobject.[hc]: doh, fix argument order in for
2762         g_cclosure_new_object_swap and g_cclosure_new_object.
2763
2764 2000-10-28  Tor Lillqvist  <tml@iki.fi>
2765
2766         * makefile.{mingw,msc}.in: Make glib-genmarshal.exe.
2767
2768         * glib-genmarshal.c: Conditionalise include of unistd.h.
2769         Include <io.h> on Win32.
2770
2771         * gobject.def: Add some missing entry points.
2772
2773 Fri Oct 27 16:33:41 2000  Tim Janik  <timj@gtk.org>
2774
2775         * gsignal.[hc]: publically define GSignalInvocationHint structure
2776         that gets passed in to closure invocations. added signal details.
2777         renamed GSignalType to GSignalFlags to comply with conventions.
2778         quite some cleanups and minor fixes. avoid uneccessary handler list
2779         walks upon invocation of after handlers. relookup handler list for
2780         restarted emissions. preliminary abort normal handler invocation if
2781         after handler is encountered.
2782
2783         * glib-genmarshal.c:
2784         * gclosure.[hc]: moved invocation_hint to the end of the
2785         g_closure_invoke() arguments as sugegsted by kenelson.
2786         also made it a gpointer to be more generic. the invocation_hint
2787         is a caller specific thing that can be used to pass additional
2788         data in to closure invocations as documented with the caller
2789         invoking the closure.
2790
2791 Fri Oct 27 05:35:14 2000  Tim Janik  <timj@gtk.org>
2792
2793         * gobject.c (g_object_watch_closure): fixed realloc bug, reported
2794         by havoc.
2795
2796         * gsignal.c (g_signal_newv): fixed deadlock scenarion where
2797         g_signal_lookup() would be called with the signal lock being
2798         held. reported by james henstridge.
2799
2800         * gclosure.c (g_closure_set_meta_marshal): fixed memcpy/overwrite bug
2801         reported by owen.
2802
2803 2000-10-26  Tor Lillqvist  <tml@iki.fi>
2804
2805         * gbsearcharray.c (bsearch_array_insert): Fix gccisms (pointer
2806         arithmetic on void pointer, label without statement following.
2807
2808         * gtype.c (type_node_fundamental_info): Don't apply unary minus to
2809         result of sizeof operator, it can be unsigned. Cast first to
2810         gssize.
2811
2812         * gobject.def: Add new functions.
2813
2814         * makefile.{mingw,msc}.in: Add new objects.
2815
2816 2000-10-26  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2817
2818         * Makefile.am: Remove empty SUBDIRS line _again_, as that _still_
2819         prevents 'make dist' from working.
2820
2821 Wed Oct 25 19:11:03 2000  Owen Taylor  <otaylor@redhat.com>
2822
2823         * gbsearcharray.h (g_bsearch_array_get_nth): Don't use implicit
2824         casts from void * since this will get included from C++ too
2825         at times.
2826         
2827 Thu Oct 26 00:30:27 2000  Tim Janik  <timj@gtk.org>
2828
2829         * gvaluetypes.[hc]: added g_value_set_static_string().
2830
2831         * gboxed.[hc]: const corrections. added g_value_set_static_boxed().
2832
2833 Wed Oct 25 20:27:02 2000  Tim Janik  <timj@gtk.org>
2834
2835         * gtype.c (g_type_free_instance): for the moment, freeing object
2836         structures will fill their memory portion with 0xAA. there's a
2837         FIXME there, remove this line at a later point.
2838
2839 Tue Oct 24 23:10:26 2000  Tim Janik  <timj@gtk.org>
2840
2841         * glib-genmarshal.1:
2842         * glib-genmarshal.c: added publically installed marshaller generator.
2843
2844         * gtype.h: added G_TYPE_INSTANCE_GET_INTERFACE() to retrive a certain
2845         interface VTable from instances.
2846
2847 Mon Oct 23 08:28:15 2000  Tim Janik  <timj@gtk.org>
2848
2849         * gobject.[hc]: new functions for closure maintenance:
2850         (g_object_watch_closure): maintain validity of the object and
2851         the closure for objects that are used as data part of a closure.
2852         (g_cclosure_new_object): convenience function to create C closures
2853         that have an object as data argument.
2854         (g_closure_new_object): convenience function to create closures
2855         that have an object as data argument.
2856
2857         * gclosure.[hc]: implementation of GClosure mechanism.
2858         a closure is basically an encapsulation of a callback function
2859         and its environment. ideally, most places supporting callback
2860         functions will simply take a GClosure* pointer and thus unify
2861         callback environments wrg destroy notification etc.
2862         GClosure provides destroy notifiers for arbitrary data pointers,
2863         reference counting, invalidation notification (it can be invalidated
2864         which is merely a deactivate state) and a marshallinbg abstraction.
2865         GCClosure is also provided in these files, they present a specialized
2866         GClosure implementation for C language callbacks.
2867
2868         * genum.c: macro cleanups.
2869         
2870         * gboxed.[hc]: new files, for boxed type abstraction.
2871         (g_boxed_copy): copy a boxed structure
2872         (g_boxed_free): free a boxed structure
2873         (g_value_set_boxed):
2874         (g_value_get_boxed): standard GValue functions for boxed types
2875         (g_boxed_type_register_static): convenience function for easy
2876         introduction of new G_TYPE_BOXED derivatives.
2877
2878         * gparam.[hc]: introduced g_param_type_register_static(), a short hand
2879         for creation of new GParamSpec derived types.
2880
2881         * gtype.[hc]: many fixes, introduced ability to flag individual
2882         type nodes as ABSTRACT upon registration, added value_peek_pointer()
2883         to the value table to peek at GValue contents as a pointer for types
2884         that support this. fixed up GValue checks.
2885
2886         * gvalue.[hc]: added g_value_fits_pointer() and g_value_get_as_pointer()
2887         to peek at the value contents as pointer.
2888
2889         * *.[hc]: adaptions to type macro fixes and changes in the type
2890         registration API.
2891
2892         * many const corrections over the place.
2893
2894 Sat Oct 21 02:49:56 2000  Tim Janik  <timj@gtk.org>
2895
2896         * gtype.c (g_type_conforms_to): this function basically behaves like
2897         and is_a check, except that it _additionally_ features interfaces
2898         for instantiatable types. enforce this in the second branch as well
2899         (`type' conforms_to `type') even if `type' is not an interface type.
2900
2901 Fri Oct 20 15:31:04 2000  Tim Janik  <timj@gtk.org>
2902
2903         * gvaluetypes.[hc]: added G_TYPE_POINTER implementation from jrb.
2904
2905         * gtype.[hc]:
2906         * gobject.c:
2907         * gvaluetypes.c: added GTypeValueTable.value_peek_pointer and
2908         suitable implementations of this for G_TYPE_STRING, G_TYPE_OBJECT
2909         and G_TYPE_POINTER.
2910
2911 Mon Aug 21 04:13:37 2000  Tim Janik  <timj@gtk.org>
2912
2913         * gbsearcharray.[hc]: long standing needed generic implementation
2914         of a binary searchable, sorted and dynamically sized array.
2915
2916 2000-10-15  Raja R Harinath  <harinath@cs.umn.edu>
2917
2918         * Makefile.am (BUILT_EXTRA_DIST): New variable.
2919         (dist-hook): Handle $(BUILT_EXTRA_DIST).
2920         (*): Remove traces of @STRIP_{BEGIN,END}@.
2921         
2922 2000-09-29  Martin Baulig  <baulig@suse.de>
2923         
2924         Several minor ANSI C fixes.
2925
2926         Added missing casts:
2927         * gtype.c (type_class_init): 
2928         `(gpointer) bnode->data->class.class_init_base'
2929         in call to g_slist_prepend() and
2930         'GBaseInitFunc class_init_base = (GBaseInitFunc) slist->data'.
2931
2932         * gobject.c: Put text following #endif into comments.
2933
2934 2000-09-25  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2935
2936         * Makefile.am: Remove empty SUBDIRS line, as that prevents make
2937         dist from working.
2938
2939 Sat Sep  9 20:04:13 2000  Owen Taylor  <otaylor@redhat.com>
2940
2941         * gobject.c (g_object_last_unref): Move call to
2942         g_type_free_instance() here from g_object_do_finalize,
2943         since g_type_free_instance() can unload the object's
2944         implementation.
2945
2946 2000-07-27  Tor Lillqvist  <tml@iki.fi>
2947
2948         * gobject.c: No, don't mark glib_debug_objects for export here,
2949         it's handled specially in gtktypeutils.c.
2950
2951         * gobject.def: Export g_type_fundamental_last (the function).
2952
2953 2000-07-26  Tor Lillqvist  <tml@iki.fi>
2954
2955         * gobject.def
2956         * gobject.c: Mark glib_debug_objects for export/import as it is
2957         used by GTK+.
2958
2959 Sun Jul 23 17:23:35 2000  Tim Janik  <timj@gtk.org>
2960
2961         * gtype.[hc]: make g_type_fundamental_last() a function, avoiding all
2962         that extern variable clutter and avoiding further problems with thread
2963         safety.
2964
2965 2000-07-19  Tor Lillqvist  <tml@iki.fi>
2966
2967         * gparam.h
2968         * gvalue.h
2969         * gparam.c
2970         * gtype.c: Shut up Sun's picky compiler.
2971
2972 2000-07-14  Tor Lillqvist  <tml@iki.fi>
2973
2974         * gobject.def: Add g_type_get_plugin.
2975
2976 Thu Jul 13 02:07:54 2000  Tim Janik  <timj@gtk.org>
2977
2978         * gparam.c (g_param_value_defaults): default initialize the temporary
2979         default value, instead of nuking the caller's value contents.
2980
2981 2000-07-11  Raja R Harinath  <harinath@cs.umn.edu>
2982
2983         * gtype.c (g_type_get_plugin): Don't return just 0 or 1.
2984
2985 Tue Jul 11 02:48:13 2000  Tim Janik  <timj@gtk.org>
2986
2987         * gtype.[hc]: removed g_type_is_dynamic() and added g_type_get_plugin().
2988
2989 2000-07-10  Tor Lillqvist  <tml@iki.fi>
2990
2991         * gobject-query.c: Include ../config.h for HAVE_UNISTD_H. Use it
2992         to guard inclusion of <unistd.h>.
2993
2994         * gtype.h: Fix copy-paste errors in the ifdefs on how to declare a
2995         variable for export. Call the macro GOBJECT_VAR.
2996
2997         * gtype.c: Declare _g_type_fundamental_last for export here, too.
2998         (type_node_any_new): Use only constant expressions for sizeof
2999         operator (for instance MSVC requires this).
3000
3001         * makefile.mingw.in: Define GOBJECT_COMPILATION.
3002
3003 Sun Jul  9 21:21:46 2000  Owen Taylor  <otaylor@redhat.com>
3004
3005         * genums.c: Move string.h include into the .c file
3006         instead of where it was in the .h file by mistake.
3007
3008 Thu Jul  6 15:30:27 2000  Owen Taylor  <otaylor@redhat.com>
3009
3010         * Makefile.am (EXTRA_DIST): dist fixes.
3011
3012         * gobject.c: Add a global variable glib_debug_objects
3013         (not in header file) to control object tracing.
3014
3015 2000-07-01  Tor Lillqvist  <tml@iki.fi>
3016
3017         * gobject.def: Update added and renamed entry points.
3018
3019         * makefile.mingw.in: Add gvaluetypes.o.
3020
3021 Thu Jun 29 16:02:07 2000  Owen Taylor  <otaylor@redhat.com>
3022
3023         * gobject.c:include string.h for memset
3024         * genums.h: include string.h for strcpy
3025         * gvalue.c: include string.h for memset, memcpy.
3026
3027 Sat Jun 24 23:03:04 2000  Tim Janik  <timj@gtk.org>
3028
3029         * gtype.[hc]: provide G_TYPE_CHAR, G_TYPE_UCHAR, G_TYPE_BOOLEAN,
3030         G_TYPE_INT, G_TYPE_UINT, G_TYPE_LONG, G_TYPE_ULONG, G_TYPE_FLOAT,
3031         G_TYPE_DOUBLE and G_TYPE_STRING fundamental types.
3032         added a GTypeValueTable* pointer to GTypeInfo structure for types
3033         to implement GValue handling functions.
3034         GTypeValueTable contains the following members:
3035           value_init(): initialize a GValue structure.
3036           value_free(): free GValue structure contents (optional).
3037           value_copy(): copy one GValue contents to another GValue structure of
3038           collect_type: varargs collection type for the first variable argument
3039           to be collected by collect_value().
3040           collect_value(): variable arguments collection function (optional).
3041           lcopy_type: varargs collection type for the first variable argument
3042           to be location copyied by lcopy_value().
3043           lcopy_value(): variable arguments location copy function (optional).
3044         g_type_value_table_peek(): new function to retrive the GTypeValueTable*
3045         for a type node. ValueTables get inherited from parent types, unless
3046         overridden through the GTypeInfo structure. internally, GTypeValueTable
3047         support means an added overhead of one pointer per static or used
3048         dynamic type node.
3049         g_type_add_class_cache_func(): provide a cache_func/data pair to be
3050         called  prior to a type nodes last_unref() function, this can be used
3051         to prevent premature class destruction. multiple installed cache_func()
3052         will be chained upon last_unref() untill one of them returns TRUE.
3053         the cache_func()s have to check the class id passed in to figure whether
3054         they actually want to cache the class of this type (since all classes
3055         are routed through the cache_func() chain).
3056         g_type_remove_class_cache_func(): remove a previously installed
3057         cache_func/data pair. the cache maintained by this function has to be
3058         clear when calling g_type_remove_class_cache_func() to avoid leaks.
3059         g_type_class_unref_uncached(): class unref function for cache_func()
3060         implementations, unreferences a class omitting the cache chain (and
3061         therefore unref->cache->unref->... loops).
3062
3063         * gvaluetypes.[hc]: provide the value setters/getters for the primitive
3064         fundamental types boolean, char, uchar, int, uint, long, ulong, float,
3065         double and string.
3066
3067         * gvalue.[hc]: provide G_TYPE_IS_VALUE() in terms of whether a
3068         GTypeValueTable is provided for this type.
3069         removed g_value_init_default(), g_value_validate(), g_value_defaults(),
3070         g_value_set_default() and g_values_cmp() as these are supplied by the
3071         GParamSpec API now.
3072         moved g_values_exchange() into the "implementation details" section,
3073         since it just provides the underlying functionality for
3074         g_value_convert().
3075
3076         * gvaluecollector.h: renamed the varargs value container from
3077         GParamCValue to GTypeCValue as the value collection methods are
3078         supplied by the type system now.
3079         G_PARAM_COLLECT_VALUE() and G_PARAM_LCOPY_VALUE() got renamed to
3080         G_VALUE_COLLECT() and G_VALUE_LCOPY() and operate without a
3081         GParamSpec structure now.
3082
3083         * genums.h: macros cleanups/fixes.
3084
3085         * genum.c: provide G_TYPE_ENUM and G_TYPE_FLAGS type
3086         and assorted g_value_{s|g}et_{enum|flags}() implementations.
3087
3088         * gobject.[hc]:
3089         provide G_IS_VALUE_OBJECT(), G_TYPE_OBJECT ValueTable methods
3090         and g_value_{s|g}et_object().
3091
3092         * gparam.[hc]: reduced class to value_set_default(),
3093         value_validate() and values_cmp(). also parameters now need to fill
3094         in a GType value_type; field to indicate the GValue type they
3095         are handling. provide g_param_value_set_default(),
3096         g_param_value_defaults(), g_param_value_validate() and
3097         g_param_values_cmp().
3098
3099         * gparamspecs.[hc]: got rid of the g_value_* functions and
3100         the G_IS_VALUE_* macros. adapted param spec implementations
3101         according to the GParamSpecClass changes.
3102
3103 Sat Jun 10 08:38:27 2000  Tim Janik  <timj@gtk.org>
3104
3105         * gtype.c (type_class_init): fetch the nth iface entry of the
3106         type node in the nth loop iteration, not alwys the first.
3107         bug discovered by Walt Pohl <cher@suitware.com>.
3108         (type_data_finalize_class_ifaces): same here, cut and paste
3109         rulez.
3110
3111 Wed Jun  7 09:21:05 2000  Owen Taylor  <otaylor@redhat.com>
3112
3113         * Makefile.am (INCLUDES): Add top_builddir so glibconfig.h
3114         is found properly when build srcdir != builddir. (Patch from
3115         Eric Lemings)
3116
3117 2000-05-13  Tor Lillqvist  <tml@iki.fi>
3118
3119         * makefile.mingw.in
3120         * gobject.def
3121         * gobject.rc.in: New files, for Win32 (mingw) build.
3122
3123         * Makefile.am: Add to EXTRA_DIST. Add rules to produce the
3124         corresponding non-*.in files.
3125
3126         * gtype.h: (Win32:) Mark _g_type_fundamental_last for
3127         export/import from DLL.
3128
3129 Fri May  5 01:15:48 2000  Tim Janik  <timj@gtk.org>
3130
3131         * gtype.h: add reserved fundamental ids for gtk types (for transition
3132         time). added G_TYPE_FUNDAMENTAL_MAX for gtk.
3133
3134 Mon Apr 17 20:45:50 2000  Tim Janik  <timj@gtk.org>
3135
3136         * glib-gobject.c (g_object_base_class_finalize): oops, don't unset
3137         n_params prior to destructing them.
3138
3139 Tue Apr 11 04:28:10 2000  Tim Janik  <timj@gtk.org>
3140
3141         * fixed a couple of bugs in the initial parameter/object
3142         implementations, after getting beast running on GObject and GValue.
3143
3144 Fri Apr  7 04:27:49 2000  Tim Janik  <timj@gtk.org>
3145
3146         * glib-gobject.[hc]: completed parameter set/get implementations,
3147         along with asyncronous parameter changed notification queue.
3148
3149 Sun Apr  2 04:54:36 2000  Tim Janik  <timj@gtk.org>
3150
3151         * glib-gobject.[hc]: GObject implementation, that is facilities
3152         for setting/getting quarked data and reference counting.
3153
3154         * glib-gparamspecs.[hc]: first actuall parameter implementations
3155         for GLib, so far we have: char, uchar, bool, int, uint, long,
3156         ulong, enum, flags, float, double, string and object. each of these
3157         GParamSpecs is a new instantiatable type in its own respect,
3158         so the .c file derives 13 new types from G_TYPE_PARAM and
3159         defines over 50 (*2) conversion facilities.
3160
3161         * glib-gvaluecollector.h: generic varargs handling stubs for
3162         GParamSpecs, private header file (does get installed for
3163         inclusion into user code though).
3164
3165         * glib-gvalue.[hc]: GValue functionality implementation.
3166
3167         * glib-gparam.[hc]: basis GParamSpec implementation for
3168         the virtual base type G_TYPE_PARAM.
3169
3170         * glib-genums.[hc]: enum/flags type implementation, based on
3171         bseenum.[hc].
3172
3173         * glib-gtype.[hc]: GLib Type System implementation, heavily
3174         based on BSE's dynamic type system.