diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-07-07 03:49:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-07-07 03:49:27 +0800 |
commit | 2c8fa1b419913da056de62e1b11f664f4b1d7100 (patch) | |
tree | e677aeb128028a1a85c96b4fa8b95c4069a9b6c4 /mail/ChangeLog | |
parent | 068ae263a05245aa487ffc99bb5e884412043cbc (diff) | |
download | gsoc2013-evolution-2c8fa1b419913da056de62e1b11f664f4b1d7100.tar.gz 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/ChangeLog | 20 |
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 -- |