diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-10-22 05:08:04 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-10-22 05:08:04 +0800 |
commit | 1fc6dec2619111177f21f6c1cb34d5baf997638a (patch) | |
tree | 4357617ded51c352c9cf35e04a5df53228408e04 /mail/ChangeLog | |
parent | fd56880083a4e45e52fea824348025c269da755f (diff) | |
download | gsoc2013-evolution-1fc6dec2619111177f21f6c1cb34d5baf997638a.tar.gz gsoc2013-evolution-1fc6dec2619111177f21f6c1cb34d5baf997638a.tar.zst gsoc2013-evolution-1fc6dec2619111177f21f6c1cb34d5baf997638a.zip |
New functions to handle drag & drop to/from the folder tree.
2003-10-21 Jeffrey Stedfast <fejj@ximian.com>
* mail-component.c (drag_text_uri_list, folder_dragged_cb)
(drop_uid_list, drop_folder, import_message_rfc822)
(drop_message_rfc822, drop_text_uri_list, folder_receive_drop_cb):
New functions to handle drag & drop to/from the folder tree.
(impl_createControls): Setup drag & drop support.
svn path=/trunk/; revision=22970
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 826ee496e6..ea233bacd9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2003-10-21 Jeffrey Stedfast <fejj@ximian.com> + * mail-component.c (drag_text_uri_list, folder_dragged_cb) + (drop_uid_list, drop_folder, import_message_rfc822) + (drop_message_rfc822, drop_text_uri_list, folder_receive_drop_cb): + New functions to handle drag & drop to/from the folder tree. + (impl_createControls): Setup drag & drop support. + * em-format.c (emf_multipart_mixed): Put an <hr> between parts of a multipart. |