More Win32 automake macros. For .def files: GLIB_DEF, GMODULE_DEF,
[platform/upstream/glib.git] / gobject / ChangeLog
index c64bc08..f6533c9 100644 (file)
@@ -1,3 +1,67 @@
+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.