aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-02-09 21:11:51 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-02-09 21:11:51 +0800
commit67aa7010610fced90d25618f94e6caf7df5749cb (patch)
treef98d92cfa162d4e197cb975d2175493bafc162de /mail/ChangeLog
parent4287c8e129507c5b4120f0038f2f130130a81633 (diff)
downloadgsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.tar
gsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.tar.gz
gsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.tar.bz2
gsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.tar.lz
gsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.tar.xz
gsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.tar.zst
gsoc2013-evolution-67aa7010610fced90d25618f94e6caf7df5749cb.zip
merged in code from em_folder_tree_model_drag_data_delete.
2004-02-09 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (tree_drag_data_delete): merged in code from em_folder_tree_model_drag_data_delete. (tree_drag_data_get): similar. (tree_drag_data_received): similar. (drag_text_uri_list): removed, use em_utils_selection_set_urilist in tree_drag_data_get instead. (em_folder_tree_enable_drag_and_drop): merged in em_folder_tree_model_set_drag_drop_types. (tree_drag_motion): merge in drop_possible, handle qualifiers, and return the right type. (em_folder_tree_model_row_drop_target): rename to emft_drop_target, and make private. Beefed up substantially, handles illogical drops, dropping on to special folders and properly handling vfolder uri's (at least within the same tree instance). * em-folder-tree-model.c: Moved all of the DND stuff to em-folder-tree, where it belongs, made it all static. Should allow for some sharing of code too. svn path=/trunk/; revision=24679
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index ca85436fe1..7924b6c630 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,25 @@
2004-02-09 Not Zed <NotZed@Ximian.com>
+ * em-folder-tree.c (tree_drag_data_delete): merged in code from
+ em_folder_tree_model_drag_data_delete.
+ (tree_drag_data_get): similar.
+ (tree_drag_data_received): similar.
+ (drag_text_uri_list): removed, use em_utils_selection_set_urilist
+ in tree_drag_data_get instead.
+ (em_folder_tree_enable_drag_and_drop): merged in
+ em_folder_tree_model_set_drag_drop_types.
+ (tree_drag_motion): merge in drop_possible, handle qualifiers, and
+ return the right type.
+ (em_folder_tree_model_row_drop_target): rename to
+ emft_drop_target, and make private. Beefed up substantially,
+ handles illogical drops, dropping on to special folders and
+ properly handling vfolder uri's (at least within the same tree
+ instance).
+
+ * em-folder-tree-model.c: Moved all of the DND stuff to
+ em-folder-tree, where it belongs, made it all static. Should
+ allow for some sharing of code too.
+
* em-format-quote.c (emfq_format_message): just print the \n after
the credits in the same printf, rather than adding an else. Add a
<br> too, otherwise it has no effect.