aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-10-01 11:45:33 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-10-01 11:45:33 +0800
commit985ea02bdba960ab49e4992cd86d2827548c41cf (patch)
treeb6b4a5895ed62028438c0e67b17a6e006e18a2c2 /composer/ChangeLog
parent0086ffe2dac6515fb3a35deb0d3e26e507342ffd (diff)
downloadgsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.tar
gsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.tar.gz
gsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.tar.bz2
gsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.tar.lz
gsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.tar.xz
gsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.tar.zst
gsoc2013-evolution-985ea02bdba960ab49e4992cd86d2827548c41cf.zip
enable ask drop action and hook onto drag motion. (drag_motion):
2004-10-01 Not Zed <NotZed@Ximian.com> * 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
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog10
1 files changed, 10 insertions, 0 deletions
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 <NotZed@Ximian.com>
+
+ * 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 <kmaraas@gnome.org>
* e-msg-composer.c: (autosave_manager_start),