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