]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.0.3
[gob-dx.git] / ChangeLog
index df70ddad3b8a37820a2f30d54b1a2b17f84ef6f3..fe91ea3e4a23e56aec0736a8c53088465ded9f92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+Thu Jul 06 02:32:29 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.3
+
+Wed Jul 05 19:37:20 2000  George Lebl <jirka@5z.com>
+
+       * src/{main.c,parse.y}: couple of cleanups, and fixup the gtk 1.3
+         support
+
+Wed Jul 05 18:57:13 2000  George Lebl <jirka@5z.com>
+
+       * src/{checks.c, main.c, parse.y, test.gob}:  Apply and fix up patch
+         from Bas van der Linden <linden@win.tue.nl> 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 <jirka@5z.com>
+
+       * Release 1.0.2
+
 Fri Jun 30 13:11:05 2000  George Lebl <jirka@5z.com>
 
        * doc/gob.1.in: add doc for --always-private-struct