diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2005-07-12 12:04:14 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-07-12 12:04:14 +0800 |
commit | 9f12922bd88bd7a83247cc7e0646c72773e2a013 (patch) | |
tree | da9a3d002dfa58ff262ef25ca3effe426fbfcc3a /addressbook/ChangeLog | |
parent | cf563ecd524fd20fb3cc8ebade877ad442d85c43 (diff) | |
download | gsoc2013-evolution-9f12922bd88bd7a83247cc7e0646c72773e2a013.tar.gz gsoc2013-evolution-9f12922bd88bd7a83247cc7e0646c72773e2a013.tar.zst gsoc2013-evolution-9f12922bd88bd7a83247cc7e0646c72773e2a013.zip |
Merge back eplugin-import-branch.
svn path=/trunk/; revision=29725
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index bad55eb3d7..640c480f42 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -30,6 +30,37 @@ bug 206774, 242154. * gui/widgets/eab-popup.h: Fixes the bug 206774, 242154. +2005-07-06 Not Zed <NotZed@Ximian.com> + + * Makefile.am (SUBDIRS): build importers before the gui code. + + * gui/component/Makefile.am (libevolution_addressbook_la_LIBADD): + link to importer plugin builtins. + + * importers/Makefile.am: just build a shared library with all the + importers in it, we dont install a plugin, it is just linked to + the main app for simplicity. + + * importers/GNOME_Evolution_Addressbook_VCard_Importer.server.in.in: + * importers/GNOME_Evolution_Addressbook_LDIF_Importer.server.in.in: + removed. + + * importers/evolution-vcard-importer.c: ported + to eimport, simplified some logic (why test extensions and then test + file content anyway), fixed some memory leaks, etc. + + * importers/evolution-ldif-importer.c (ldif_import): remove + progress dialog stuff, move to update e-import api. + +2005-07-01 Not Zed <NotZed@Ximian.com> + + * gui/component/addressbook-component.c + (addressbook_component_init): hookup the builtin importer + 'plugins'. + + * importers/*: fix for importers->eplugin, also added a + window/progress dialog and cancel button. + 2005-06-25 Harish Krishnaswamy <kharish@novell.com> * gui/contact-list-editor/Makefile.am: The previous commit breaks |