From 83d3819577efa227419946b611b62455eaaa2e5b Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Tue, 13 Apr 2004 11:39:41 +0000 Subject: 2004-04-13 Michael Meeks * test/glib/Makefile.am: use the absolute path so the bus daemon's chdir ("/") doesn't kill us dead. * configure.in: subst ABSOLUTE_TOP_BUILDDIR --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6296f812..227bd288 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-04-13 Michael Meeks + + * test/glib/Makefile.am: use the absolute path so the bus + daemon's chdir ("/") doesn't kill us dead. + + * configure.in: subst ABSOLUTE_TOP_BUILDDIR + 2004-04-12 Jon Trowbridge * bus/config-parser.c (struct BusConfigParser): Added @@ -41,6 +48,13 @@ * bus/bus.c (bus_context_new): Load the config file with a NULL parent argument. +2004-03-29 Michael Meeks + + * glib/dbus-gobject.c (introspect_properties): split + out, fix mangled 'while' flow control. + (introspect_signals): implement. + (handle_introspect): update. + 2004-03-29 Michael Meeks * glib/dbus-gobject.c (set_object_property): split out / -- cgit