From cec1fb093d53dc08d92b0e2f245640817c5a0fc2 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 17 Jun 2003 03:15:46 +0000 Subject: ** See bug #44609 2003-06-16 Not Zed ** See bug #44609 * mail-vfolder.c (vfolder_edit_rule): put the ok/cancel buttons in the stupid gnome 2 order. ** See bug #33593 * message-list.c (on_selection_changed_cmd): also listedn to selection changed events, since the etable api has changed. (get_selected_cb): helper for above. (message_list_construct): hook to selection change signal. * mail-callbacks.c (composer_send_queued_cb): Unref the composer to match the ref composer_send_cb(); ** See bug #44519 * message-browser.c (message_browser_message_list_built): We want to disconnect from the messagelist, not folderbrowser signal. svn path=/trunk/; revision=21452 --- mail/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 49241e0cee..a45d74992b 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,25 @@ +2003-06-16 Not Zed + + ** See bug #44609 + + * mail-vfolder.c (vfolder_edit_rule): put the ok/cancel buttons in + the stupid gnome 2 order. + + ** See bug #33593 + + * message-list.c (on_selection_changed_cmd): also listedn to + selection changed events, since the etable api has changed. + (get_selected_cb): helper for above. + (message_list_construct): hook to selection change signal. + + * mail-callbacks.c (composer_send_queued_cb): Unref the composer + to match the ref composer_send_cb(); + + ** See bug #44519 + + * message-browser.c (message_browser_message_list_built): We want + to disconnect from the messagelist, not folderbrowser signal. + 2003-06-11 Jeffrey Stedfast * mail-format.c (format_mime_part): We only really want to use -- cgit