2.4.4: 2004-07-23 Martin Schulze <mschulze@cvs.gnome.org> * glib/glibmm/main.cc: Move deletion of SourceConnectionNode object into destroy_notify_callback() exclusively; do not delete from notify(). (bug #144420) 2004-07-10 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/signalproxy_connectionnode.cc: notify(): Do not delete the connection after disconnecting it, because disconnecting it always causes disconnect_notify to be called, so just delete it there. This prevents double deletes and reading of deleting memory, found in bug #145571. 2004-07-09 Murray Cumming <murrayc@murrayc.com> * glib/glibmm/signalproxy.h.m4: Added some documentation. 2004-06-20 Daniel Elstner <daniel.elstner@gmx.net> * glib/glibmm/objectbase.cc: Spring cleaning. * glib/glibmm/object.cc: ditto.