]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.0.5
[gob-dx.git] / ChangeLog
index 4b931f14cdef8819d38984cad61dd9d24f90b4ec..ff9feb6a7e69978ab9ac4ca5c59110296dd843c9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+Sun Sep 10 18:04:07 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.5
+
+Fri Sep 01 03:45:30 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: add G_GNUC_CONST to the _get_type function
+
+Wed Aug 23 15:05:40 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: when a method has no arguments make an argumentless
+         macro for the shortform to avoid a parse error
+
+       * src/test.gob: add a test for the above
+
+Sun Aug  6 22:21:38 2000  Eskil Heyn Olsen <eskil@eazel.com>
+       
+       * gob.m4 now defaults to WARN instead of ERROR on missing
+       gob.
+
+Tue Jul 25 16:54:34 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.4
+
+       * configure.in: raise version to 1.0.4
+
+       * src/main.c: fixup the -anal macro patch.
+
+       * src/util.[ch], src/main.c: constize (not in 1.0.4)
+
+       * src/main.c: the short form pointers unified for both gnu and non-gnu
+         (not in 1.0.4)
+
+Sun Jul 23 18:51:45 2000  George Lebl <jirka@5z.com>
+
+       * src/util.[ch], src/main.c, src/checks.c, src/lexer.l, src/parse.y:
+         make new cleaner error print routines including a printfstyle one.
+         Use the get_real_id on all method ids even for overrides.  When a
+         signal is added there is also a sizeof check for the signature vs.
+         argument list with a g_error if it fails.  Fix %at{ %} to not
+         appear twice in all files.
+
+       * src/main.c: Apply patch from Arturo Tena to make things compile
+         nicely with gcc's -ansi -pedantic
+
+       * src/out.[ch]: constize correctly and use G_GNUC_PRINTF macro for
+         warnings.
+
+Fri Jul 21 15:38:10 2000  George Lebl <jirka@5z.com>
+
+       * src/main.c: store the private structure pointer so that we
+         don't look inside the freed object structureafter finalize
+
+Thu Jul 06 02:32:29 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.3
+
+Wed Jul 05 19:37:20 2000  George Lebl <jirka@5z.com>
+
+       * src/{main.c,parse.y}: couple of cleanups, and fixup the gtk 1.3
+         support
+
+Wed Jul 05 18:57:13 2000  George Lebl <jirka@5z.com>
+
+       * src/{checks.c, main.c, parse.y, test.gob}:  Apply and fix up patch
+         from Bas van der Linden <linden@win.tue.nl> that adds the ability
+         to use const on the "self" argument as well.  Also adds a CONST
+         casting macro to use.
+
+       * src/main.c: Fix a memory leak when destroy wasn't overriden and
+         destructors were added, it now properly calls the parent handler.
+         Same with finalize.
+
+       * src/main.c: Spit out some macro magic foo to hopefully make it
+         possible to compile objects with GTK+ 1.3/2.0
+
+       * doc/gob.1.in, examples/*.gob:  We should never do
+         GTK_OBJECT(GET_NEW) as that's a memory leak due to some weird
+         GTK_OBJECT() semantics
+
+Fri Jun 30 14:08:53 2000  George Lebl <jirka@5z.com>
+
+       * Release 1.0.2
+
+Fri Jun 30 13:11:05 2000  George Lebl <jirka@5z.com>
+
+       * doc/gob.1.in: add doc for --always-private-struct
+
+       * src/main.c: fix output of --help.  Also print __GOB_FUNCTION__
+         for inits and for get/set_arg.  And print the get_real_id to
+         avoid the underscore.
+
+Mon Jun 26 00:06:45 2000  George Lebl <jirka@5z.com>
+
+       * src/parse.y: for stringlink, dup the string on argument
+         getting
+
+       * doc/gob.1.in: update documentation to the above change
+
+Sun Jun 25 03:34:02 2000  George Lebl <jirka@5z.com>
+
+       * src/treefuncs.def, src/main.c, src/utils.[ch], src/parse.y: sane
+         parsing of const.  Get rid of "stars" integer and just use a
+         "pointer" string.  Also the types in general are more sanely parsed,
+         thus recognizing hopefully all legal (and some illegal) C types.
+
+       * src/checks.[ch], src/main.c: checks the argument type to be one we can
+         truly check.
+
+       * src/treefuncs.def, src/main.c, src/parse.y, src/lexer.l:  Apply
+         patch from Bas van der Linden <linden@win.tue.nl> that adds the
+         possibility to use chunks to allocate objects.
+
+       * src/main.c: Apply patch from Bas van der Linden <linden@win.tue.nl>
+         to add a __GOB_FUNCTION__ define to each function
+
+       * src/Makefile.am, src/main.c, src/lexer.l, src/generate_treefuncs.pl:
+         avoid and fix warnings, and compile with all warnings
+
+       * src/main.[ch]: add an --always-private-struct option to always put
+         in the private pointer, even if there are no private members.
+
+       * src/test.gob: add some more tests for new stuff
+
 Wed Jun 07 15:03:18 2000  George Lebl <jirka@5z.com>
 
        * Release 1.0.1