]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.17
[gob-dx.git] / ChangeLog
index 2845d350e079007f1ff2380d012c4bf90e1537a9..154a4d7e0d8c1025d7d6d9b2e9817d739110a7b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,171 @@
+Fri Apr 02 14:57:20 2010  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c: Mention WFP in the help message
+
+       * Release 2.0.17
+
+Mon Mar 29 22:24:29 2010  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/lexer.l: deal with \r in the input files
+
+       * src/parse.y: Fix segfaults when defining
+         constructor/finalize/dispose using the new interface from
+         last version.  Should fix debian bug #574542
+
+       * src/main.c: Use -G_MAXDOUBLE instead of G_MINDOUBLE and -G_MAXFLOAT
+         instead of G_MINFLOAT.  That's the correct smallest value.  Thanks
+         to Marcel Wagner wagmarcel at web dot de
+
+Wed Dec 23 14:02:11 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/util.c: fix remove_sep to avoid strcpy problems.  Patch from
+         Ding-Yi Chen
+
+Tue Jul 21 10:20:58 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * Release 2.0.16
+
+Fri Jul 10 14:34:38 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * configure.in: raise version
+
+       * src/Makefile.am: fixup for new files
+
+       * src/main.c, src/parse.y, src/lexer.l, src/test.gob: Apply patch by
+         Jean-Yves Lefort to add %afterdecls{ %} code handling
+
+       * doc/gob2.1.in: document
+
+Fri Jul 10 14:18:44 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c, src/parse.y, doc/gob2.1.in, src/treefuncs.def,
+         src/test.gob: Apply and somewhat rework
+         the patch by Jean-Yves Lefort jylefort at brutele dot be to
+         handle finalize, dispose, constructor just as init and
+         class_init are handled.
+
+Fri Jul 10 12:23:39 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c: add G_GNUC_CONST to _get_type, thanks to
+         Jean-Yves Lefort jylefort at brutele dot be for pointing that
+         out
+
+       * src/main.c: move #line sections past the opening brace of
+         functions, enclose function declarations in #line sections
+         to refer to the .gob file.  by Jean-Yves Lefort
+
+       * src/main.c, src/lexer.l, src/parse.y, src/str*, src/test.gob,
+         doc/gob2.1.in:
+         Partially back out the function attribute patch and rework it
+         in a simpler, more flexible, though syntactically not as nice
+         way.
+
+Fri Jul 10 10:22:10 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in: fix the _GET_CLASS documentation.  Thanks to
+         Andrew Feren acferen at yahoo dot com.  I guess this has been an
+         error in the docs since the GTK 1.x days
+
+Fri Jul 10 09:57:29 2009  Jiri (George) Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in, src/checks.c, src/checks.h, src/lexer.l, src/main.c,
+         src/parse.y, src/str.gob, src/str_test.c, src/test.gob,
+         src/treefuncs.def: Apply patch by Britton Kerin
+         bkerin at fastmail dot fm, to allow function attributes
+         like G_GNUC_PRINTF, etc...
+
+       * src/main.c: fix a warning
+
+Tue Nov 20 23:22:57 2007  Jiri (George) Lebl <jirka@5z.com>
+
+       * Release 2.0.15
+
+Wed Oct 17 09:56:18 2007  Jiri (George) Lebl <jirka@5z.com>
+
+       * configure.in, NEWS: raise version, make NEWS
+
+Wed Oct 17 09:52:07 2007  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c, src/out.c: fix file_sep usage for private headers.
+         Thanks to Jan Hudec for reporting this.
+
+Fri Sep 28 00:32:08 2007  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c, src/out.c: don't use /dev/null for portability to
+         non-unix
+
+Fri Sep 28 00:00:24 2007  Jiri (George) Lebl <jirka@5z.com>
+
+       * examples/my-person.gob: fixup example to be correct
+
+Thu Sep 27 23:27:33 2007  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/lexer.l: fix debian bug #443907, seg on bad include statement
+
+Thu Jan 05 10:09:32 2006  George (Jiri) Lebl <jirka@5z.com>
+
+       * Release 2.0.14
+
+Thu Jan 05 10:06:38 2006  George (Jiri) Lebl <jirka@5z.com>
+
+       * src/main.c: fix major segfault (oops!)
+
+Fri Dec 16 12:23:35 2005  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/parse.y:  Fix for the libglade support from
+         Nicolas Bruguier <gandalfn@club-internet.fr>
+
+       * src/checks.c, src/main.c, src/util.c: Allow BOXED in signal
+         arguments.  patch by Big Thor <lirico@web.de>
+
+       * src/main.c, src/main.c, src/parse.y, src/treefuncs.def:
+         Add abstract flag support, patch by Jean-Yves Lefort
+         <jylefort@brutele.be>
+
+       * src/main.c: add --no-touch support to avoid unneccessary rebuilds
+         even for source files.  Also avoid printing timestamp and 
+         make the compare logic work without the 'cmp' command.
+         patch by Jean-Yves Lefort <jylefort@brutele.be>
+
+       * doc/gob2.1.in: document changes above
+
+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 +304,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