2003-12-02 Richard Hult <richard@imendio.com>
[platform/upstream/dbus.git] / ChangeLog
index 440f8de..b7ecd85 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,80 @@
+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 
+       Integrator class which integrates D-BUS with the Qt event loop,
+
+       * qt/connection.h, qt/connection.cpp: Move all the code which
+       was dealing with D-BUS integration to the Integrator class,
+       and start using Integrator,
+
+2003-11-23  Zack Rusin  <zack@kde.org>
+
+       * qt/connection.h, qt/connection.cpp: Adding the DBusConnection 
+       wrapper
+
+       * qt/message.h, qt/message.cpp: updating to the current D-BUS api,
+       switching namespaces to DBusQt, reworking the class,
+
+       * Makefile.cvs: switching dependencies so that it matches KDE 
+       schematics,
+       
+       * qt/Makefile.am: adding connection.{h,cpp} and message.{h,cpp} to 
+       the library
+
+2003-11-19  Havoc Pennington  <hp@redhat.com>
+
+       * NEWS: update
+
+        * configure.in: bump version to 0.20
+
+       * configure.in (have_qt): add yet another place to look for qt
+       (someone hand trolltech a .pc file...)
+
+2003-11-01  Havoc Pennington  <hp@redhat.com>
+
+       * doc/dbus-specification.xml: add state machine docs on the auth
+       protocol; just a first draft, I'm sure it's wrong.      
+
 2003-10-28  David Zeuthen  <david@fubar.dk>
 
        * python/dbus_bindings.pyx.in: add get_dict to handle dictionaries
@@ -5,6 +82,10 @@
        
 2003-10-28  Havoc Pennington  <hp@redhat.com>
 
+       * dbus/dbus-message.c (get_next_field): delete unused function
+
+2003-10-28  Havoc Pennington  <hp@redhat.com>
+
        * bus/expirelist.c (do_expiration_with_current_time): detect
        failure of the expire_func due to OOM