blob: 2bc965387040613378fe1b48168f5d072740a4ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
2003-10-24 Dan Winship <danw@ximian.com>
* Makefile.am (evolution_wombat_LDADD): put back the conditional
libpasldap stuff, and make evolution-wombat explicitly depend on
the specific backends again; libpas itself cannot depend on the
backends. Use libpcsfile.la for the calendar dependency, and
remove libebook, libcal-util, libedb3util and libeutil, since
they're properly pulled in by libtool now.
2003-10-23 Ettore Perazzoli <ettore@ximian.com>
* GNOME_Evolution_WombatNOLDAP.server.in.in: Add
"calendar:supported_protocol" attribute that was missing here (but
was in the LDAP one).
2003-10-21 Chris Toshok <toshok@ximian.com>
* GNOME_Evolution_WombatLDAP.server.in.in: add vcf to
supported_protocols.
* GNOME_Evolution_WombatNOLDAP.server.in.in: same.
* wombat.c (setup_pas): register the vcf backend.
* Makefile.am (evolution_wombat_LDADD): replace the conditional
libpasldap stuff and the references to all the libpas* backends
with libpas.la.
2003-10-15 Rodrigo Moya <rodrigo@ximian.com>
* wombat.c (termination_handler): re-enabled the call to
cal_factory_get_n_backends, so that we only terminate if there
are no active backends (either addressbook or calendar).
2003-10-09 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: INCLUDE path fixes for changes made to libical
build.
2003-08-13 JP Rosevear <jpr@ximian.com>
* wombat.c (termination_handler): comment out some bits
(setup_pcs): register kind and method
* GNOME_Evolution_Wombat.server.in.in: add calendar protocol
* GNOME_Evolution_WombatLDAP.server.in.in: ditto
2003-06-26 Rodrigo Moya <rodrigo@ximian.com>
* Evolution-Wombat.idl: removed WombatClient interface.
* Makefile.am: don't link libwombat in.
2003-06-16 Frederic Crozat <fcrozat@mandrakesoft.com>
* Makefile.am:
Add missing skel/stub to BUILD_SOURCES (bug #44717).
|