]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 0.92.3
[gob-dx.git] / ChangeLog
index 1348d62db7b5c6689de343b2d8257edec2c3f4e2..62036a73bed05dae64fbe8b422ddbbee2d1c32a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+Mon Feb 07 03:02:48 2000  George Lebl <jirka@5z.com>
+
+       * Release 0.92.3
+
+Mon Feb 07 02:50:11 2000  George Lebl <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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  <deity@eskil.dk>
+
+       * 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 <jirka@5z.com>
+
+       * src/main.c: add #include <stdlib.h>
+
+Mon Jan 24 22:52:47 2000  George Lebl <jirka@5z.com>
+
+       * Release 0.92.2
+
+Mon Jan 24 22:23:47 2000  George Lebl <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * src/main.c: use ___ for the signal marshalling typedefs as well
+
 Thu Jan 06 17:32:46 2000  George Lebl <jirka@5z.com>
 
        * Release 0.92.1