diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-22 20:47:16 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-22 20:47:16 +0800 |
commit | 03765ef0bb21fb7d98af1dd8d72a76e683a26a2f (patch) | |
tree | d78acece44e41498a8cb63c42bb5b483e87d67eb /shell/ChangeLog | |
parent | 2282cef752462976015bffebcce0640457431309 (diff) | |
download | gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.gz gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.bz2 gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.lz gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.xz gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.tar.zst gsoc2013-evolution-03765ef0bb21fb7d98af1dd8d72a76e683a26a2f.zip |
Added an xfer method to `EStorage' and `GNOME::Evolution::Storage'.
svn path=/trunk/; revision=8894
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index aa64a3df09..978a6c211e 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,21 @@ 2001-03-22 Ettore Perazzoli <ettore@ximian.com> + * e-storage.c (e_storage_async_xfer_folder): New. + (impl_async_xfer_folder): New, default implementation for the + `async_xfer_folder' method. + (class_init): Install it. + + * e-storage.h: New virtual method `async_xfer_folder'. + + * evolution-storage.c (impl_Storage_async_xfer_folder): New. Just + a stub for now. + (evolution_storage_get_epv): Install it as the implementation for + the `asyncXferFolder' method. + + * Evolution-Storage.idl: New method `asyncXferFolder'. + +2001-03-22 Ettore Perazzoli <ettore@ximian.com> + * e-storage-set-view.c: Removed `source_drag_types', `num_source_drag_types', `destination_drag_types', `num_destination_drag_types', `target_list'. |