]> git.draconx.ca Git - gob-dx.git/blobdiff - ChangeLog
Release 2.0.4
[gob-dx.git] / ChangeLog
index fbb99bf039f33c92c19907f59e2c792b9003bd8e..fab25808a698fad862b903b7826a7ae6965fdf4c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,150 @@
+Fri Dec 13 10:23:16 2002  George Lebl <jirka@5z.com>
+
+       * Release 2.0.4
+
+Thu Dec 12 09:35:46 2002  George Lebl <jirka@5z.com>
+
+       * src/main.c: use G_UNLIKELY/G_LIKELY if available in the get_type
+         methods and in the signal argument size checking
+
+Thu Dec 05 10:32:09 2002  George Lebl <jirka@5z.com>
+
+       * src/lexer.l, src/main.c: fix a couple of gtkdoc issues,
+         first add \n after _get_type and second support tabs
+         after the leading * in gtkdoc comments
+
+2002-11-27  Jody Goldberg <jody@gnome.org>
+
+       * Release 2.1.3.1
+
+2002-11-01  Jody Goldberg <jody@gnome.org>
+
+       * src/parse.y (ensure_property) : patch obvious borkage in using item3
+         in a production with 2 items.
+
+Fri Nov 01 14:41:52 2002  George Lebl <jirka@5z.com>
+
+       * src/lexer.l, src/util.c: when in cpp mode don't eat ::
+
+Mon Oct 14 16:16:38 2002  George Lebl <jirka@5z.com>
+
+       * src/parse.y: Fix segfault reported by Gerhard Dieringer
+         <Gerhard.Dieringer@nexgo.de>
+
+       * src/main.c, src/util.c: Fix g_value_set/get for the unichar
+         case (glib doesn't have this, so use uint, this is so braindead).
+         Also add support for UNICHAR in places and add support for
+         UINT64 and INT64
+
+Wed Sep 11 11:20:38 2002  George Lebl <jirka@5z.com>
+
+       * src/main.c: remove G_GNUC_CONST from the get_type, that seems to be
+         wrong and causes gcc3.2 to whack out and all that.
+
+Tue Aug 20 11:01:52 2002  George Lebl <jirka@5z.com>
+
+       * Release 2.0.2
+
+Tue Aug 06 12:30:15 2002  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in: escape all ' characters, to fix debian
+         bug 155577.  Also add the homepage to the last section
+
+       * doc/makehtml.pl: improve handling of some troff and add
+         automatic urlization of email and web addresses
+
+Tue Aug 06 12:08:20 2002  George Lebl <jirka@5z.com>
+
+       * src/test.gob: further tests
+
+Tue Aug 06 12:06:07 2002  George Lebl <jirka@5z.com>
+
+       * src/main.c: damnit s/shutdown/dispose/, why does glib change
+         these on me.  I think there is an evil anti-gob plot in place.
+
+       * src/test.gob: add a test for unrefwith (should have been there in
+         the first place to catch this)
+
+       * doc/gob2.1.in: update the unref/unrefwith section
+
+Mon Aug 05 11:11:01 2002  George Lebl <jirka@5z.com>
+
+       * src/parse.y: properly link the BOXED type (use g_value_set_boxed)
+
+Wed Jul 17 11:01:40 2002  George Lebl <jirka@5z.com>
+
+       * Release 2.0.1
+
+Wed Jul 17 10:52:29 2002  George Lebl <jirka@5z.com>
+
+       * src/test.gob: add more tests
+
+       * doc/gob2.1.in: minor updates
+
+       * src/lexer.l: allow comments in property definition code
+
+Tue Jul 16 13:33:51 2002  George Lebl <jirka@5z.com>
+
+       * NEWS, configure.in: prepare for 2.0.1
+
+Tue Jul 16 13:31:42 2002  George Lebl <jirka@5z.com>
+
+       * src/main.c, src/parse.y: Fix extra property types but still
+         recognize if someone used the broken undocumented way which
+         worked.  Also fix object linking to not rely on GtkObject, and
+         fix BOXED linking as well.
+
+       * src/test.gob: add some tests for the above
+
+       * src/parse.y: fix C++ compilation for flags and enum linking
+
+Mon Jul 15 13:05:18 2002  George Lebl <jirka@5z.com>
+
+       * Release 2.0.0
+
+       * */Makefile.am: add '.' to SUBDIRS to silence a stupid version
+         of bash
+
+Mon Jul 15 12:54:30 2002  George Lebl <jirka@5z.com>
+
+       * configure.in: raise version to 2.0.0
+
+       * examples/*: update examples and readme.  Remove old, bad examples
+
+       * doc/gob2.1.in: update for gob2
+
+Wed Jul 10 11:10:37 2002  George Lebl <jirka@5z.com>
+
+       * doc/gob2.1.in: update the docs a bit.  Still not finished.
+
+Tue May 28 12:09:56 2002  George Lebl <jirka@5z.com>
+
+       * Release 1.99.3
+
+Tue May 28 11:59:18 2002  George Lebl <jirka@5z.com>
+
+       * src/Makefile.am: some compilation voodoo
+
+       * src/main.c: Special case GtkEditable and GTypePlugin since
+         those end in Class, and all other interfaces should end in
+         Iface.  Long live code consistency!
+
+       * src/main.c: use g_signal_emitv instead of g_signal_emit.  This
+         will allow us to once again have default returns and all that
+         fun stuff.  It should also slightly reduce emission overhead.
+
+Mon Apr 15 09:55:29 2002  George Lebl <jirka@5z.com>
+
+       * README, COPYING.generated-code, Makefile.am: Add LGPL license
+         for generated code and clarify this in the README.  Meant to do
+         this a long time ago, and told everyone that who asked.  Now
+         it's in writing.
+
+Sun Apr 14 19:12:02 2002  George Lebl <jirka@5z.com>
+
+       * src/parse.y: apply patch from Dennis Bjorklund <db@zigo.dhs.org>
+         to fix export accessors function
+
 Fri Feb 01 15:19:07 2002  George Lebl <jirka@5z.com>
 
        * Release 1.99.2