2005-07-18  Rodrigo Moya <rodrigo@novell.com>

	* tools/gnome-service-launch.c: changed license to GPL.

	* libgnomeservice/gnome-service.c
	(gnome_service_get_managed_service_object_path,
	gnome_service_import_environment_from_service_manager,
	gnome_service_request_dbus_name, gnome_service_open_dbus_connection):
	revert back to using dbus_set_g_error, not dbus_g_error_set.

2005-07-15  Rodrigo Moya <rodrigo@novell.com>

	* configure.in: require dbus >= 0.35.

2005-07-11  Rodrigo Moya <rodrigo@novell.com>

	* Makefile.am: removed tests dir from the build, so that people can test
	the framework without running the test services.

2005-07-01  Rodrigo Moya <rodrigo@novell.com>

        * libgnomeservice/gnome-service.c: use new dbus_g_error_set function
        instead of dbus_set_g_error.

	* tools/gnome-service-launch.c (main): free leaked argument list.
	(main): fixed size of arguments array. Don't use sleep, set the status
	to RUNNING and watch the child process.

2005-06-24  Rodrigo Moya <rodrigo@novell.com>

	* tests/*service: removed generated files from CVS.

        * tests/*service.in: use @prefix@/bin instead of hard coded path.

2005-06-16  Rodrigo Moya <rodrigo@novell.com>

	* tools/Makefile.am:
	* tools/gnome-service-launch.c: added wrapper program to launch
	services that don't use libgnomeservice.

	* configure.in:
	* Makefile.am: added 'tools' directory to build.

2005-06-07  Ray Strode  <rstrode@redhat.com>

	* gnome-session.patch: add latest gnome-session patch (i think)

	* tests/Makefile.am: use LDADD instead LDFLAGS. 

2005-05-25  Ray Strode  <rstrode@redhat.com>

	* libgnomeservice/gnome-service.c: work around glib/gcc4
	issue 
	(gnome_service_was_activated): add more detailed messages

	* tests/test-service.c:
	* tests/Makefile.am:
	* tests/org.gnome.*.service.in:
	* tests/org.gnome.*.desktop-service.in: Add some dummy 
	test programs.

2005-03-14  Ray Strode  <rstrode@redhat.com>

	Commit what's been sitting in my local checkout for a while.

	* libgnomeservice/gnome-service.c: 
	  (gnome_service_initialize_services_map),
	  (gnome_service_uninitialize_services_map),
	  (gnome_service_add_to_services_map),
	  (gnome_service_set_status): add more verbose messages
	  (gnome_service_get_managed_service_object): use type OBJECT_PATH 
	  instead of type STRING
	  (gnome_service_import_environment_from_service),
	  (gnome_service_request_dbus_name): check that
	  gerror is not null before moving dbus error to gerror.
	  (gnome_service_dbus_stop): close dbus connection on stop
	
	* gnome-session.patch: Add this patch to gnome-session here, so
	that those who are curious can look at it.

2005-02-25  Ray Strode  <rstrode@redhat.com>
	
	* libgnomeservice/.*sw*: remove some stale vim swap files.

2005-02-25  Ray Strode  <rstrode@redhat.com>

	* Initial import.
