]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 0.93.3
[gob-dx.git] / ChangeLog
index 822145e1a8b589b886ba6c74cc8bee6098a5180e..da67a189c12fcfad16dd3406907af108cfb83ded 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,41 @@
+Sat Apr 15 23:07:30 2000  George Lebl <jirka@5z.com>
+
+       * Released 0.93.3
+
+Sat Apr 15 22:42:20 2000  George Lebl <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <sandmann@daimi.au.dk> for reporting that
+
+Mon Apr 03 13:07:33 2000  George Lebl <jirka@5z.com>
+
+       * examples/Makefile.am: add my-person2.gob to EXTRA_DIST
+
+Sun Apr 02 18:09:40 2000  George Lebl <jirka@5z.com>
+
+       * Release 0.93.2
+
 Sun Apr 02 17:38:12 2000  George Lebl <jirka@5z.com>
 
        * src/Makefile.am: ass the .pl and .def file to EXTRA_DIST