aboutsummaryrefslogtreecommitdiffstats
path: root/wombat/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2003-11-07 13:52:24 +0800
committerJP Rosevear <jpr@src.gnome.org>2003-11-07 13:52:24 +0800
commit200606f92810d3de322e5ee96f8326e1a656f8bb (patch)
treeda0dc27f5311128dcb6e7eb6400931e45743372e /wombat/ChangeLog
parente5472b4cc9a4bb80b89437a16f8b77943ea35555 (diff)
downloadgsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.gz
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.bz2
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.lz
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.xz
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.tar.zst
gsoc2013-evolution-200606f92810d3de322e5ee96f8326e1a656f8bb.zip
Various changes to merge in evolution-data-server reliance.
svn path=/trunk/; revision=23206
Diffstat (limited to 'wombat/ChangeLog')
-rw-r--r--wombat/ChangeLog64
1 files changed, 0 insertions, 64 deletions
diff --git a/wombat/ChangeLog b/wombat/ChangeLog
deleted file mode 100644
index a0a17c4b3e..0000000000
--- a/wombat/ChangeLog
+++ /dev/null
@@ -1,64 +0,0 @@
-2003-10-31 Hans Petter Jansson <hpj@ximian.com>
-
- * Makefile.am (evolution_wombat_LDADD): Add http backend lib.
-
- * wombat.c (setup_pcs): Register webcal method for http backend.
-
-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).