aboutsummaryrefslogtreecommitdiffstats
path: root/importers/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Fixes about a zillion bugsIain Holmes2001-07-131-0/+6
| | | | svn path=/trunk/; revision=11071
* s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR Added bindtextdomain(), textdomain()Kjartan Maraas2001-07-111-0/+8
| | | | | | | | | | | | 2001-07-11 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: s/GNOMELOCALEDIR/EVOLUTION_LOCALEDIR * elm-importer.c: Added bindtextdomain(), textdomain() calls. * evolution-gnomecard-importer.c: Same here. * pine-importer.c: Same here. * netscape-importer.c: Same here. svn path=/trunk/; revision=11002
* More don't ask again removalsIain Holmes2001-07-111-0/+4
| | | | svn path=/trunk/; revision=10969
* Fix the pine importerIain Holmes2001-07-111-0/+5
| | | | svn path=/trunk/; revision=10968
* Removed the unused widgetsIain Holmes2001-07-111-0/+5
| | | | svn path=/trunk/; revision=10964
* Quit properly, and remove the Ask again button.Iain Holmes2001-07-111-0/+10
| | | | svn path=/trunk/; revision=10956
* added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. NotDamon Chaplin2001-07-031-0/+5
| | | | | | | | | 2001-07-03 Damon Chaplin <damon@ximian.com> * Makefile.am: added $(BONOBO_CONF_LIBS) to all the LDADDs, to get it to compile. Not entirely sure it is correct. svn path=/trunk/; revision=10736
* Remove DB3_LDADDDan Winship2001-06-191-0/+7
| | | | | | | | | * Makefile.am (evolution_netscape_importer_LDADD): (evolution_elm_importer_LDADD): (evolution_pine_importer_LDADD): (evolution_gnomecard_importer_LDADD): Remove DB3_LDADD svn path=/trunk/; revision=10274
* added evolution-gnomecard-importer.Damon Chaplin2001-06-141-0/+4
| | | | | | | | 2001-06-14 Damon Chaplin <damon@ximian.com> * .cvsignore: added evolution-gnomecard-importer. svn path=/trunk/; revision=10227
* Fix Radek's fix. $(DB3_LDADD) must always come beforeEttore Perazzoli2001-06-051-0/+10
| | | | | | `libeutil.la'. svn path=/trunk/; revision=10112
* move DB3_LDADD down to fix linkageRadek Doulik2001-06-051-0/+4
| | | | | | | | 2001-06-04 Radek Doulik <rodo@ximian.com> * Makefile.am: move DB3_LDADD down to fix linkage svn path=/trunk/; revision=10111
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-031-0/+9
| | | | | | | functions from a different Berkeley DB library when we really don't mean to. svn path=/trunk/; revision=10106
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-021-0/+8
| | | | svn path=/trunk/; revision=10085
* Build the GnomeCard importerIain Holmes2001-05-171-0/+9
| | | | svn path=/trunk/; revision=9853
* Fix up the Importers. Remove spewage, and update for latest stylesIain Holmes2001-05-151-0/+19
| | | | svn path=/trunk/; revision=9802
* Use a better method of elm detectionIain Holmes2001-05-101-0/+7
| | | | svn path=/trunk/; revision=9740
* Added .cvsignore.Christopher James Lahey2001-05-101-0/+4
| | | | | | | | 2001-05-09 Christopher James Lahey <clahey@ximian.com> * .cvsignore: Added .cvsignore. svn path=/trunk/; revision=9732
* Include bonobo-context.h.Christopher James Lahey2001-05-101-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | 2001-05-09 Christopher James Lahey <clahey@ximian.com> * elm-importer.c, netscape-importer.c, pine-importer.c: Include bonobo-context.h. * netscape-importer.c (netscape_import_accounts): Made a bunch of const char *s here. (importer_cb): Replaced CORBA_OBJECT_NIL with CORBA_NO_EXCEPTION in a error check here. (netscape_create_structure): Removed unused data variable here. Added BONOBO_OBJECT casts. (importer_init): Changed factory to be a BonoboGenericFactory * instead of a BonoboObject *. * pine-importer.c (import_addressfile): Changed signature to match EBookCallback signature. Added char *email variable. Removed EList since we only need to deal with one email for now. Changed this to not set the file as to the fullname. (pine_can_import): Removed unused settings and addressbook variables. (pine_create_structure): Added BONOBO_OBJECT casts. svn path=/trunk/; revision=9731
* Importer changesIain Holmes2001-05-091-0/+11
svn path=/trunk/; revision=9722