More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,
[platform/upstream/glib.git] / gobject / ChangeLog
index 7ed3bbd..f6533c9 100644 (file)
@@ -1,3 +1,91 @@
+2001-09-25  Tor Lillqvist  <tml@iki.fi>
+
+       * Makefile.am: Use new macros for .def file, and check for
+       MS_LIB_AVAILABLE, new rule to build MS import library.
+
+       * makefile.msc.in: Use same DLL and import library names as
+       libtool.
+       
+2001-09-21  Hans Breuer  <hans@breuer.org>
+
+       * gobject.def : updated externals
+
+2001-09-19  Tor Lillqvist  <tml@iki.fi>
+
+       * gobject.rc.in: Correct InternalName and OriginalFilename to
+       match what we actually produce.
+
+Tue Sep 18 23:09:02 2001  Tim Janik  <timj@gtk.org>
+
+       * gparam.[hc]: rename *nick and *blurb fields to catch
+       direct accesses in third party code.
+       provide g_param_get_nick(), g_param_get_blurb() and
+       g_param_get_name() accessors.
+
+Mon Sep 10 20:31:37 2001  Tim Janik  <timj@gtk.org>
+
+       * gobject.[hc]: removed extraneous GObject* returns from a
+       couple functions that are very unlikely to be used in nested.
+       changed gpointer->GObject* for a couple return values/arguments.
+       this fixes #50206.
+
+Mon Sep 10 19:27:47 2001  Tim Janik  <timj@gtk.org>
+
+       * gtype.[hc]:
+       g_type_add_interface*(): implement the ability to add an interface to
+       a type whose parents already conform to this interface.
+       such "overriding" interfaces, when initialized, are not just initialized
+       with 0, but with a copy of the interface they override.
+       g_type_interface_peek_parent(): new function, return the interface
+       that this interface "overrides", if any.
+
+       * testgruntime.c: test new interface stuff.
+
+2001-09-10  Alex Larsson  <alexl@redhat.com>
+
+        * gobject/gboxed.[ch]:
+        * gobject/gsourceclosure.c:
+        Removed is_refcounted and GBoxedInitFunc from
+        g_boxed_type_register_static().
+
+Sat Sep  8 14:13:57 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gobject/Makefile.am: Move gbsearcharray.[ch] to glib
+       as a private ininstalled header.
+
+Tue Sep  4 22:24:48 2001  Matthias Clasen  <matthiasc@poet.de>
+
+       * gobject.c (g_object_base_class_finalize): typo fix.
+
+Tue Sep  4 01:49:18 2001  Tim Janik  <timj@gtk.org>
+
+       * gsourceclosure.c: make closure_callback_funcs static,
+       added some g_return_if_fail() statements.
+
+Mon Aug 27 14:55:27 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * gsourceclosure.[ch] (g_source_set_closure): Implement.
+
+       * gsourceclosure.[ch]: Add GType's for GIOChannel, GIOCondition.
+
+2001-08-17  James Henstridge  <james@daa.com.au>
+
+       * gobject.c (WeakRefStack): add an object member to the structure.
+       (weak_refs_notify): pass wstack->object as extra argument to
+       notify functions.
+       (g_object_weak_ref): set wstack->object when initialising
+       WeakRefStack.
+
+       * gobject.h (GWeakNotify): add second argument to prototype which
+       gives the pointer to where the object that is being disposed of
+       was.
+
+Wed Jul 18 19:42:31 2001  Tim Janik  <timj@gtk.org>
+
+        * gtype.h: if __GNUC__ is defined, inline a test for an exact type
+        match for instances and classes in G_TYPE_CHECK_INSTANCE_TYPE() and
+        G_TYPE_CHECK_CLASS_TYPE() before calling g_type_instance_is_a().
+
 Sun Aug 12 02:07:10 2001  Tim Janik  <timj@gtk.org>
 
        * gvaluearray.[hc]: fix preallocation logic, support DISABLE_MEM_POOLS