From 985ea02bdba960ab49e4992cd86d2827548c41cf Mon Sep 17 00:00:00 2001 From: Not Zed Date: Fri, 1 Oct 2004 03:45:33 +0000 Subject: enable ask drop action and hook onto drag motion. (drag_motion): 2004-10-01 Not Zed * e-msg-composer.c (create_composer): enable ask drop action and hook onto drag motion. (drag_motion): implement. (drop_action): do the work here now. (drag_data_received): popup a menu if the action is ask. (drop_popup_copy, drop_popup_move, drop_popup_cancel): (drop_popup_free): Popup callbacks. svn path=/trunk/; revision=27441 --- composer/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'composer/ChangeLog') diff --git a/composer/ChangeLog b/composer/ChangeLog index 0815dbe397..a6649e0df6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,13 @@ +2004-10-01 Not Zed + + * e-msg-composer.c (create_composer): enable ask drop action and + hook onto drag motion. + (drag_motion): implement. + (drop_action): do the work here now. + (drag_data_received): popup a menu if the action is ask. + (drop_popup_copy, drop_popup_move, drop_popup_cancel): + (drop_popup_free): Popup callbacks. + 2004-09-30 Kjartan Maraas * e-msg-composer.c: (autosave_manager_start), -- cgit