]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.0.7
[gob-dx.git] / ChangeLog
index df70ddad3b8a37820a2f30d54b1a2b17f84ef6f3..b4190e26c4d9c3dc62aaa5a1e1043ac873d78cbe 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,131 @@
+Sun Feb 25 17:17:46 2001  George Lebl <jirka@5z.com>
+
+       * Release 1.0.7
+
+Sun Feb 25 16:57:45 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/checks.c: to make doing BonoboXObjects possible
+         allow overriding the _get_type function.
+
+       * doc/gob.1.in: document the above
+
+Sun Feb 11 16:33:07 2001  George Lebl <jirka@5z.com>
+
+       * Release 1.0.6
+
+Sat Feb 10 18:42:59 2001  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am: fix the build
+
+2001-02-08  Maciej Stachowiak  <mjs@eazel.com>
+
+       * src/Makefile.am: Remove BUILT_SOURCES stuff; Automake knows how
+       to handle .l and .y files directly, and including the .c files as
+       well was making it fail to link as it would try to link in lexer.o
+       and parse.o twice.
+
+Thu Feb 08 02:43:22 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c:  add signal connection typesafety macros
+
+       * src/test.gob, doc/gob.1.in: new stuff foo
+
+       * configure.in: raise version
+
+Thu Feb 08 01:42:52 2001  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am: rule for parse.h includes parse.c, and
+         SOURCES include BUILT_SOURCES
+
+Tue Dec 26 11:03:44 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: Remove ## from the varargs macro stuff, as it's not
+         needed and causes trouble for newer gcc's (like in rh7)
+
+Sun Sep 10 18:04:07 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.5
+
+Fri Sep 01 03:45:30 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: add G_GNUC_CONST to the _get_type function
+
+Wed Aug 23 15:05:40 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: when a method has no arguments make an argumentless
+         macro for the shortform to avoid a parse error
+
+       * src/test.gob: add a test for the above
+
+Sun Aug  6 22:21:38 2000  Eskil Heyn Olsen <eskil@eazel.com>
+       
+       * gob.m4 now defaults to WARN instead of ERROR on missing
+       gob.
+
+Tue Jul 25 16:54:34 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.4
+
+       * configure.in: raise version to 1.0.4
+
+       * src/main.c: fixup the -anal macro patch.
+
+       * src/util.[ch], src/main.c: constize (not in 1.0.4)
+
+       * src/main.c: the short form pointers unified for both gnu and non-gnu
+         (not in 1.0.4)
+
+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