X-Git-Url: https://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/4f09fcd75bb0057d90c7431f7db57ca2c5a6c028..2753ff6cefbe916211d543f1029879e2a075d111:/ChangeLog diff --git a/ChangeLog b/ChangeLog index f2247b8..eb13eb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +Sat Jun 30 15:39:27 2001 George Lebl + + * Release 1.0.10 + +Sat Jun 30 14:57:37 2001 George Lebl + + * doc/gob.1.in: add documentation for (export) + +Tue Jun 26 15:54:08 2001 George Lebl + + * src/Makefile.am: add built sources to EXTRA_DIST + +2001-06-24 Mark Brown + + * src/main.c: Default to PRIVATE_HEADER_ONDEMAND rather than + PRIVATE_HEADER_ALWAYS as per documentation. + + * doc/gob.1.in: Fix cut & paste error in object_{get,set} + examples. + +Sat Jun 09 13:38:53 2001 George Lebl + + * src/parse.y: was freeing the wrong token + +2001-06-03 Eskil Heyn Olsen + + * configure.in: + binged version to 1.0.10 because of the export keyword + + * examples/my-person.gob: + Fixed some comments + + * examples/test-export.gob: + File that tests the (export) keyword. + + * src/parse.y: + Added a (export) keyword to argument, so gob will + autodefine the my_object_[get|set]_var functions. + +Sun May 13 02:33:15 2001 George Lebl + + * src/main.c: remove GET_NEW_VARG as it only works in gcc and + add TYPE_SELF macro + +Sun May 13 02:02:47 2001 George Lebl + + * src/util.c: patch from Frederic Crozat + to fix warning + +2001-04-27 Eskil Heyn Olsen + + * src/main.c: (print_class_block): + add a GET_NEW_VARG def (ala GET_NEW) which takes + ``"...", val'' gtk_object_new args. + +Sun Apr 22 03:22:48 2001 George Lebl + + * doc/makehtml.pl: make output nicer + +Sun Apr 22 03:03:05 2001 George Lebl + + * doc/makehtml.pl, doc/Makefile.am: groff kind of sucks at + making html, so this is my own very dumb convertor that probably + only properly works on this one man file + Sat Apr 21 20:37:40 2001 George Lebl * Release 1.0.9