aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-07-07 03:49:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-07-07 03:49:27 +0800
commit2c8fa1b419913da056de62e1b11f664f4b1d7100 (patch)
treee677aeb128028a1a85c96b4fa8b95c4069a9b6c4 /mail/ChangeLog
parent068ae263a05245aa487ffc99bb5e884412043cbc (diff)
downloadgsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar
gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar.gz
gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar.bz2
gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar.lz
gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar.xz
gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar.zst
gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.zip
Mark the messages as Seen also. (folder_browser_class_init): Create an
2001-07-06 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (folder_browser_copy): Mark the messages as Seen also. (folder_browser_class_init): Create an atom type for X-Evolution-Message selection type. (my_folder_browser_init): Add our multiple selection types, one of which is the default string type. * component-factory.c (destination_folder_handle_drop): Update to use the new X-Evolution-Message type format. * folder-browser.c (selection_get): Convert the X-Evolution-Message clipboard type to whatever format the target wants. (message_list_drag_data_get): Update because the X-Evolution-Message type changed. (folder_browser_copy): Same. (x_evolution_message_parse): And here too. svn path=/trunk/; revision=10853
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 40b7feeecf..19768f4c59 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,23 @@
+2001-07-06 Jeffrey Stedfast <fejj@ximian.com>
+
+ * folder-browser.c (folder_browser_copy): Mark the messages as
+ Seen also.
+ (folder_browser_class_init): Create an atom type for
+ X-Evolution-Message selection type.
+ (my_folder_browser_init): Add our multiple selection types, one of
+ which is the default string type.
+
+ * component-factory.c (destination_folder_handle_drop): Update to
+ use the new X-Evolution-Message type format.
+
+ * folder-browser.c (selection_get): Convert the
+ X-Evolution-Message clipboard type to whatever format the target
+ wants.
+ (message_list_drag_data_get): Update because the
+ X-Evolution-Message type changed.
+ (folder_browser_copy): Same.
+ (x_evolution_message_parse): And here too.
+
2001-07-06 Peter Williams <peterw@ximian.com>
* mail-callbacks.c (composer_postpone_cb): Don't free the psd here --