From 0f323e6cad4d9b21988d431f90d9a1f051fb3144 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Sun, 16 Feb 2003 15:18:35 +0000 Subject: 2003-02-16 Alexander Larsson * dbus/dbus-connection.c: Implement sent_message_with_reply. (with_reply_and block is still busted). Made dispatch_message not lose message if OOM. * dbus/dbus-errors.h: Add NoReply error (for reply timeouts). --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29dcd4e3..5f2710bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-02-16 Alexander Larsson + + * dbus/dbus-connection.c: + Implement sent_message_with_reply. (with_reply_and block is still + busted). + Made dispatch_message not lose message if OOM. + + * dbus/dbus-errors.h: + Add NoReply error (for reply timeouts). + 2003-02-16 Alexander Larsson * dbus/dbus-hash.c (_dbus_hash_table_unref): -- cgit