X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/486240dc4c5d57b0afaddba60d87fe375112bed5..c9914e54f16c3315d47040f4cca2d3788228c504:/ChangeLog diff --git a/ChangeLog b/ChangeLog index df70dda..fe91ea3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +Thu Jul 06 02:32:29 2000 George Lebl + + * Release 1.0.3 + +Wed Jul 05 19:37:20 2000 George Lebl + + * src/{main.c,parse.y}: couple of cleanups, and fixup the gtk 1.3 + support + +Wed Jul 05 18:57:13 2000 George Lebl + + * src/{checks.c, main.c, parse.y, test.gob}: Apply and fix up patch + from Bas van der Linden that adds the ability + to use const on the "self" argument as well. Also adds a CONST + casting macro to use. + + * src/main.c: Fix a memory leak when destroy wasn't overriden and + destructors were added, it now properly calls the parent handler. + Same with finalize. + + * src/main.c: Spit out some macro magic foo to hopefully make it + possible to compile objects with GTK+ 1.3/2.0 + + * doc/gob.1.in, examples/*.gob: We should never do + GTK_OBJECT(GET_NEW) as that's a memory leak due to some weird + GTK_OBJECT() semantics + +Fri Jun 30 14:08:53 2000 George Lebl + + * Release 1.0.2 + Fri Jun 30 13:11:05 2000 George Lebl * doc/gob.1.in: add doc for --always-private-struct