=== Released 2.2.0 ===
[platform/upstream/glib.git] / gobject / ChangeLog
index 198be61..e865fee 100644 (file)
@@ -1,3 +1,32 @@
+2002-12-18  Matthias Clasen  <maclas@gmx.de>
+
+       * gobject.c: Add docs.
+
+2002-12-18  Michael Natterer  <mitch@gimp.org>
+
+       * gobject/gtype.c (type_data_finalize_class_ifaces_Wm): applied
+       patch I got from Tim Janik for testing which fixes bug #101521.
+       (restart iterating the interface enties each time we finalized one
+       because they might have been modified).
+
+2002-12-17  Matthias Clasen  <maclas@gmx.de>
+
+       * gparam.c (g_param_spec_internal): Remove markup from doc
+       comment, as GObject doesn't use --sgml-mode yet.
+
+2002-12-15  Matthias Clasen  <maclas@gmx.de>
+
+       * gsignal.c (g_signal_new): Typo fix.
+
+       * gparamspecs.c:  
+       * gparam.c (g_param_spec_internal): 
+       * gobject.c (g_object_class_install_property): Add docs.
+
+2002-12-13  Matthias Clasen  <maclas@gmx.de>
+
+       * glib-genmarshal.c, gobject-query.c: Use g_printf() instead of 
+       system printf.  (#99319)
+
 Thu Dec 12 15:00:10 2002  Manish Singh  <yosh@gimp.org>
 
        * gvaluetransform.c: use G_G[U]INT64_FORMAT unconditionally,