diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-05-15 05:42:57 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-05-15 05:42:57 +0800 |
commit | 4f400ba1f64a674467251ac7b858f302de0c2f10 (patch) | |
tree | 01405449ba900254580973875ae4ce27660f273a /importers/ChangeLog | |
parent | f759e8b024bab3bb365d2fc80097d7a8eed98125 (diff) | |
download | gsoc2013-evolution-4f400ba1f64a674467251ac7b858f302de0c2f10.tar.gz gsoc2013-evolution-4f400ba1f64a674467251ac7b858f302de0c2f10.tar.zst gsoc2013-evolution-4f400ba1f64a674467251ac7b858f302de0c2f10.zip |
Fix up the Importers. Remove spewage, and update for latest styles
svn path=/trunk/; revision=9802
Diffstat (limited to 'importers/ChangeLog')
-rw-r--r-- | importers/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/importers/ChangeLog b/importers/ChangeLog index 0c41190527..5e74da717b 100644 --- a/importers/ChangeLog +++ b/importers/ChangeLog @@ -1,3 +1,22 @@ +2001-05-14 Iain Holmes <iain@ximian.com> + + * elm-importer.c (elm_store_settings): Store the elm settings. + (elm_restore_settings): Restore all the settings. + (elm_can_import): Check the importer settings, handle the don't ask me + again stuff. + (scan_dir): Switch the arguments to match the other importers. + (destroy_cb): Store the settings. + (elm_create_structure): Set all the settings, handle the new location + of the elm mail. + (create_checkboxes_control): Add a "Don't ask me again" box. + +2001-05-09 Iain Holmes <iain@ximian.com> + + * pine-importer.c (import_addressfile): Free memory leaks. + Fix spewage. + + * netscape-importer.c: Fix spewage. + 2001-05-09 Iain Holmes <iain@ximian.com> * elm-importer.c (elm_can_import): Check the elm rc file for the mail dir. |