]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.12
[gob-dx.git] / ChangeLog
index 2845d350e079007f1ff2380d012c4bf90e1537a9..13fa1c64780d418cfd3a1bb7a6ff43fa584825f2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+Fri Jul 22 13:10:20 2005  George Lebl <jirka@5z.com>
+
+       * Release 2.0.12
+
+       * doc/gob2.1.in: slight update
+
+Fri Jul 22 12:56:26 2005  George Lebl <jirka@5z.com>
+
+       * src/main.c: Apply patch from "Big Thor" <lirico@web.de> to
+         not use TYPE_SELF for the privates code
+
+Fri Jul 22 12:48:27 2005  George Lebl <jirka@5z.com>
+
+       * Apply patch from Nicolas Bruguier <gandalfn@club-internet.fr>
+         but changed the syntax slightly, fixed some minor glitches and
+         added documentation.
+
+       * src/check.[ch], src/lexer.l, src/main.[ch], src/parse.y, 
+         src/treefuncs.[ch],src/treefuncs.def: Add liglade support
+
+Fri Jul 22 11:41:20 2005  George Lebl <jirka@5z.com>
+
+       * src/lexer.l: allow parsing properties with no param spec, patch
+         from Jean-Yves Lefort <jylefort@brutele.be>
+
+Wed Jul 06 16:35:14 2005  George Lebl <jirka@5z.com>
+
+       * src/main.c: Apply patch from Jean-Yves Lefort <jylefort@brutele.be>
+         to fixup parameters: (remove MASK, CHILD_ARG and add LAX_VALIDATION
+         and PRIVATE, and allow user created parameters).
+
+Thu Dec 23 14:35:12 2004  George Lebl <jirka@5z.com>
+
+       * src/main.[ch], src/lexer.l:  Add support for prealloc and add
+         support for bitfields.  Patch from "K. Haley"
+         <haleykd@users.sourceforge.net>
+
 Tue Oct 26 16:30:44 2004  George Lebl <jirka@5z.com>
 
        * Release 2.0.11
@@ -136,7 +173,7 @@ Thu Feb 19 11:17:45 2004  George Lebl <jirka@5z.com>
          by tweaking the includes and removing the -W options from AM_CFLAGS
          as those are supported only by gcc
 
-2003-02-08  Tomasz K³oczko <kloczek@pld.org.pl>
+2003-02-08  Tomasz K³oczko <kloczek@pld.org.pl>
 
        * gob2.m4: Trivial fix: added missing [] quotation macro name
          defined in AC_DEFUN() (neccessary for aclocal from automake 1.8.x