]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.0.12
[gob-dx.git] / ChangeLog
index 944435acf84f245d0f14a3568310eea269d05807..fe0df7134f159b56e2690cbfc46f52a8cf349c51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,162 @@
+Fri Feb 01 15:18:00 2002  George Lebl <jirka@5z.com>
+
+       * Release 1.0.12
+
+Thu Dec 20 17:43:15 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c: apply patch from Josh Parsons <jp30@st-andrews.ac.uk>
+         to enhance the m4 support and to add the self_<name> aliases
+         which are used in gob2, so that to ease some porting work.
+
+Sat Oct 20 17:02:56 2001  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am, src/lexer.l, src/main.c: Apply m4 preprocessing
+         patch from Josh Parsons <jp30@st-andrews.ac.uk>
+
+Sat Sep 29 16:31:38 2001  George Lebl <jirka@5z.com>
+
+       * Release 1.0.11
+
+Sat Sep 29 16:28:13 2001  George Lebl <jirka@5z.com>
+
+       * src/util.[ch], src/parse.y: get_cast argument is constant and
+         make sure not to modify the return value.
+
+Fri Sep 28 17:10:21 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c: backport the signal marshaller stuff from gob-2 as
+         that apparently changed in gtk proper recently (marshallers in
+         gtk1 style are no longer supported)
+
+Fri Sep 28 15:56:37 2001  George Lebl <jirka@5z.com>
+
+       * src/parse.y: fix segfaults on export and fix one case where
+         export was ignored
+
+Sat Jun 30 15:39:27 2001  George Lebl <jirka@5z.com>
+
+       * Release 1.0.10
+
+Sat Jun 30 14:57:37 2001  George Lebl <jirka@5z.com>
+
+       * doc/gob.1.in: add documentation for (export)
+
+Tue Jun 26 15:54:08 2001  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am: add built sources to EXTRA_DIST
+
+2001-06-24  Mark Brown  <broonie@sirena.org.uk>
+
+       * 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 <jirka@5z.com>
+
+       * src/parse.y: was freeing the wrong token
+
+2001-06-03  Eskil Heyn Olsen  <eskil@eskil.dk>
+
+       * 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 <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * src/util.c: patch from Frederic Crozat <fcrozat@mandrakesoft.com>
+         to fix warning
+
+2001-04-27  Eskil Heyn Olsen  <eskil@eazel.com>
+
+       * 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 <jirka@5z.com>
+
+       * doc/makehtml.pl: make output nicer
+
+Sun Apr 22 03:03:05 2001  George Lebl <jirka@5z.com>
+
+       * 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 <jirka@5z.com>
+
+       * Release 1.0.9
+
+Sat Apr 21 20:06:10 2001  George Lebl <jirka@5z.com>
+
+       * examples/Makefile.am, examples/README,
+         examples/GNOME_Foo_SomeInterface.idl,
+         examples/foo-some-interface.gob:  Add an example for BonoboXObject
+
+Sat Apr 21 19:33:08 2001  George Lebl <jirka@5z.com>
+
+       * configure.in:  Raise version to 1.0.9
+
+       * src/lexer.l:  Properly check major version requirements (majors
+         must match in the requires line)
+
+       * src/parse.y, src/main.c, src/treefuncs.(def|c|h), src/checks.c:
+         Add direct BonoboXObject support
+
+       * src/parse.y: fix the chunks usage
+
+       * doc/gob.1.in: document BonoboXObject stuff, fix the bugs section
+         wrt gtk-doc which has been supported for quite some time
+
+Fri Apr 13 21:19:33 2001  George Lebl <jirka@5z.com>
+
+       * src/parse.y: commited too fast, fix printf warning
+
+Fri Apr 13 17:45:14 2001  George Lebl <jirka@5z.com>
+
+       * src/parse.y, doc/gob.1.in: Fix a problem found by Eric Kidd
+         <eric.kidd@pobox.com>, where objectlink was not completely
+         refcounting safe.  Could underref if you set the same object.
+
+Thu Apr 12 09:19:58 2001  George Lebl <jirka@5z.com>
+
+       * Release 1.0.8
+
+Sat Mar 31 00:24:58 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c: fix crash with marshallers of signals with a return
+          type and no arguments.
+
+Tue Feb 27 00:53:41 2001  Jonathan Blandford  <jrb@redhat.com>
+
+       * README: Use my new-found maintainer status!!! The power!
+
+Sun Feb 25 17:17:46 2001  George Lebl <jirka@5z.com>
+
+       * Release 1.0.7
+
+Sun Feb 25 16:57:45 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/checks.c: to make doing BonoboXObjects possible
+         allow overriding the _get_type function.
+
+       * doc/gob.1.in: document the above
+
 Sun Feb 11 16:33:07 2001  George Lebl <jirka@5z.com>
 
        * Release 1.0.6