aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-27 00:44:08 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-27 00:44:08 +0800
commit0601af063526e0b862ba15bfb55f16932b238648 (patch)
tree6f6789559f6b3f23449bfadd5a8b557ff01168de /mail/ChangeLog
parent48d1ac7ba498c7027da09a44caf003a90bf4c7b2 (diff)
downloadgsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.tar
gsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.tar.gz
gsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.tar.bz2
gsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.tar.lz
gsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.tar.xz
gsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.tar.zst
gsoc2013-evolution-0601af063526e0b862ba15bfb55f16932b238648.zip
No longer returns a gboolean and also takes a CamelException.
2001-06-26 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog13
1 files changed, 13 insertions, 0 deletions
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 <fejj@ximian.com>
+ * 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