]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 1.99.1
[gob-dx.git] / ChangeLog
index b4190e26c4d9c3dc62aaa5a1e1043ac873d78cbe..99e9511bd9546f03ba55f2eea9f46a55287f2a40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,178 @@
+Sat Sep 29 17:00:39 2001  George Lebl <jirka@5z.com>
+
+       * doc/Makefile.am: update
+
+Sat Sep 29 16:44:13 2001  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in:  update a tad and add a note that the manual
+         is now out of date
+
+Sat Sep 29 16:33:57 2001  George Lebl <jirka@5z.com>
+
+       * gob2.spec.in: update for gob2
+
+Fri Sep 28 17:39:57 2001  George Lebl <jirka@5z.com>
+
+       * **/*: Merge from gob-2 to HEAD
+
+Fri Sep 28 17:08:19 2001  George Lebl <jirka@5z.com>
+
+       * configure.in, gob2.spec.in, gob2.m4, doc/gob2.1.in, Makefile.am,
+         doc/Makefile.am: rename rest of files for gob2
+
+       * src/main.c: minor cleanup
+
+Thu Sep 27 21:56:17 2001  George Lebl <jirka@5z.com>
+
+       * src/generate_treefuncs.pl, src/treefuncs.def, src/parse.y,
+         src/main.c:  Revamp the tree funcs stuff to be saner and cooler,
+         and fix some crashes and other things related to this.
+
+       * src/parse.y, src/lexer.l, src/main.c, src/util.[ch],
+         src/checks.[ch], treefuncs.def:  Add properties (GParam), fix
+         C++ generation, add GET_NEW_VARG, whack the propname alias for
+         arguments setters/getters (they're deprecated anyway)
+
+       * src/test.gob: update tests
+
+Sun Sep 16 13:07:37 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c: replace GOB_ prefix for local functions with
+         self_.  This makes much more sense.
+
+Sun Sep 16 12:43:24 2001  George Lebl <jirka@5z.com>
+
+       * src/lexer.l, src/parse.y, src/main.c, src/treefuncs.(def|c|h),
+         src/util.[ch], src/test.gob: Add syntax for properties (GParam
+         or whatever you call these:).  The code behind them is not yet
+         there though.
+
+Sun Aug 12 16:15:46 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/parse.y, src/test.gob, src/util.c:  Things now
+         make compilable objects, including with signals, how well it
+         works I don't know.  cpp support seems broken in glib mostly.
+
+Sat Jun 30 15:01:26 2001  George Lebl <jirka@5z.com>
+
+       * Applied the following from HEAD
+
+ 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>
+
+       * 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:45:43 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c: revert the GET_NEW_VARG since it just won't work
+         with non-gcc systems
+
+Sun May 13 02:31:52 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c: add GET_NEW_VARG macro/static func (for non-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
+
+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
+
+Sat Apr 14 00:11:50 2001  George Lebl <jirka@5z.com>
+
+       * configure.in: compile with glib 2.0
+
+       * src/test.gob, src/Makefile.am: make the test glib pure, or mostly
+         so
+
+       * src/lexer.l: added fixme
+
+       * src/main.c: work on signals a little bit
+
+Fri Apr 13 21:23:19 2001  George Lebl <jirka@5z.com>
+
+       * src/checks.[ch], src/lexer.l, src/main.c, src/parse.y,
+         src/treefuncs.[ch], src/treefuncs.def:  Work on gobject support,
+         based on the patch Sven sent me.  Also do add unref as well as
+         destroy handlers to vars, and moved the destructors to finalize and
+         unreffers to shutdown.  This all compiles, but that doesn't mean it
+         makes usable objects.
+
+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.
+
+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.
+
+Sun Mar 04 19:14:03 2001  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/checks.c, src/util.[ch]:  Remove the underscore
+         hack, remove the 1.2 code from the 1.3 compat hacks, make all
+         short names start with GOB_.  Start of the direct GObject
+         support, gob compiles, but it will not create useful object
+         files yet.
+
+Tue Feb 27 06:14:59 2001  George Lebl <jirka@5z.com>
+
+       * configure.in, src/Makefile.am, README: this is the gob-2 branch
+         for GObject support
+
+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