diff options
author | Havoc Pennington <hp@redhat.com> | 2003-07-03 01:48:31 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-07-03 01:48:31 +0000 |
commit | a7560f456754bcebda988b0bf2cecc319bb61c3d (patch) | |
tree | 3ae799317c519805c9394cd0998b56dcd76b2dc9 /ChangeLog | |
parent | 23c9bbf77f49aec7d61590d399d0423fe44dd3b3 (diff) |
2003-06-29 Havoc Pennington <hp@pobox.com>dbus-object-names-branchpoint
* mono/Test.cs (class Test): fire up a main loop and run it
* mono/DBus.cs (DBus): don't g_thread_init since it can only be
done once, the app has to do it
2003-06-26 Havoc Pennington <hp@pobox.com>
* mono/Connection.cs: set up connection with the glib main loop
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-06-29 Havoc Pennington <hp@pobox.com> + + * mono/Test.cs (class Test): fire up a main loop and run it + + * mono/DBus.cs (DBus): don't g_thread_init since it can only be + done once, the app has to do it + +2003-06-26 Havoc Pennington <hp@pobox.com> + + * mono/Connection.cs: set up connection with the glib main loop + 2003-07-01 Havoc Pennington <hp@redhat.com> * doc/dbus-specification.sgml: clarify the format of a type code, |