diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-23 13:07:40 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-03-23 13:07:40 +0800 |
commit | e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb (patch) | |
tree | 7580a5d6d6ed1d2d375564791dabbf13d53ff608 /shell/ChangeLog | |
parent | 35c7cc901818b753634113241f1d85231d4624c3 (diff) | |
download | gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.tar gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.tar.gz gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.tar.bz2 gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.tar.lz gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.tar.xz gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.tar.zst gsoc2013-evolution-e8d6fc275621e38afd8b49b5fb15c3fa7d1038eb.zip |
Refactor ELocalStorage a bit so that it's easier to implement the
missing operations.
svn path=/trunk/; revision=8913
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ccee247b77..b30128eaeb 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,18 @@ +2001-03-23 Ettore Perazzoli <ettore@ximian.com> + + * e-local-storage.c (impl_async_xfer_folder): New, implementation + for `EStorage::async_xfer_folder'. + (class_init): Install it. + (check_valid_name): Removed. Conflicts shouldn't be handled this + way, and hardcoding the names is *bad*. + (create_folder_directory): New helper function. + (real_do_folder_create): Removed. + (create_folder): New. Do things here using + `create_folder_directory'. + (impl_async_create_folder): Use `create_folder'. + (notify_bonobo_listener): Renamed from `notify_listener'. Moved + on top for clarity. + 2001-03-22 Iain Holmes <iain@ximian.com> * importer/evolution-importer-listener.c (evolution_importer_listener_new): |