X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/774037b15064dcc6e4995c0bba3b24abb1bde35f..1656cfade4879af0cb003e3847e58264caa5781f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 1348d62..62036a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,76 @@ +Mon Feb 07 03:02:48 2000 George Lebl + + * Release 0.92.3 + +Mon Feb 07 02:50:11 2000 George Lebl + + * src/lexer.l: error on multiple classes + + * src/main.c: nicer header output + + * src/{lexer.l,main.c}: Eat out gtk-doc like inline doc entries + and stuff them into the output files where appropriate + + * doc/gob.1.in: added docs for gtk-doc like inline doc stuff + + * examples/{README, gtk-button-count.gob}: added inline docs + +Fri Feb 04 01:07:54 2000 George Lebl + + * src/main.c: use G_GNUC_UNUSED rather then our own macro for a + very slightly cleaner looking output file + +2000-01-31 Eskil Heyn Olsen + + * gob.m4: checks for gob binary, GOB_CHECK([version [, + action_if_found[, action_if_not_found]]]). + + * Makefile.am: Install gob in $prefix/share/aclocal + +Thu Jan 27 17:50:11 2000 George Lebl + + * src/main.c: add #include + +Mon Jan 24 22:52:47 2000 George Lebl + + * Release 0.92.2 + +Mon Jan 24 22:23:47 2000 George Lebl + + * src/main.c: add a protecting define before the object typedef + + * doc/gob.1.in: add docs for the new stuff + +Sun Jan 23 16:19:54 2000 George Lebl + + * src/{lexer.l,parse.y,tree.[ch],main.c}: make more types of header + %{ %} blocks, "headertop" and "privateheader" and made short as + well as long names possible. + + * src/main.c: add an --no-extern-c option to not put entern "C" into + the output, which is now put in by default even if --for-cpp is + on so that it is possible to call those from C by default + +Thu Jan 20 01:50:45 2000 George Lebl + + * src/main.c: put the _real_ functions in our normal private + namespace of ___* to be more consistent. + +Mon Jan 10 00:16:43 2000 George Lebl + + * src/{main.[ch],util.[ch],checks.[ch]}: offload some functionality to + extra files + + * src/main.c: cleanup the generation routine by spliting it up into + more functions + + * src/{main.h,lexer.l,parse.y,out.c}: put some needed externs into the + main.h file and include that rather then doing it in the .c files + +Thu Jan 06 18:33:44 2000 George Lebl + + * src/main.c: use ___ for the signal marshalling typedefs as well + Thu Jan 06 17:32:46 2000 George Lebl * Release 0.92.1