]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.6
[gob-dx.git] / ChangeLog
index ad0fe5fa6787e5755b6f51d647fdf0ff70c699e7..67edcbd5d66788dfd594099b936cf326f0ad24c0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+Tue May 20 10:18:10 2003  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am: fix some warnings related to newer automake
+
+Thu May 15 09:53:25 2003  George Lebl <jirka@5z.com>
+
+       * src/lexer.l: new flex is on drugs and it broke syntax (or
+         well the generated code defines) so this will actually make things
+         work with newer flex and still work with old flex (tested both
+         2.5.4a and 2.5.31).
+
+Fri Feb 28 11:45:21 2003  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in: minor update
+
+Thu Jan 16 12:45:33 2003  George Lebl <jirka@5z.com>
+
+       * Release 2.0.5
+
+Thu Jan 16 11:52:36 2003  George Lebl <jirka@5z.com>
+
+       * src/main.c: fix leak on signal emission
+
+Fri Dec 13 10:23:16 2002  George Lebl <jirka@5z.com>
+
+       * Release 2.0.4
+
+Thu Dec 12 09:35:46 2002  George Lebl <jirka@5z.com>
+
+       * src/main.c: use G_UNLIKELY/G_LIKELY if available in the get_type
+         methods and in the signal argument size checking
+
+Thu Dec 05 10:32:09 2002  George Lebl <jirka@5z.com>
+
+       * src/lexer.l, src/main.c: fix a couple of gtkdoc issues,
+         first add \n after _get_type and second support tabs
+         after the leading * in gtkdoc comments
+
+2002-11-27  Jody Goldberg <jody@gnome.org>
+
+       * Release 2.1.3.1
+
+2002-11-01  Jody Goldberg <jody@gnome.org>
+
+       * src/parse.y (ensure_property) : patch obvious borkage in using item3
+         in a production with 2 items.
+
+Fri Nov 01 14:41:52 2002  George Lebl <jirka@5z.com>
+
+       * src/lexer.l, src/util.c: when in cpp mode don't eat ::
+
+Mon Oct 14 16:16:38 2002  George Lebl <jirka@5z.com>
+
+       * src/parse.y: Fix segfault reported by Gerhard Dieringer
+         <Gerhard.Dieringer@nexgo.de>
+
+       * src/main.c, src/util.c: Fix g_value_set/get for the unichar
+         case (glib doesn't have this, so use uint, this is so braindead).
+         Also add support for UNICHAR in places and add support for
+         UINT64 and INT64
+
+Wed Sep 11 11:20:38 2002  George Lebl <jirka@5z.com>
+
+       * src/main.c: remove G_GNUC_CONST from the get_type, that seems to be
+         wrong and causes gcc3.2 to whack out and all that.
+
 Tue Aug 20 11:01:52 2002  George Lebl <jirka@5z.com>
 
        * Release 2.0.2