2003-12-02 Richard Hult <richard@imendio.com>
[platform/upstream/dbus.git] / ChangeLog
index f029944..b7ecd85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,43 @@
+2003-12-02  Richard Hult  <richard@imendio.com>
+
+       * dbus/dbus-message.c (dbus_message_iter_append_dict): Set
+       wrote_dict_key to FALSE on the iter that the dict is appended to,
+       just like when appending other types. Fixes a bug where a dict
+       couldn't be put inside a dict.
+       (dbus_message_iter_append_dict_key): Fix typo in warning message.
+       (message_iter_test, _dbus_message_test): Add test case for dict
+       inside dict.
+
+2003-12-01  David Zeuthen  <david@fubar.dk>
+
+       * python/dbus.py: Add the actual message when calling the reciever
+       of a signal such that parameters can be inspected. Add the method
+       remove_signal_receiver
+       
+2003-11-26  Mikael Hallendal  <micke@imendio.com>
+
+       * bus/*.[ch]:
+       * dbus/*.[ch]:
+       * glib/*.[ch]: Made ref functions return the pointer
+
+2003-11-25  Zack Rusin  <zack@kde.org>
+
+       * qt/integrator.h, qt/integrator.cpp: Adding handling of DBusServer,
+
+       * qt/server.h, qt/server.cpp, qt/Makefile.am: Adding DBusServer 
+       wrappers,
+
+       * qt/connection.h, qt/connection.cpp: Adjusting to changes in 
+       the Integrator and to better fit with the server,
+
+2003-11-24  Zack Rusin  <zack@kde.org>
+
+       * qt/connection.h, qt/connection.cpp: removing initDbus method since
+       the integrator handles it now
+
+       * qt/integrator.h, qt/integrator.cpp: reworking handling of timeouts,
+       since QTimer wasn't really meant to be used the way DBusTimeout is
+
 2003-11-24  Zack Rusin  <zack@kde.org>
 
        * qt/integrator.h, qt/integrator.cpp, Makefile.am: Adding