Improve the detection of invalid includes by moving the test outside the
[platform/upstream/glib.git] / gobject / ChangeLog
index 91a7ec3..11dc544 100644 (file)
@@ -1,3 +1,38 @@
+Mon Nov 19 14:35:56 2001  Owen Taylor  <otaylor@redhat.com>
+       * *.h: Improve the detection of invalid includes by moving
+       the test outside the duplicate include guards.
+       * gsourceclosure.c (g_source_set_closure): Doc fix.
+
+Thu Nov 22 03:30:57 2001  Tim Janik  <timj@gtk.org>
+
+       * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type()
+       instead of g_type_value_table_peek().
+
+       * gtype.[hc] (type_check_is_value_type_U): speed up check
+       LOCK-less by caching lookups in node->mutatable_has_value_table.
+
+       * gtype.[hc]: removed locks where possible. partly based on
+       patches from owen and alex.
+
+Thu Nov 22 00:26:26 2001  Tim Janik  <timj@gtk.org>
+
+       * gtype.[hc]: provide G_TYPE_FUNDAMENTAL_SHIFT and
+       g_type_fundamental_next() to return next usable fundamental
+       type. use TypeNode pointers as type IDs.
+       
+2001-11-22  Tor Lillqvist  <tml@iki.fi>
+
+       * makefile.mingw.in (DEFINES): Set G_LOG_DOMAIN as in Makefile.am.
+
+       * gparamspecs.h (GOBJECT_VAR): Can't use GLIB_VAR here, as that
+       makes sense only when building libglib. GOBJECT_VAR is similar for
+       libgobject.
+
+       * gobject.def: Add g_param_spec_types, remove
+       g_type_fundamental_branch_last.
+
 Wed Nov 21 17:23:33 2001  Tim Janik  <timj@gtk.org>
 
        * gparamspecs.[hc]: put newly created param spec types into a
@@ -8,7 +43,7 @@ Wed Nov 21 17:23:33 2001  Tim Janik  <timj@gtk.org>
        G_TYPE_GSTRING.
 
        * gtype.h: removed fundamental branch APIs and derived enum
-       values.
+       values. define GType as gsize.
 
 2001-11-19  jacob berkman  <jacob@ximian.com>