]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.13
[gob-dx.git] / ChangeLog
index 454d2726b44de5c04221731dac63577cccbc9832..9a35c814aad8303f3e11c11171b355ca625a241d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,133 @@
+Fri Dec 16 12:23:35 2005  Wanker who should set his $CHANGELOGNAME <wanker@wankers.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
+
+Tue Oct 26 16:27:44 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c: fix compile when overrides and privates are used
+
+Wed Sep 22 17:12:25 2004  George Lebl <jirka@5z.com>
+
+       * Release 2.0.10
+
+Wed Sep 22 17:07:35 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c: Apply patch from "K. Haley"
+         <haleykd@users.sourceforge.net> to play nice with glibs private
+         stuff and have the private structure be allocated by glib
+
+       * src/main.c, src/util.c: Apply patch from
+         Pierre Gay <gay-pierre@wanadoo.fr> to add the --file-sep=c option
+         which allows one to change the file separator character.
+
+       * doc/gob2.1.in: update docs
+
+       * src/parse.y: apply patch from debian bug#270546 by Frank
+         Lichtenheld <djpig@debian.org> to fix c++ compilation of linked
+         POINTER types by adding a proper cast at the right place
+
+       * src/main.c: always add string.h since it doesn't hurt and we missed
+         it on some occasions
+
+       * src/main.c: destroywith and unrefwith function get cast with
+         reinterpret_cast when using --for-cpp and don't get cast at all
+         for C, but for C we cast the pointer going into the function
+         to (gpointer).
+
+Tue Aug 10 16:32:00 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/parse.y, src/treefuncs.def: Apply patch from
+         Jean-Yves Lefort <jylefort@brutele.be> to support overriding
+         properties (g_object_class_override_property)
+       
+       * doc/gob2.1.in: update
+
+Thu Jul 29 10:47:31 2004  George Lebl <jirka@5z.com>
+
+       * configure.in, src/Makefile.am: Apply patch from "K. Haley"
+         <haleykd@users.sourceforge.net> to fix handling of NOINSTGOB
+         on certain platforms (apparently windows).
+
+Mon Jul 19 09:37:21 2004  George Lebl <jirka@5z.com>
+
+       * Release 2.0.9
+
+Mon Jul 19 09:30:18 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/test.gob, src/Makefile.am, src/parse.y:  Fix for
+         -Wbad-function-cast which is kind of a moronic warning when it
+         comes to enums so in non-C++ mode just use the generic gint and
+         guint casts for enums and flags, on the other hand C++ really
+         requires the proper enum casts, go figure.
+
+       * configure.in, NEWS: prepare for another release
+
+Thu Jul 08 16:22:56 2004  George Lebl <jirka@5z.com>
+
+       * src/main.c: Rework the unused var warning avoidance since it was
+         causing different warnings.  I sort of now assume we're using
+         gcc if we want no warnings, other compilers will likely get
+         warnings in places.  But they probably got some warnings anyway.
+         Also fixup all kinds of other places that cause warnings to popup.
+
+       * src/test.gob, src/Makefile.am:  Test for all kinds of warnings.
+
 Fri Jun 11 15:16:05 2004  George Lebl <jirka@5z.com>
 
        * Release 2.0.8
@@ -62,7 +192,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