From 38941f937253e2c208e0165267bd9f61a075988c Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Tue, 6 Jan 2004 21:43:07 +0000 Subject: add addressbook-migrate.[ch]. 2004-01-06 Chris Toshok * gui/component/Makefile.am (libevolution_addressbook_la_SOURCES): add addressbook-migrate.[ch]. * gui/component/addressbook-component.c (addressbook_component_init): remove the source creation from here, it's in the migration code now. (impl_upgradeFromVersion): new function, call the addressbook-migration stuff. (addressbook_component_class_init): fill in epv->upgradeFromVersion, and call smime_component_init. (addressbook_component_peek_base_directory): new function. (addressbook_component_peek_source_list): same. * gui/component/addressbook-component.h: add prototypes for _peek_base_directory and _peek_source_list. * gui/component/addressbook-migrate.[ch]: add migration code to convert stuff from 1.x over to 1.5/2.0. svn path=/trunk/; revision=24079 --- addressbook/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'addressbook/ChangeLog') diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e2dec01eac..d4bc67b350 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,24 @@ +2004-01-06 Chris Toshok + + * gui/component/Makefile.am (libevolution_addressbook_la_SOURCES): + add addressbook-migrate.[ch]. + + * gui/component/addressbook-component.c + (addressbook_component_init): remove the source creation from + here, it's in the migration code now. + (impl_upgradeFromVersion): new function, call the + addressbook-migration stuff. + (addressbook_component_class_init): fill in + epv->upgradeFromVersion, and call smime_component_init. + (addressbook_component_peek_base_directory): new function. + (addressbook_component_peek_source_list): same. + + * gui/component/addressbook-component.h: add prototypes for + _peek_base_directory and _peek_source_list. + + * gui/component/addressbook-migrate.[ch]: add migration code to + convert stuff from 1.x over to 1.5/2.0. + 2004-01-06 Rodney Dawes * gui/contact-editor/e-contact-editor-address.c: Apply -- cgit v1.2.3