]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.0.4
[gob-dx.git] / ChangeLog
index df70ddad3b8a37820a2f30d54b1a2b17f84ef6f3..7ebb14af3cf1363fc08ee1b82aa0d1e30a111ac9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+Sun Jul 23 18:51:45 2000  George Lebl <jirka@5z.com>
+
+       * src/util.[ch], src/main.c, src/checks.c, src/lexer.l, src/parse.y:
+         make new cleaner error print routines including a printfstyle one.
+         Use the get_real_id on all method ids even for overrides.  When a
+         signal is added there is also a sizeof check for the signature vs.
+         argument list with a g_error if it fails.  Fix %at{ %} to not
+         appear twice in all files.
+
+       * src/main.c: Apply patch from Arturo Tena to make things compile
+         nicely with gcc's -ansi -pedantic
+
+       * src/out.[ch]: constize correctly and use G_GNUC_PRINTF macro for
+         warnings.
+
+Fri Jul 21 15:38:10 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: store the private structure pointer so that we
+         don't look inside the freed object structureafter finalize
+
+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