]> git.sur5r.net Git - glabels/commit
2005-10-24 Jim Evins <evins@snaught.com>
authorJim Evins <evins@snaught.com>
Tue, 25 Oct 2005 03:01:56 +0000 (03:01 +0000)
committerJim Evins <evins@snaught.com>
Tue, 25 Oct 2005 03:01:56 +0000 (03:01 +0000)
commit6564675732a6cf86f70960aa83070cc64e940235
treea36eb79663481ce87617c1b82ac2d32145af8823
parent1b1e0d9590f300773c89589eab03c4f8a5db3f45
2005-10-24  Jim Evins  <evins@snaught.com>

* AUTHORS:
* src/Makefile.am:
* src/merge-evolution.c:
* src/merge-evolution.h:
* src/merge-init.c: (gl_merge_init):
* src/merge-properties-dialog.c: (type_changed_cb):
* src/merge-vcard.c:
* src/merge-vcard.h:
* src/ui-commands.c: (gl_ui_cmd_help_about):
Added Evolution Data Server and VCard merge backends.  Original patch
provided by Austin Henry <ahenry@users.sourceforge.net>.
* configure.in:
Only support EDS and VCard backends if libebook is installed.  Allow
user to disable support, even if installed.

git-svn-id: https://glabels.svn.sourceforge.net/svnroot/glabels/trunk@557 f5e0f49d-192f-0410-a22d-a8d8700d0965
glabels2/AUTHORS
glabels2/ChangeLog
glabels2/configure.in
glabels2/src/Makefile.am
glabels2/src/merge-evolution.c [new file with mode: 0644]
glabels2/src/merge-evolution.h [new file with mode: 0644]
glabels2/src/merge-init.c
glabels2/src/merge-properties-dialog.c
glabels2/src/merge-vcard.c [new file with mode: 0644]
glabels2/src/merge-vcard.h [new file with mode: 0644]
glabels2/src/ui-commands.c