From 0601af063526e0b862ba15bfb55f16932b238648 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 26 Jun 2001 16:44:08 +0000 Subject: No longer returns a gboolean and also takes a CamelException. 2001-06-26 Jeffrey Stedfast * component-factory.c (message_rfc822_dnd): No longer returns a gboolean and also takes a CamelException. (destination_folder_handle_drop): Do better error checking. * folder-browser.c (my_folder_browser_init): Connect to the tree-drag-data-recieved signal. (message_list_drag_data_recieved): New function that handles the recieving end of the DnD event. (x_evolution_message_parse): New convenience function to parse the x-evolution-message type so that the cut/paste and DnD code can share it. (selection_received): Use x_evolution_message_parse(). svn path=/trunk/; revision=10502 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 54f486da5c..9d242b1508 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,18 @@ 2001-06-26 Jeffrey Stedfast + * component-factory.c (message_rfc822_dnd): No longer returns a + gboolean and also takes a CamelException. + (destination_folder_handle_drop): Do better error checking. + + * folder-browser.c (my_folder_browser_init): Connect to the + tree-drag-data-recieved signal. + (message_list_drag_data_recieved): New function that handles the + recieving end of the DnD event. + (x_evolution_message_parse): New convenience function to parse the + x-evolution-message type so that the cut/paste and DnD code can + share it. + (selection_received): Use x_evolution_message_parse(). + * mail-config.c (config_read): Read in the default show_preview value. (mail_config_write_on_exit): Save the default show_preview value -- cgit v1.2.3