]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Modernize build system a bit.
[gob-dx.git] / ChangeLog
index 154a4d7e0d8c1025d7d6d9b2e9817d739110a7b8..15fa3224b2e01870e692d2bb96a3f6e12630d54f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,67 @@
+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