From 06b08adb257351bf8080d960fb98b4265cc43081 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 11 Feb 2004 08:26:58 +0000 Subject: Basically rewrote this, the import tasks run in another thread. It tells 2004-02-11 Not Zed * importers/pine-importer.c: Basically rewrote this, the import tasks run in another thread. It tells you more about what's going on, and its cancellable. (pine_store_settings): changed the meaning of the settings slightly, if set it means we've processed them already. * mail-component-factory.c (factory): hook in importer factory callback. 2004-02-10 Not Zed * importers/*-importer.c: removed module init, just provide a new method. Updates for api changes. * Makefile.am: link mail importers in directly. * mail-importer.c: changed to do stuff in-memory with linked stuff, moved to importers/. * importers/GNOME_Evolution_Mail_Importers.server.in.in: merge all importer .server info's here, point them all to the mailer factory. Removed the others. * importers/Makefile.am: remove Mailer.idl stuff. Move all importers to a single library. svn path=/trunk/; revision=24701 --- mail/ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 7924b6c630..96357f39da 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,31 @@ +2004-02-11 Not Zed + + * importers/pine-importer.c: Basically rewrote this, the import + tasks run in another thread. It tells you more about what's going + on, and its cancellable. + (pine_store_settings): changed the meaning of the settings + slightly, if set it means we've processed them already. + + * mail-component-factory.c (factory): hook in importer factory + callback. + +2004-02-10 Not Zed + + * importers/*-importer.c: removed module init, just provide a new + method. Updates for api changes. + + * Makefile.am: link mail importers in directly. + + * mail-importer.c: changed to do stuff in-memory with linked + stuff, moved to importers/. + + * importers/GNOME_Evolution_Mail_Importers.server.in.in: merge all + importer .server info's here, point them all to the mailer + factory. Removed the others. + + * importers/Makefile.am: remove Mailer.idl stuff. Move all + importers to a single library. + 2004-02-09 Not Zed * em-folder-tree.c (tree_drag_data_delete): merged in code from -- cgit v1.2.3