2004-03-18 Richard Hult * Release 0.7.3. 2004-03-09 Richard Hult * src/gossip-log.c (log_transform): Plug leak. 2004-03-04 Richard Hult * src/gossip-chat.c (gossip_chat_init): Use _connect_object so we get disconnected when the data object dies. Fixes a rare crash on exit. 2004-03-02 Richard Hult * src/gossip-app.c (app_idle_check_cb): Fix bug #135944, don't do anything if we're not connected. (app_disconnect): Stop flashing the status when disconnected. 2004-03-02 Mikael Hallendal * src/gossip-app.c: (app_new_message), (app_new_message_cb), (app_popup_new_message_cb): - Only make new message dialog transient if activated from roster window. 2004-03-01 Richard Hult * src/gossip-app.c: (app_authentication_cb): Fix string. (app_idle_check_cb): Remove the delay before starting to flash, since it was more annoying than helpful. (gossip_app_connect): Make this build with debug output enabled. (app_status_clear_away): Stop the flashing here. (app_tray_flash_timeout_func): ifdef out debug code. * src/gossip-roster-view.c: (gossip_roster_view_flash_item): Use the same timeout as app. 2004-02-27 Martyn Russell * src/gossip-join-dialog.c (join_dialog_response_cb): - Added fix that sends your status when connecting instead of just available. * src/gossip-app.c (app_update_show): - Added fix for bug #128362. Group Chat now gets status updates. 2004-02-26 Richard Hult * src/gossip-app.c (app_authentication_cb): Show dialog when authentication fails. Based on patch from Martyn Russell. (app_tray_destroy_cb, app_tray_create): Use the correct signal to catch when the tray is removed. Based on patch from Qball Cow.