]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 0.93.2
[gob-dx.git] / ChangeLog
index 6ca25a0d5a2d034d6b305182ad9fb69b6b4becd2..822145e1a8b589b886ba6c74cc8bee6098a5180e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,36 @@
+Sun Apr 02 17:38:12 2000  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am: ass the .pl and .def file to EXTRA_DIST
+
+Sun Apr  2 14:37:49 PDT 2000 Manish Singh <yosh@gimp.org>
+
+       * configure.in: check for treefuncs.h instead of tree.h, since
+         the latter has gone bye-bye
+
+Sat Apr 01 23:27:47 2000  George Lebl <jirka@5z.com>
+
+       * doc/gob.1.in: add documentation for defreturn
+
+Sat Apr 01 18:03:31 2000  George Lebl <jirka@5z.com>
+
+       * src/{treefuncs.(def|c|h),generate_treefuncs.pl}: What would gob
+         be without some automatically generated code.  The tree.[ch] was
+         hard to keep up and didn't have free/copy so these do, otherwise
+         it is the same.  Also added a defreturn field to methods
+
+       * src/*.[cyl]: include treefuncs.h rather then tree.h
+
+       * src/{parse.y,lexer.l,main.c}: use the defreturn as the default for
+         return values of signals and virtual methods.  If this is not
+         defined use the onerror or failing that '0'.  onerror is also not
+         a reserved keyword anymore
+       
+       * configure.in: raise version
+
+Mon Mar 27 13:08:01 2000  George Lebl <jirka@5z.com>
+
+       * Release 0.93.1
+
 Mon Mar 27 12:04:22 2000  George Lebl <jirka@5z.com>
 
        * src/util.[ch], src/main.c: figure out if we really need the special