]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Modernize build system a bit.
[gob-dx.git] / ChangeLog
index 44d4ebac3d3ad5e54ae16faea404d000b8d923fa..15fa3224b2e01870e692d2bb96a3f6e12630d54f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,145 @@
+Sat Dec 14 14:56:00 2013  Jiri (George) Lebl <jirka@5z.com>
+
+       * Release 2.0.20
+
+Sat Dec 14 14:55:05 2013  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/*.[ch]: apply patches from Pedro L. Lucas to implement support
+         for gtk3 and add names to properties and signals
+
+       * NEWS: update
+
+Tue Dec 18 21:13:09 2012  Jiri (George) Lebl <jirka@5z.com>
+
+       * Release 2.0.19
+
+Tue Dec 18 21:08:09 2012  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c: print unreftors and destructors before calling dispose
+         or finalize as is the proper ordering.  Thanks to Dmitri Toubelis
+         for pointing it out.
+
+Tue Dec 18 20:55:58 2012  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c: apply patch from Nick Bowler to not output
+         line 0 statements for private functions that don't appear
+         in gob file
+
+Sun Jul 15 06:21:55 2012  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c, src/out.c: Fix for empty file separator.  Thanks to
+         H.-J. Schnitzer for pointing it out.
+
+       * src/lexer.l: add yywrap returning 1 as the default should
+         not sure why I don't have -lfl working here.
+
+Thu Jan 06 11:30:03 2011  Jiri (George) Lebl <jirka@5z.com>
+
+       * Release 2.0.18
+
+Mon Jan 03 13:53:58 2011  Jiri (George) Lebl <jirka@5z.com>
+
+       * src/main.c, src/lexer.l, src/parse.y, src/treefuncs.def:  Add
+         %ct{ %ctop{ which is like alltop but only for the C file.
+
+       * src/test.gob: add test
+
+       * doc/gob2.1.in: document
+
+       * configure.in: bump version
+
+Sat Oct 09 12:20:06 2010  Jiri (George) Lebl <jirka@5z.com>
+
+       * configure.in, src/Makefile.am: fixup some brokeneness, Thanks to
+         Roland Clobus for sending a patch to make Cygwin build work
+
+Tue Jun 01 02:33:02 2010  Jiri (George) Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in, src/main.c, gob2.m4:  Apply patches sent by
+         Stephen Kitt.  Fixes some typos, gob2.m4 exits if gob is not found
+         (fixes ubuntu #317801), and escape minus signs in the man page.
+
+       * README: generated code is public domain as COPYING.generated-code
+         correctly states
+
+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