X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/3379dcdfd0872947d761053c61d773add94d38c2..dd11885aadcfaafae2d6268c381b0aac94cbc149:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 822145e..da67a18 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,41 @@ +Sat Apr 15 23:07:30 2000 George Lebl + + * Released 0.93.3 + +Sat Apr 15 22:42:20 2000 George Lebl + + * src/main.c: fixes for ANSI C and C++. Just use GTK_VALUE_POINTER + instead of GTK_VALUE_OBJECT so that we don't have to cast and don't + cast lvalues. + +Sat Apr 15 22:09:49 2000 George Lebl + + * src/main.c: use the generic return type in signal marshallers + rather then the specific one as the marshallers are truly generic + +Sat Apr 15 21:52:52 2000 George Lebl + + * src/main.c: fix some typesafety braindamages with OBJECT types + in arguments by casting GTK_VALUE_OBJECT to gpointer. Also + for seting arguments cast the ARG to atype if it exists + +Wed Apr 05 13:42:28 2000 George Lebl + + * src/parse.y: never allow NONE to be used as one of many arguments, + always only by itself in the argument list + + * src/main.c: When printing out the signal marshaller prototype, + don't print out the NONE (void) into the argument list, thanks + to Soeren Sandmann for reporting that + +Mon Apr 03 13:07:33 2000 George Lebl + + * examples/Makefile.am: add my-person2.gob to EXTRA_DIST + +Sun Apr 02 18:09:40 2000 George Lebl + + * Release 0.93.2 + Sun Apr 02 17:38:12 2000 George Lebl * src/Makefile.am: ass the .pl and .def file to EXTRA_DIST