diff -Nru evolution-data-server-3.4.3/aclocal.m4 evolution-data-server-3.4.4/aclocal.m4
--- evolution-data-server-3.4.3/aclocal.m4	2012-06-18 00:10:47.000000000 +0200
+++ evolution-data-server-3.4.4/aclocal.m4	2012-08-12 23:32:07.000000000 +0200
@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.11.5 -*- Autoconf -*-
+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
 
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
@@ -542,7 +542,7 @@
 [am__api_version='1.11'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.11.5], [],
+m4_if([$1], [1.11.6], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -558,7 +558,7 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.11.5])dnl
+[AM_AUTOMAKE_VERSION([1.11.6])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
diff -Nru evolution-data-server-3.4.3/addressbook/backends/file/e-book-backend-file.c evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c
--- evolution-data-server-3.4.3/addressbook/backends/file/e-book-backend-file.c	2012-06-18 00:09:39.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/file/e-book-backend-file.c	2012-08-12 23:29:54.000000000 +0200
@@ -1894,7 +1894,7 @@
 	source = e_backend_get_source (E_BACKEND (backend));
 	dirname = e_book_backend_file_extract_path_from_source (source, GET_PATH_DB_DIR);
 
-	if (!g_file_test (dirname, G_FILE_TEST_IS_DIR)) {
+	if (only_if_exists && !g_file_test (dirname, G_FILE_TEST_IS_DIR)) {
 		g_free (dirname);
 		g_propagate_error (perror, EDB_ERROR (NO_SUCH_BOOK));
 		return;
diff -Nru evolution-data-server-3.4.3/addressbook/backends/file/Makefile.in evolution-data-server-3.4.4/addressbook/backends/file/Makefile.in
--- evolution-data-server-3.4.3/addressbook/backends/file/Makefile.in	2012-06-18 00:10:55.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/file/Makefile.in	2012-08-12 23:32:17.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/backends/google/e-book-backend-google.c evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c
--- evolution-data-server-3.4.3/addressbook/backends/google/e-book-backend-google.c	2012-06-18 00:09:39.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/google/e-book-backend-google.c	2012-08-12 23:29:54.000000000 +0200
@@ -1041,6 +1041,7 @@
 	}
 
 	finish_operation (backend, -2, gdata_error);
+	g_object_unref (backend);
 
 	g_clear_error (&gdata_error);
 }
@@ -1064,6 +1065,8 @@
 		gdata_contacts_query_set_show_deleted (GDATA_CONTACTS_QUERY (query), TRUE);
 	}
 
+	g_object_ref (backend);
+
 	/* Run the query asynchronously */
 	cancellable = start_operation (backend, -2, NULL, _("Querying for updated groups…"));
 	gdata_contacts_service_query_groups_async (
diff -Nru evolution-data-server-3.4.3/addressbook/backends/google/Makefile.in evolution-data-server-3.4.4/addressbook/backends/google/Makefile.in
--- evolution-data-server-3.4.3/addressbook/backends/google/Makefile.in	2012-06-18 00:10:55.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/google/Makefile.in	2012-08-12 23:32:18.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/backends/ldap/Makefile.in evolution-data-server-3.4.4/addressbook/backends/ldap/Makefile.in
--- evolution-data-server-3.4.3/addressbook/backends/ldap/Makefile.in	2012-06-18 00:10:55.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/ldap/Makefile.in	2012-08-12 23:32:18.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/backends/Makefile.in evolution-data-server-3.4.4/addressbook/backends/Makefile.in
--- evolution-data-server-3.4.3/addressbook/backends/Makefile.in	2012-06-18 00:10:54.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/Makefile.in	2012-08-12 23:32:17.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/backends/vcf/Makefile.in evolution-data-server-3.4.4/addressbook/backends/vcf/Makefile.in
--- evolution-data-server-3.4.3/addressbook/backends/vcf/Makefile.in	2012-06-18 00:10:56.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/vcf/Makefile.in	2012-08-12 23:32:19.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/backends/webdav/Makefile.in evolution-data-server-3.4.4/addressbook/backends/webdav/Makefile.in
--- evolution-data-server-3.4.3/addressbook/backends/webdav/Makefile.in	2012-06-18 00:10:56.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/backends/webdav/Makefile.in	2012-08-12 23:32:19.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/libebook/Makefile.in evolution-data-server-3.4.4/addressbook/libebook/Makefile.in
--- evolution-data-server-3.4.3/addressbook/libebook/Makefile.in	2012-06-18 00:10:57.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/libebook/Makefile.in	2012-08-12 23:32:19.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/libedata-book/Makefile.in evolution-data-server-3.4.4/addressbook/libedata-book/Makefile.in
--- evolution-data-server-3.4.3/addressbook/libedata-book/Makefile.in	2012-06-18 00:10:57.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/libedata-book/Makefile.in	2012-08-12 23:32:20.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/libegdbus/Makefile.in evolution-data-server-3.4.4/addressbook/libegdbus/Makefile.in
--- evolution-data-server-3.4.3/addressbook/libegdbus/Makefile.in	2012-06-18 00:10:58.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/libegdbus/Makefile.in	2012-08-12 23:32:20.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/addressbook/Makefile.in evolution-data-server-3.4.4/addressbook/Makefile.in
--- evolution-data-server-3.4.3/addressbook/Makefile.in	2012-06-18 00:10:54.000000000 +0200
+++ evolution-data-server-3.4.4/addressbook/Makefile.in	2012-08-12 23:32:17.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/art/Makefile.in evolution-data-server-3.4.4/art/Makefile.in
--- evolution-data-server-3.4.3/art/Makefile.in	2012-06-18 00:10:58.000000000 +0200
+++ evolution-data-server-3.4.4/art/Makefile.in	2012-08-12 23:32:21.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/backends/caldav/Makefile.in evolution-data-server-3.4.4/calendar/backends/caldav/Makefile.in
--- evolution-data-server-3.4.3/calendar/backends/caldav/Makefile.in	2012-06-18 00:10:59.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/caldav/Makefile.in	2012-08-12 23:32:22.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/backends/contacts/e-cal-backend-contacts.c evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c
--- evolution-data-server-3.4.3/calendar/backends/contacts/e-cal-backend-contacts.c	2012-06-18 00:09:39.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/contacts/e-cal-backend-contacts.c	2012-08-12 23:29:54.000000000 +0200
@@ -67,7 +67,7 @@
 struct _ECalBackendContactsPrivate {
         ESourceList  *addressbook_sources;
 
-	GMutex *mutex;			/* guards 'addressbooks' and 'credentials' */
+	GRecMutex rec_mutex;			/* guards 'addressbooks' and 'credentials' */
 	GHashTable   *addressbooks;	/* UID -> BookRecord */
 	GHashTable   *credentials;	/* UID -> ECredentials to use in "authenticate" handler */
 	gboolean      loaded;
@@ -138,7 +138,7 @@
 	source_uid = e_source_peek_uid (source);
 	g_return_val_if_fail (source_uid != NULL, FALSE);
 
-	g_mutex_lock (cbc->priv->mutex);
+	g_rec_mutex_lock (&cbc->priv->rec_mutex);
 	use_credentials = g_hash_table_lookup (cbc->priv->credentials, source_uid);
 
 	if (use_credentials &&
@@ -160,12 +160,12 @@
 		e_credentials_set (use_credentials, CBC_CREDENTIALS_KEY_ALREADY_USED, "1");
 		g_slist_free (keys);
 
-		g_mutex_unlock (cbc->priv->mutex);
+		g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 
 		return TRUE;
 	}
 
-	g_mutex_unlock (cbc->priv->mutex);
+	g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 
 	/* write properties on a copy of original credentials */
 	credentials = e_credentials_new_clone (credentials);
@@ -339,14 +339,14 @@
 	source_uid = e_source_peek_uid (source);
 	g_return_if_fail (source_uid != NULL);
 
-	g_mutex_lock (cbc->priv->mutex);
+	g_rec_mutex_lock (&cbc->priv->rec_mutex);
 
 	br = g_hash_table_lookup (cbc->priv->addressbooks, source_uid);
 	if (br && br->book_client != book_client)
 		br = NULL;
 
 	if (!br) {
-		g_mutex_unlock (cbc->priv->mutex);
+		g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 		return;
 	}
 
@@ -393,7 +393,7 @@
 		br->book_view = book_view;
 	}
 
-	g_mutex_unlock (cbc->priv->mutex);
+	g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 }
 
 static void
@@ -415,14 +415,14 @@
 	source_uid = e_credentials_peek (credentials, CBC_CREDENTIALS_KEY_SOURCE_UID);
 	g_return_if_fail (source_uid != NULL);
 
-	g_mutex_lock (cbc->priv->mutex);
+	g_rec_mutex_lock (&cbc->priv->rec_mutex);
 
 	br = g_hash_table_lookup (cbc->priv->addressbooks, source_uid);
 	if (!br || !br->book_client ||
 	    /* no username means user cancelled password prompt */
 	    !e_credentials_has_key (credentials, E_CREDENTIALS_KEY_USERNAME)) {
 		g_hash_table_remove (cbc->priv->credentials, source_uid);
-		g_mutex_unlock (cbc->priv->mutex);
+		g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 		return;
 	}
 
@@ -430,7 +430,7 @@
 
 	cbc_reopen_book_client (cbc, br->book_client);
 
-	g_mutex_unlock (cbc->priv->mutex);
+	g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 }
 
 /* BookRecord methods */
@@ -461,9 +461,9 @@
 	br->book_client = book_client;
 	br->book_view = NULL;
 
-	g_mutex_lock (cbc->priv->mutex);
+	g_rec_mutex_lock (&cbc->priv->rec_mutex);
 	g_hash_table_insert (cbc->priv->addressbooks, g_strdup (uid), br);
-	g_mutex_unlock (cbc->priv->mutex);
+	g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 
 	if (!e_client_open_sync (E_CLIENT (book_client), TRUE, NULL, &error) || error) {
 		g_signal_handlers_disconnect_by_func (book_client, G_CALLBACK (book_client_authenticate_cb), cbc);
@@ -473,13 +473,13 @@
 			g_error_free (error);
 		}
 
-		g_mutex_lock (cbc->priv->mutex);
+		g_rec_mutex_lock (&cbc->priv->rec_mutex);
 
 		/* removal also frees the 'br' struct */
 		g_hash_table_remove (cbc->priv->addressbooks, uid);
 		g_hash_table_remove (cbc->priv->credentials, uid);
 
-		g_mutex_unlock (cbc->priv->mutex);
+		g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 	}
 }
 
@@ -666,12 +666,12 @@
 
 	g_return_if_fail (cbc);
 
-	g_mutex_lock (cbc->priv->mutex);
+	g_rec_mutex_lock (&cbc->priv->rec_mutex);
 
 	g_hash_table_remove (cbc->priv->addressbooks, uid);
 	g_hash_table_remove (cbc->priv->credentials, uid);
 
-	g_mutex_unlock (cbc->priv->mutex);
+	g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 }
 
 static void
@@ -700,7 +700,7 @@
 			if (!uid)
 				continue;
 
-			g_mutex_lock (cbc->priv->mutex);
+			g_rec_mutex_lock (&cbc->priv->rec_mutex);
 
 			if (is_source_usable (source, group)) {
 				if (!g_hash_table_lookup (cbc->priv->addressbooks, uid))
@@ -709,7 +709,7 @@
 				source_removed_cb (group, source, cbc);
 			}
 
-			g_mutex_unlock (cbc->priv->mutex);
+			g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 		}
 	}
 }
@@ -744,7 +744,7 @@
 
 	g_return_if_fail (cbc);
 
-	g_mutex_lock (cbc->priv->mutex);
+	g_rec_mutex_lock (&cbc->priv->rec_mutex);
 
         /* Unload all address books from this group */
 	for (i = e_source_group_peek_sources (group); i; i = i->next) {
@@ -755,7 +755,7 @@
 		g_hash_table_remove (cbc->priv->credentials, uid);
 	}
 
-	g_mutex_unlock (cbc->priv->mutex);
+	g_rec_mutex_unlock (&cbc->priv->rec_mutex);
 }
 
 /************************************************************************************/
@@ -1551,7 +1551,7 @@
 		gconf_client_notify_remove (priv->conf_client, priv->notifyid3);
 
 	g_object_unref (priv->conf_client);
-	g_mutex_free (priv->mutex);
+	g_rec_mutex_clear (&priv->rec_mutex);
 
 	/* Chain up to parent's finalize() method. */
 	G_OBJECT_CLASS (e_cal_backend_contacts_parent_class)->finalize (object);
@@ -1566,7 +1566,7 @@
 	if (!e_book_client_get_sources (&cbc->priv->addressbook_sources, NULL))
 		cbc->priv->addressbook_sources = NULL;
 
-	cbc->priv->mutex = g_mutex_new ();
+	g_rec_mutex_init (&cbc->priv->rec_mutex);
 
 	cbc->priv->addressbooks = g_hash_table_new_full (
 		(GHashFunc) g_str_hash,
diff -Nru evolution-data-server-3.4.3/calendar/backends/contacts/Makefile.in evolution-data-server-3.4.4/calendar/backends/contacts/Makefile.in
--- evolution-data-server-3.4.3/calendar/backends/contacts/Makefile.in	2012-06-18 00:10:59.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/contacts/Makefile.in	2012-08-12 23:32:22.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/backends/file/Makefile.in evolution-data-server-3.4.4/calendar/backends/file/Makefile.in
--- evolution-data-server-3.4.3/calendar/backends/file/Makefile.in	2012-06-18 00:11:00.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/file/Makefile.in	2012-08-12 23:32:23.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/backends/http/Makefile.in evolution-data-server-3.4.4/calendar/backends/http/Makefile.in
--- evolution-data-server-3.4.3/calendar/backends/http/Makefile.in	2012-06-18 00:11:00.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/http/Makefile.in	2012-08-12 23:32:23.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/backends/Makefile.in evolution-data-server-3.4.4/calendar/backends/Makefile.in
--- evolution-data-server-3.4.3/calendar/backends/Makefile.in	2012-06-18 00:10:59.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/Makefile.in	2012-08-12 23:32:21.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/backends/weather/Makefile.in evolution-data-server-3.4.4/calendar/backends/weather/Makefile.in
--- evolution-data-server-3.4.3/calendar/backends/weather/Makefile.in	2012-06-18 00:11:01.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/backends/weather/Makefile.in	2012-08-12 23:32:23.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/libecal/e-cal.c evolution-data-server-3.4.4/calendar/libecal/e-cal.c
--- evolution-data-server-3.4.3/calendar/libecal/e-cal.c	2012-06-18 00:08:12.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/libecal/e-cal.c	2012-08-12 23:29:54.000000000 +0200
@@ -2997,12 +2997,15 @@
 			ECalComponentRange *range;
 			ECalComponentDateTime datetime;
 
+			datetime.value = NULL;
+			datetime.tzid = NULL;
+
 			e_cal_component_get_dtstart (comp, &datetime);
 
 			if (instances_hold->start_zone)
-				itt = icaltime_from_timet_with_zone (start, datetime.value->is_date, instances_hold->start_zone);
+				itt = icaltime_from_timet_with_zone (start, datetime.value && datetime.value->is_date, instances_hold->start_zone);
 			else {
-				itt = icaltime_from_timet (start, datetime.value->is_date);
+				itt = icaltime_from_timet (start, datetime.value && datetime.value->is_date);
 
 				if (datetime.tzid) {
 					g_free ((gchar *) datetime.tzid);
@@ -3243,7 +3246,7 @@
 			 * For DATE values and DATE-TIME values without a
 			 * TZID (i.e. floating times) we use the default
 			 * timezone. */
-			if (dtstart.tzid && !dtstart.value->is_date) {
+			if (dtstart.tzid && dtstart.value && !dtstart.value->is_date) {
 				start_zone = e_cal_resolve_tzid_cb (dtstart.tzid, ecal);
 				if (!start_zone)
 					start_zone = default_zone;
@@ -3251,7 +3254,7 @@
 				start_zone = default_zone;
 			}
 
-			if (dtend.tzid && !dtend.value->is_date) {
+			if (dtend.tzid && dtend.value && !dtend.value->is_date) {
 				end_zone = e_cal_resolve_tzid_cb (dtend.tzid, ecal);
 				if (!end_zone)
 					end_zone = default_zone;
diff -Nru evolution-data-server-3.4.3/calendar/libecal/e-cal-client.c evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c
--- evolution-data-server-3.4.3/calendar/libecal/e-cal-client.c	2012-06-18 00:08:12.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/libecal/e-cal-client.c	2012-08-12 23:29:54.000000000 +0200
@@ -1277,12 +1277,17 @@
 		ECalComponentDateTime dtstart, dtend;
 
 		/* update DTSTART */
+		dtstart.value = NULL;
+		dtstart.tzid = NULL;
+
 		e_cal_component_get_dtstart (comp, &dtstart);
 
-		if (instances_hold->start_zone)
-			itt = icaltime_from_timet_with_zone (start, dtstart.value->is_date, instances_hold->start_zone);
-		else {
-			itt = icaltime_from_timet (start, dtstart.value->is_date);
+		if (instances_hold->start_zone) {
+			itt = icaltime_from_timet_with_zone (start, dtstart.value && dtstart.value->is_date, instances_hold->start_zone);
+			g_free ((gchar *) dtstart.tzid);
+			dtstart.tzid = g_strdup (icaltimezone_get_tzid (instances_hold->start_zone));
+		} else {
+			itt = icaltime_from_timet (start, dtstart.value && dtstart.value->is_date);
 			if (dtstart.tzid) {
 				g_free ((gchar *) dtstart.tzid);
 				dtstart.tzid = NULL;
@@ -1305,12 +1310,17 @@
 		g_free ((gchar *) dtstart.tzid);
 
 		/* Update DTEND */
+		dtend.value = NULL;
+		dtend.tzid = NULL;
+
 		e_cal_component_get_dtend (comp, &dtend);
 
-		if (instances_hold->end_zone)
-			itt = icaltime_from_timet_with_zone (end, dtend.value->is_date, instances_hold->end_zone);
-		else {
-			itt = icaltime_from_timet (end, dtend.value->is_date);
+		if (instances_hold->end_zone) {
+			itt = icaltime_from_timet_with_zone (end, dtend.value && dtend.value->is_date, instances_hold->end_zone);
+			g_free ((gchar *) dtend.tzid);
+			dtend.tzid = g_strdup (icaltimezone_get_tzid (instances_hold->end_zone));
+		} else {
+			itt = icaltime_from_timet (end, dtend.value && dtend.value->is_date);
 			if (dtend.tzid) {
 				g_free ((gchar *) dtend.tzid);
 				dtend.tzid = NULL;
@@ -1497,7 +1507,7 @@
 			 * For DATE values and DATE-TIME values without a
 			 * TZID (i.e. floating times) we use the default
 			 * timezone. */
-			if (dtstart.tzid && !dtstart.value->is_date) {
+			if (dtstart.tzid && dtstart.value && !dtstart.value->is_date) {
 				start_zone = e_cal_client_resolve_tzid_cb (dtstart.tzid, client);
 				if (!start_zone)
 					start_zone = default_zone;
@@ -1505,7 +1515,7 @@
 				start_zone = default_zone;
 			}
 
-			if (dtend.tzid && !dtend.value->is_date) {
+			if (dtend.tzid && dtend.value && !dtend.value->is_date) {
 				end_zone = e_cal_client_resolve_tzid_cb (dtend.tzid, client);
 				if (!end_zone)
 					end_zone = default_zone;
diff -Nru evolution-data-server-3.4.3/calendar/libecal/e-cal-system-timezone.c evolution-data-server-3.4.4/calendar/libecal/e-cal-system-timezone.c
--- evolution-data-server-3.4.3/calendar/libecal/e-cal-system-timezone.c	2012-06-18 00:08:12.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/libecal/e-cal-system-timezone.c	2012-08-12 23:29:54.000000000 +0200
@@ -412,10 +412,10 @@
 	static gchar *last_timezone = NULL;
 	static GStaticRecMutex mutex = G_STATIC_REC_MUTEX_INIT;
 
-	struct stat  stat_localtime;
-	gchar	*localtime_content = NULL;
-	gsize	localtime_content_len = -1;
-	gchar	*retval, *fallback = NULL;
+	struct stat stat_localtime;
+	gchar *localtime_content = NULL;
+	gsize localtime_content_len = -1;
+	gchar *retval, *fallback = NULL;
 
 	if (g_stat (ETC_LOCALTIME, &stat_localtime) != 0)
 		return NULL;
@@ -478,13 +478,7 @@
 typedef gchar * (*GetSystemTimezone) (GHashTable *ical_zones);
 /* The order of the functions here define the priority of the methods used
  * to find the timezone. First method has higher priority. */
-static GetSystemTimezone get_system_timezone_methods[] = {
-	/* cheap and "more correct" than data from a config file */
-	system_timezone_read_etc_localtime_softlink,
-	/* reading /etc/timezone directly. Expensive since we have to stat
-	 * many files, but it returns always correct values, even on KDE */
-	system_timezone_read_etc_localtime_content,
-	system_timezone_read_etc_localtime_hardlink,
+static GetSystemTimezone get_system_timezone_methods_config[] = {
 	/* reading various config files */
 	system_timezone_read_etc_timezone,
 	system_timezone_read_etc_sysconfig_clock,
@@ -496,6 +490,14 @@
 	NULL
 };
 
+static GetSystemTimezone get_system_timezone_methods_slow[] = {
+	/* reading /etc/timezone directly. Expensive since we have to stat
+	 * many files, but it returns always correct values, even on KDE */
+	system_timezone_read_etc_localtime_content,
+	system_timezone_read_etc_localtime_hardlink,
+	NULL
+};
+
 static gboolean
 system_timezone_is_valid (const gchar *tz,
                           GHashTable *ical_zones)
@@ -523,7 +525,7 @@
 	GHashTable *ical_zones;
 	icalarray *builtin_timezones;
 	gint ii;
-	gchar *tz;
+	gchar *tz, *config_tz = NULL;
 
 	/* return only timezones known to libical */
 	ical_zones = g_hash_table_new_full (g_str_hash, g_str_equal, g_free, NULL);
@@ -543,11 +545,75 @@
 			g_hash_table_insert (ical_zones, g_strdup (location), GINT_TO_POINTER (1));
 	}
 
-	for (ii = 0; get_system_timezone_methods[ii] != NULL; ii++) {
-		tz = get_system_timezone_methods[ii] (ical_zones);
+	/* softlink is the best option, it points to the correct file */
+	tz = system_timezone_read_etc_localtime_softlink (ical_zones);
+	if (system_timezone_is_valid (tz, ical_zones)) {
+		g_hash_table_destroy (ical_zones);
+		return tz;
+	}
+
+	g_free (tz);
+
+	config_tz = NULL;
+
+	/* read correct timezone name from config file; checking
+	   on /etc/localtime content can pick wrong timezone name,
+	   even the file is same
+	 */
+	for (ii = 0; get_system_timezone_methods_config[ii] != NULL; ii++) {
+		config_tz = get_system_timezone_methods_config[ii] (ical_zones);
+
+		if (system_timezone_is_valid (config_tz, ical_zones)) {
+			break;
+		}
+
+		g_free (config_tz);
+		config_tz = NULL;
+	}
+
+	if (config_tz) {
+		struct stat stat_localtime;
+		gchar *localtime_content = NULL;
+		gsize localtime_content_len = -1;
+
+		if (g_stat (ETC_LOCALTIME, &stat_localtime) == 0 &&
+		    S_ISREG (stat_localtime.st_mode) &&
+		    g_file_get_contents (ETC_LOCALTIME,
+					 &localtime_content,
+					 &localtime_content_len,
+					 NULL)) {
+			struct stat stat_config_tz;
+			gchar *filename = g_build_filename (SYSTEM_ZONEINFODIR, config_tz, NULL);
+
+			if (filename &&
+			    g_stat (filename, &stat_config_tz) == 0 &&
+			    files_are_identical_content (&stat_localtime,
+				&stat_config_tz,
+				localtime_content,
+				localtime_content_len,
+				filename)) {
+				g_free (filename);
+				g_free (localtime_content);
+				g_hash_table_destroy (ical_zones);
+
+				/* corresponding file name to config_tz matches /etc/localtime,
+				   thus that's the correct one - return it as system timezone;
+				   bonus is that it might match configured system timezone name too
+				*/
+				return config_tz;
+			}
+			g_free (filename);
+		}
+
+		g_free (localtime_content);
+	}
+
+	for (ii = 0; get_system_timezone_methods_slow[ii] != NULL; ii++) {
+		tz = get_system_timezone_methods_slow[ii] (ical_zones);
 
 		if (system_timezone_is_valid (tz, ical_zones)) {
 			g_hash_table_destroy (ical_zones);
+			g_free (config_tz);
 			return tz;
 		}
 
@@ -556,7 +622,7 @@
 
 	g_hash_table_destroy (ical_zones);
 
-	return NULL;
+	return config_tz;
 }
 
 #else /* G_OS_WIN32 */
diff -Nru evolution-data-server-3.4.3/calendar/libecal/Makefile.in evolution-data-server-3.4.4/calendar/libecal/Makefile.in
--- evolution-data-server-3.4.3/calendar/libecal/Makefile.in	2012-06-18 00:11:01.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/libecal/Makefile.in	2012-08-12 23:32:24.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/libedata-cal/Makefile.in evolution-data-server-3.4.4/calendar/libedata-cal/Makefile.in
--- evolution-data-server-3.4.3/calendar/libedata-cal/Makefile.in	2012-06-18 00:11:02.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/libedata-cal/Makefile.in	2012-08-12 23:32:25.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/libegdbus/Makefile.in evolution-data-server-3.4.4/calendar/libegdbus/Makefile.in
--- evolution-data-server-3.4.3/calendar/libegdbus/Makefile.in	2012-06-18 00:11:02.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/libegdbus/Makefile.in	2012-08-12 23:32:25.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/calendar/Makefile.in evolution-data-server-3.4.4/calendar/Makefile.in
--- evolution-data-server-3.4.3/calendar/Makefile.in	2012-06-18 00:10:58.000000000 +0200
+++ evolution-data-server-3.4.4/calendar/Makefile.in	2012-08-12 23:32:21.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/camel-filter-driver.c evolution-data-server-3.4.4/camel/camel-filter-driver.c
--- evolution-data-server-3.4.3/camel/camel-filter-driver.c	2012-06-18 00:08:13.000000000 +0200
+++ evolution-data-server-3.4.4/camel/camel-filter-driver.c	2012-08-12 23:29:54.000000000 +0200
@@ -1654,6 +1654,16 @@
 	if (message != NULL && camel_mime_message_get_source (message) == NULL)
 		camel_mime_message_set_source (message, original_store_uid);
 
+	if (g_strcmp0 (store_uid, "local") == 0 ||
+	    g_strcmp0 (store_uid, "vfolder") == 0) {
+		store_uid = NULL;
+	}
+
+	if (g_strcmp0 (original_store_uid, "local") == 0 ||
+	    g_strcmp0 (original_store_uid, "vfolder") == 0) {
+		original_store_uid = NULL;
+	}
+
 	list = g_queue_peek_head_link (&driver->priv->rules);
 	result = CAMEL_SEARCH_NOMATCH;
 
diff -Nru evolution-data-server-3.4.3/camel/camel-folder-summary.c evolution-data-server-3.4.4/camel/camel-folder-summary.c
--- evolution-data-server-3.4.3/camel/camel-folder-summary.c	2012-06-18 00:09:39.000000000 +0200
+++ evolution-data-server-3.4.4/camel/camel-folder-summary.c	2012-08-12 23:29:54.000000000 +0200
@@ -167,6 +167,37 @@
 
 G_DEFINE_TYPE (CamelFolderSummary, camel_folder_summary, CAMEL_TYPE_OBJECT)
 
+static gboolean
+remove_each_item (gpointer uid,
+		  gpointer mi,
+		  gpointer user_data)
+{
+	GSList **to_remove_infos = user_data;
+
+	*to_remove_infos = g_slist_prepend (*to_remove_infos, mi);
+
+	return TRUE;
+}
+
+static void
+remove_all_loaded (CamelFolderSummary *summary)
+{
+	GSList *to_remove_infos = NULL;
+
+	g_return_if_fail (CAMEL_IS_FOLDER_SUMMARY (summary));
+
+	camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
+
+	camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_REF_LOCK);
+	g_hash_table_foreach_remove (summary->priv->loaded_infos, remove_each_item, &to_remove_infos);
+	camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_REF_LOCK);
+
+	g_slist_foreach (to_remove_infos, (GFunc) camel_message_info_free, NULL);
+	g_slist_free (to_remove_infos);
+
+	camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
+}
+
 static void
 free_o_name (gpointer key,
              gpointer value,
@@ -184,6 +215,8 @@
 	priv = CAMEL_FOLDER_SUMMARY_GET_PRIVATE (object);
 
 	if (priv->timeout_handle) {
+		/* this should not happen, because the release timer
+		   holds a reference on object */
 		g_source_remove (priv->timeout_handle);
 		priv->timeout_handle = 0;
 	}
@@ -228,6 +261,11 @@
 		priv->index = NULL;
 	}
 
+	if (priv->folder) {
+		g_object_weak_unref (G_OBJECT (priv->folder), (GWeakNotify) g_nullify_pointer, &priv->folder);
+		priv->folder = NULL;
+	}
+
 	/* Chain up to parent's dispose() method. */
 	G_OBJECT_CLASS (camel_folder_summary_parent_class)->dispose (object);
 }
@@ -239,6 +277,7 @@
 	CamelFolderSummaryPrivate *priv = summary->priv;
 
 	g_hash_table_destroy (priv->uids);
+	remove_all_loaded (summary);
 	g_hash_table_destroy (priv->loaded_infos);
 
 	g_hash_table_foreach (priv->filter_charset, free_o_name, NULL);
@@ -265,6 +304,8 @@
 	/* folder can be NULL in certain cases, see maildir-store */
 
 	summary->priv->folder = folder;
+	if (folder)
+		g_object_weak_ref (G_OBJECT (folder), (GWeakNotify) g_nullify_pointer, &summary->priv->folder);
 }
 
 static void
@@ -1961,6 +2002,8 @@
 	if (!summary->priv->folder || !g_hash_table_size (summary->priv->loaded_infos)) {
 		summary->priv->cache_load_time = 0;
 		summary->priv->timeout_handle = 0;
+		g_object_unref (summary);
+
 		return FALSE;
 	}
 
@@ -1993,8 +2036,10 @@
 		}
 
 		/* FIXME[disk-summary] LRU please and not timeouts */
-		if (can_do)
-			summary->priv->timeout_handle = g_timeout_add_seconds (SUMMARY_CACHE_DROP, (GSourceFunc) cfs_try_release_memory, summary);
+		if (can_do) {
+			summary->priv->timeout_handle = g_timeout_add_seconds (SUMMARY_CACHE_DROP,
+				(GSourceFunc) cfs_try_release_memory, g_object_ref (summary));
+		}
 	}
 
 	/* update also cache load time to the actual, to not release something just loaded */
@@ -2223,6 +2268,7 @@
 
 	g_return_val_if_fail (CAMEL_IS_FOLDER_SUMMARY (summary), FALSE);
 
+	camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 	camel_folder_summary_save_to_db (summary, NULL);
 
 	/* struct _db_pass_data data; */
@@ -2230,8 +2276,10 @@
 
 	full_name = camel_folder_get_full_name (summary->priv->folder);
 	parent_store = camel_folder_get_parent_store (summary->priv->folder);
-	if (!camel_folder_summary_header_load_from_db (summary, parent_store, full_name, error))
+	if (!camel_folder_summary_header_load_from_db (summary, parent_store, full_name, error)) {
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 		return FALSE;
+	}
 
 	cdb = parent_store->cdb_r;
 
@@ -2248,6 +2296,8 @@
 	} else if (local_error != NULL)
 		g_propagate_error (error, local_error);
 
+	camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
+
 	return ret == 0;
 }
 
@@ -2577,28 +2627,30 @@
 	parent_store = camel_folder_get_parent_store (summary->priv->folder);
 	cdb = parent_store->cdb_w;
 
+	camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
+
 	d(printf ("\ncamel_folder_summary_save_to_db called \n"));
 	if (summary->priv->need_preview && g_hash_table_size (summary->priv->preview_updates)) {
-		camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
-
 		camel_db_begin_transaction (parent_store->cdb_w, NULL);
 		g_hash_table_foreach (summary->priv->preview_updates, (GHFunc) msg_save_preview, summary->priv->folder);
 		g_hash_table_remove_all (summary->priv->preview_updates);
 		camel_db_end_transaction (parent_store->cdb_w, NULL);
-
-		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 	}
 
 	summary->flags &= ~CAMEL_SUMMARY_DIRTY;
 
 	count = cfs_count_dirty (summary);
-	if (!count)
-		return camel_folder_summary_header_save_to_db (summary, error);
+	if (!count) {
+		gboolean res = camel_folder_summary_header_save_to_db (summary, error);
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
+		return res;
+	}
 
 	ret = save_message_infos_to_db (summary, FALSE, error);
 	if (ret != 0) {
 		/* Failed, so lets reset the flag */
 		summary->flags |= CAMEL_SUMMARY_DIRTY;
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 		return FALSE;
 	}
 
@@ -2619,6 +2671,7 @@
 		ret = save_message_infos_to_db (summary, FALSE, error);
 		if (ret != 0) {
 			summary->flags |= CAMEL_SUMMARY_DIRTY;
+			camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 			return FALSE;
 		}
 	}
@@ -2626,6 +2679,7 @@
 	record = CAMEL_FOLDER_SUMMARY_GET_CLASS (summary)->summary_header_to_db (summary, error);
 	if (!record) {
 		summary->flags |= CAMEL_SUMMARY_DIRTY;
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 		return FALSE;
 	}
 
@@ -2638,10 +2692,12 @@
 	if (ret != 0) {
 		camel_db_abort_transaction (cdb, NULL);
 		summary->flags |= CAMEL_SUMMARY_DIRTY;
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 		return FALSE;
 	}
 
 	camel_db_end_transaction (cdb, NULL);
+	camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 
 	return ret == 0;
 }
@@ -2662,11 +2718,13 @@
 
 	parent_store = camel_folder_get_parent_store (summary->priv->folder);
 	cdb = parent_store->cdb_w;
+	camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 
 	d(printf ("\ncamel_folder_summary_header_save_to_db called \n"));
 
 	record = CAMEL_FOLDER_SUMMARY_GET_CLASS (summary)->summary_header_to_db (summary, error);
 	if (!record) {
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 		return FALSE;
 	}
 
@@ -2678,10 +2736,12 @@
 
 	if (ret != 0) {
 		camel_db_abort_transaction (cdb, NULL);
+		camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 		return FALSE;
 	}
 
 	camel_db_end_transaction (cdb, NULL);
+	camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 
 	return ret == 0;
 }
@@ -2703,6 +2763,7 @@
 
 	d(printf ("\ncamel_folder_summary_header_load_from_db called \n"));
 
+	camel_folder_summary_lock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
 	camel_folder_summary_save_to_db (summary, NULL);
 
 	cdb = store->cdb_r;
@@ -2712,6 +2773,8 @@
 
 	ret = CAMEL_FOLDER_SUMMARY_GET_CLASS (summary)->summary_header_from_db (summary, record);
 
+	camel_folder_summary_unlock (summary, CAMEL_FOLDER_SUMMARY_SUMMARY_LOCK);
+
 	g_free (record->folder_name);
 	g_free (record->bdata);
 	g_free (record);
@@ -3133,6 +3196,7 @@
 	}
 
 	g_hash_table_remove_all (summary->priv->uids);
+	remove_all_loaded (summary);
 	g_hash_table_remove_all (summary->priv->loaded_infos);
 
 	summary->priv->saved_count = 0;
@@ -3265,9 +3329,16 @@
 		gpointer ptr_uid = NULL, ptr_flags = NULL;
 		if (g_hash_table_lookup_extended (summary->priv->uids, l->data, &ptr_uid, &ptr_flags)) {
 			const gchar *uid_copy = camel_pstring_strdup (l->data);
+			CamelMessageInfo *mi;
+
 			folder_summary_update_counts_by_flags (summary, GPOINTER_TO_UINT (ptr_flags), TRUE);
 			g_hash_table_remove (summary->priv->uids, uid_copy);
+
+			mi = g_hash_table_lookup (summary->priv->loaded_infos, uid_copy);
 			g_hash_table_remove (summary->priv->loaded_infos, uid_copy);
+
+			if (mi)
+				camel_message_info_free (mi);
 			camel_pstring_free (uid_copy);
 		}
 	}
@@ -3348,6 +3419,8 @@
 	case CAMEL_MIME_PARSER_STATE_MULTIPART:
 		ci = CAMEL_FOLDER_SUMMARY_GET_CLASS (summary)->content_info_new_from_header (summary, camel_mime_parser_headers_raw (mp));
 		if (ci) {
+			if (ci->type)
+				camel_content_type_unref (ci->type);
 			ci->type = camel_mime_parser_content_type (mp);
 			camel_content_type_ref (ci->type);
 		}
@@ -4399,6 +4472,7 @@
 		if (mi->summary->priv->build_content
 		    && ((CamelMessageInfoBase *) mi)->content) {
 			camel_folder_summary_content_info_free (mi->summary, ((CamelMessageInfoBase *) mi)->content);
+			((CamelMessageInfoBase *) mi)->content = NULL;
 		}
 
 		CAMEL_FOLDER_SUMMARY_GET_CLASS (mi->summary)->message_info_free (mi->summary, mi);
diff -Nru evolution-data-server-3.4.3/camel/camel-tcp-stream-raw.c evolution-data-server-3.4.4/camel/camel-tcp-stream-raw.c
--- evolution-data-server-3.4.3/camel/camel-tcp-stream-raw.c	2012-06-18 00:08:15.000000000 +0200
+++ evolution-data-server-3.4.4/camel/camel-tcp-stream-raw.c	2012-08-12 23:29:54.000000000 +0200
@@ -53,8 +53,8 @@
 
 #define d(x)
 
-#define IO_TIMEOUT (PR_TicksPerSecond() * 4 * 60)
-#define CONNECT_TIMEOUT (PR_TicksPerSecond () * 4 * 60)
+#define IO_TIMEOUT (PR_TicksPerSecond() * 1 * 60)
+#define CONNECT_TIMEOUT (PR_TicksPerSecond () * 1 * 60)
 
 typedef struct _CamelTcpStreamRawPrivate {
 	PRFileDesc *sockfd;
@@ -329,7 +329,7 @@
 			PR_GetCurrentThread (), (GDestroyNotify) NULL);
 
 	do {
-		bytes_read = PR_Read (fd, buffer, n);
+		bytes_read = PR_Recv (fd, buffer, n, 0, IO_TIMEOUT);
 	} while (bytes_read == -1 && PR_GetError () == PR_IO_PENDING_ERROR);
 
 	if (cancel_id > 0)
@@ -377,9 +377,9 @@
 
 	do {
 		do {
-			bytes_written = PR_Write (
+			bytes_written = PR_Send (
 				fd, buffer + total_written,
-				size - total_written);
+				size - total_written, 0, IO_TIMEOUT);
 		} while (bytes_written == -1 && PR_GetError () == PR_IO_PENDING_ERROR);
 
 		if (bytes_written > 0)
@@ -525,7 +525,7 @@
 			cancellable, G_CALLBACK (tcp_stream_cancelled),
 			PR_GetCurrentThread (), (GDestroyNotify) NULL);
 
-	status = PR_Connect (fd, &netaddr, PR_INTERVAL_NO_TIMEOUT);
+	status = PR_Connect (fd, &netaddr, CONNECT_TIMEOUT);
 
 	if (cancel_id > 0)
 		g_cancellable_disconnect (cancellable, cancel_id);
diff -Nru evolution-data-server-3.4.3/camel/camel-vee-folder.c evolution-data-server-3.4.4/camel/camel-vee-folder.c
--- evolution-data-server-3.4.3/camel/camel-vee-folder.c	2012-06-18 00:08:15.000000000 +0200
+++ evolution-data-server-3.4.4/camel/camel-vee-folder.c	2012-08-12 23:29:54.000000000 +0200
@@ -183,8 +183,8 @@
 
 			*unm_added_l = g_list_prepend (*unm_added_l, (gpointer) camel_pstring_strdup (vuid));
 
-			camel_folder_summary_remove_uid (
-				CAMEL_FOLDER (folder_unmatched)->summary, vuid);
+			camel_folder_summary_remove (
+				CAMEL_FOLDER (folder_unmatched)->summary, (CamelMessageInfo *) vinfo);
 			camel_folder_free_message_info (
 				CAMEL_FOLDER (folder_unmatched),
 				(CamelMessageInfo *) vinfo);
@@ -220,7 +220,13 @@
 	if (use_db)
 		*m_removed_l = g_list_prepend (*m_removed_l, (gpointer) camel_pstring_strdup (vuid));
 
-	camel_folder_summary_remove_uid (folder->summary, vuid);
+	vinfo = (CamelVeeMessageInfo *) camel_folder_summary_peek_loaded (folder->summary, vuid);
+	if (vinfo) {
+		camel_folder_summary_remove (folder->summary, (CamelMessageInfo *) vinfo);
+		camel_message_info_free ((CamelMessageInfo *) vinfo);
+	} else {
+		camel_folder_summary_remove_uid (folder->summary, vuid);
+	}
 
 	if ((vf->flags & CAMEL_STORE_FOLDER_PRIVATE) == 0 && !CAMEL_IS_VEE_FOLDER (sub) && folder_unmatched != NULL) {
 		if (keep) {
@@ -251,8 +257,8 @@
 
 				*unm_removed_l = g_list_prepend (*unm_removed_l, (gpointer) camel_pstring_strdup (vuid));
 
-				camel_folder_summary_remove_uid (
-					CAMEL_FOLDER (folder_unmatched)->summary, vuid);
+				camel_folder_summary_remove (
+					CAMEL_FOLDER (folder_unmatched)->summary, (CamelMessageInfo *) vinfo);
 				camel_folder_free_message_info (
 					CAMEL_FOLDER (folder_unmatched),
 					(CamelMessageInfo *) vinfo);
@@ -751,16 +757,16 @@
 		if (vee_folder_add_uid_test (u->folder_unmatched, u->source, uidin, u->hash))
 			camel_folder_change_info_add_uid (u->folder_unmatched->changes, uid);
 	} else {
-		CamelVeeMessageInfo *mi = (CamelVeeMessageInfo *) camel_folder_summary_get (((CamelFolder *) u->folder_unmatched)->summary, uid);
+		CamelMessageInfo *mi = camel_folder_summary_get (((CamelFolder *) u->folder_unmatched)->summary, uid);
 		if (mi) {
 			if (u->message_uids != NULL)
 				g_queue_push_tail (u->message_uids, g_strdup (uid));
 
-			camel_folder_summary_remove_uid (
-				((CamelFolder *) u->folder_unmatched)->summary, uid);
+			camel_folder_summary_remove (
+				((CamelFolder *) u->folder_unmatched)->summary, mi);
 			camel_folder_change_info_remove_uid (
 				u->folder_unmatched->changes, uid);
-			camel_message_info_free ((CamelMessageInfo *) mi);
+			camel_message_info_free (mi);
 		}
 	}
 }
@@ -1449,12 +1455,14 @@
 		known_uids = camel_folder_summary_get_array (folder->summary);
 		for (i = 0; known_uids && i < known_uids->len; i++) {
 			CamelVeeMessageInfo *mi = (CamelVeeMessageInfo *) camel_folder_summary_get (folder->summary, g_ptr_array_index (known_uids, i));
-			if (mi->old_flags & CAMEL_MESSAGE_DELETED) {
-				del = g_list_prepend (del, (gpointer) camel_pstring_strdup (((CamelMessageInfo *) mi)->uid));
-				camel_folder_summary_remove_uid (folder->summary, ((CamelMessageInfo *) mi)->uid);
+			if (mi) {
+				if (mi->old_flags & CAMEL_MESSAGE_DELETED) {
+					del = g_list_prepend (del, (gpointer) camel_pstring_strdup (((CamelMessageInfo *) mi)->uid));
+					camel_folder_summary_remove (folder->summary, (CamelMessageInfo *) mi);
 
+				}
+				camel_message_info_free (mi);
 			}
-			camel_message_info_free (mi);
 		}
 		camel_folder_summary_free_array (known_uids);
 
@@ -1592,7 +1600,7 @@
 				if (mi) {
 					if (mi->orig_summary == ssummary) {
 						camel_folder_change_info_remove_uid (folder_unmatched->changes, camel_message_info_uid (mi));
-						camel_folder_summary_remove_uid (((CamelFolder *) folder_unmatched)->summary, camel_message_info_uid (mi));
+						camel_folder_summary_remove (((CamelFolder *) folder_unmatched)->summary, (CamelMessageInfo *) mi);
 					}
 					camel_message_info_free ((CamelMessageInfo *) mi);
 				}
@@ -1611,7 +1619,7 @@
 				const gchar *uid = camel_message_info_uid (mi);
 
 				camel_folder_change_info_remove_uid (vf->changes, uid);
-				camel_folder_summary_remove_uid (folder->summary, uid);
+				camel_folder_summary_remove (folder->summary, (CamelMessageInfo *) mi);
 
 				if ((vf->flags & CAMEL_STORE_FOLDER_PRIVATE) == 0 && folder_unmatched != NULL) {
 					if (still) {
@@ -1803,7 +1811,7 @@
 
 				if (g_hash_table_lookup (matchhash, uid + 8) == NULL) {
 					camel_folder_change_info_remove_uid (vee_folder->changes, camel_message_info_uid (mi));
-					camel_folder_summary_remove_uid (folder->summary, uid);
+					camel_folder_summary_remove (folder->summary, (CamelMessageInfo *) mi);
 
 					if (!CAMEL_IS_VEE_FOLDER (source)
 					    && unmatched_uids != NULL
@@ -1868,7 +1876,13 @@
 					if (strncmp (uid, u.hash, 8) == 0) {
 						if (g_hash_table_lookup (allhash, uid + 8) == NULL) {
 							/* no longer exists at all, just remove it entirely */
-							camel_folder_summary_remove_uid (((CamelFolder *) folder_unmatched)->summary, uid);
+							CamelMessageInfo *mi = camel_folder_summary_peek_loaded (((CamelFolder *) folder_unmatched)->summary, uid);
+							if (mi) {
+								camel_folder_summary_remove (((CamelFolder *) folder_unmatched)->summary, mi);
+								camel_message_info_free (mi);
+							} else {
+								camel_folder_summary_remove_uid (((CamelFolder *) folder_unmatched)->summary, uid);
+							}
 							camel_folder_change_info_remove_uid (folder_unmatched->changes, uid);
 						} else {
 							g_hash_table_remove (allhash, uid + 8);
diff -Nru evolution-data-server-3.4.3/camel/Makefile.in evolution-data-server-3.4.4/camel/Makefile.in
--- evolution-data-server-3.4.3/camel/Makefile.in	2012-06-18 00:11:04.000000000 +0200
+++ evolution-data-server-3.4.4/camel/Makefile.in	2012-08-12 23:32:27.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/imap/camel-imap-folder.c evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c
--- evolution-data-server-3.4.3/camel/providers/imap/camel-imap-folder.c	2012-06-18 00:08:15.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imap/camel-imap-folder.c	2012-08-12 23:29:54.000000000 +0200
@@ -1442,6 +1442,7 @@
 
 			if (count1 != count2) {
 				g_list_free (list2);
+				camel_message_info_free ((CamelMessageInfo *) info);
 				close_range ();
 				continue;
 			}
@@ -1453,6 +1454,7 @@
 
 			if (cmp) {
 				g_list_free (list2);
+				camel_message_info_free ((CamelMessageInfo *) info);
 				close_range ();
 				continue;
 			}
@@ -1657,19 +1659,13 @@
 	/* deleted_uids is NULL when not using real trash */
 	folder_path = camel_imap_settings_dup_real_trash_path (
 		CAMEL_IMAP_SETTINGS (settings));
-	if (folder_path != NULL) {
+	if (folder_path != NULL && *folder_path) {
 		if ((folder->folder_flags & CAMEL_FOLDER_IS_TRASH) != 0) {
 			/* syncing the trash, expunge deleted when found any */
 			real_trash = g_object_ref (folder);
 		} else {
 			real_trash = camel_store_get_trash_folder_sync (
 				parent_store, cancellable, NULL);
-
-			if (folder_path == NULL && real_trash) {
-				/* failed to open real trash */
-				g_object_unref (real_trash);
-				real_trash = NULL;
-			}
 		}
 	}
 	g_free (folder_path);
@@ -1680,7 +1676,7 @@
 	/* junked_uids is NULL when not using real junk */
 	folder_path = camel_imap_settings_dup_real_junk_path (
 		CAMEL_IMAP_SETTINGS (settings));
-	if (folder_path != NULL) {
+	if (folder_path != NULL && *folder_path) {
 		if ((folder->folder_flags & CAMEL_FOLDER_IS_JUNK) != 0) {
 			/* syncing the junk, but cannot move
 			 * messages to itself, thus do nothing */
@@ -1688,12 +1684,6 @@
 		} else {
 			real_junk = camel_store_get_junk_folder_sync (
 				parent_store, cancellable, NULL);
-
-			if (folder_path == NULL && real_junk) {
-				/* failed to open real junk */
-				g_object_unref (real_junk);
-				real_junk = NULL;
-			}
 		}
 	}
 	g_free (folder_path);
@@ -1736,6 +1726,8 @@
 		if (!camel_imap_store_connected (store, NULL)) {
 			g_free (set);
 			camel_message_info_free (info);
+			g_ptr_array_foreach (matches, (GFunc) camel_message_info_free, NULL);
+			g_ptr_array_free (matches, TRUE);
 			break;
 		}
 
@@ -1805,10 +1797,7 @@
 			camel_folder_summary_touch (folder->summary);
 		}
 
-		for (j = 0; j < matches->len; j++) {
-			info = matches->pdata[j];
-			camel_message_info_free (&info->info);
-		}
+		g_ptr_array_foreach (matches, (GFunc) camel_message_info_free, NULL);
 		g_ptr_array_free (matches, TRUE);
 
 		/* We unlock here so that other threads can have a chance to grab the connect_lock */
@@ -1829,6 +1818,10 @@
 				g_object_unref (real_trash);
 			if (real_junk)
 				g_object_unref (real_junk);
+
+			g_ptr_array_foreach (summary, (GFunc) camel_pstring_free, NULL);
+			g_ptr_array_free (summary, TRUE);
+
 			return FALSE;
 		}
 
@@ -1912,7 +1905,15 @@
 	changes = camel_folder_change_info_new ();
 
 	for (i = 0; i < uids->len; i++) {
-		camel_folder_summary_remove_uid (folder->summary, uids->pdata[i]);
+		CamelMessageInfo *mi = camel_folder_summary_peek_loaded (folder->summary, uids->pdata[i]);
+
+		if (mi) {
+			camel_folder_summary_remove (folder->summary, mi);
+			camel_message_info_free (mi);
+		} else {
+			camel_folder_summary_remove_uid (folder->summary, uids->pdata[i]);
+		}
+
 		camel_folder_change_info_remove_uid (changes, uids->pdata[i]);
 		list = g_list_prepend (list, (gpointer) uids->pdata[i]);
 		/* We intentionally don't remove it from the cache because
@@ -2015,7 +2016,15 @@
 
 	changes = camel_folder_change_info_new ();
 	for (i = 0; i < uids->len; i++) {
-		camel_folder_summary_remove_uid (folder->summary, uids->pdata[i]);
+		CamelMessageInfo *mi = camel_folder_summary_peek_loaded (folder->summary, uids->pdata[i]);
+
+		if (mi) {
+			camel_folder_summary_remove (folder->summary, mi);
+			camel_message_info_free (mi);
+		} else {
+			camel_folder_summary_remove_uid (folder->summary, uids->pdata[i]);
+		}
+
 		camel_folder_change_info_remove_uid (changes, uids->pdata[i]);
 		list = g_list_prepend (list, (gpointer) uids->pdata[i]);
 		/* We intentionally don't remove it from the cache because
@@ -4370,6 +4379,8 @@
 		known_uids = camel_folder_summary_get_array (folder->summary);
 		camel_folder_sort_uids (folder, known_uids);
 		for (i = 0; i < expunged->len; i++) {
+			CamelMessageInfo *mi;
+
 			id = g_array_index (expunged, int, i);
 			uid = id - 1 + i >= 0 && id - 1 + i < known_uids->len ? g_ptr_array_index (known_uids, id - 1 + i) : NULL;
 			if (uid == NULL) {
@@ -4383,7 +4394,14 @@
 			CAMEL_IMAP_FOLDER_REC_LOCK (imap_folder, cache_lock);
 			camel_imap_message_cache_remove (imap_folder->cache, uid);
 			CAMEL_IMAP_FOLDER_REC_UNLOCK (imap_folder, cache_lock);
-			camel_folder_summary_remove_uid (folder->summary, uid);
+
+			mi = camel_folder_summary_peek_loaded (folder->summary, uid);
+			if (mi) {
+				camel_folder_summary_remove (folder->summary, mi);
+				camel_message_info_free (mi);
+			} else {
+				camel_folder_summary_remove_uid (folder->summary, uid);
+			}
 		}
 
 		/* Delete all in one transaction */
diff -Nru evolution-data-server-3.4.3/camel/providers/imap/camel-imap-store.c evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c
--- evolution-data-server-3.4.3/camel/providers/imap/camel-imap-store.c	2012-06-18 00:08:15.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imap/camel-imap-store.c	2012-08-12 23:29:55.000000000 +0200
@@ -2209,6 +2209,8 @@
 	new_folder = camel_imap_folder_new (store, folder_name, folder_dir, error);
 	g_free (folder_dir);
 	if (new_folder) {
+		if (imap_store->current_folder)
+			g_object_unref (imap_store->current_folder);
 		imap_store->current_folder = g_object_ref (new_folder);
 		if (!camel_imap_folder_selected (
 			new_folder, response, cancellable, error)) {
diff -Nru evolution-data-server-3.4.3/camel/providers/imap/Makefile.in evolution-data-server-3.4.4/camel/providers/imap/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/imap/Makefile.in	2012-06-18 00:11:04.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imap/Makefile.in	2012-08-12 23:32:28.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/imapx/camel-imapx-conn-manager.c evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c
--- evolution-data-server-3.4.3/camel/providers/imapx/camel-imapx-conn-manager.c	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-conn-manager.c	2012-08-12 23:29:55.000000000 +0200
@@ -294,7 +294,7 @@
 	link = g_list_find (list, cinfo);
 
 	if (link != NULL) {
-		list = g_list_remove_link (list, link);
+		list = g_list_delete_link (list, link);
 		connection_info_unref (cinfo);
 		removed = TRUE;
 	}
diff -Nru evolution-data-server-3.4.3/camel/providers/imapx/camel-imapx-server.c evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c
--- evolution-data-server-3.4.3/camel/providers/imapx/camel-imapx-server.c	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-server.c	2012-08-12 23:29:55.000000000 +0200
@@ -309,9 +309,29 @@
 }
 
 static void
+refresh_info_data_infos_free (RefreshInfoData *data)
+{
+	gint ii;
+
+	if (!data || !data->infos)
+		return;
+
+	for (ii = 0; ii < data->infos->len; ii++) {
+		struct _refresh_info *r = &g_array_index (data->infos, struct _refresh_info, ii);
+
+		camel_flag_list_free (&r->server_user_flags);
+		g_free (r->uid);
+	}
+
+	g_array_free (data->infos, TRUE);
+	data->infos = NULL;
+}
+
+static void
 refresh_info_data_free (RefreshInfoData *data)
 {
 	camel_folder_change_info_free (data->changes);
+	refresh_info_data_infos_free (data);
 
 	g_slice_free (RefreshInfoData, data);
 }
@@ -978,6 +998,7 @@
                                 gboolean unsolicited)
 {
 	CamelIMAPXFolder *ifolder = (CamelIMAPXFolder *) is->select_folder;
+	CamelMessageInfo *mi;
 
 	if (unsolicited && ifolder->exists_on_server)
 		ifolder->exists_on_server--;
@@ -985,7 +1006,14 @@
 	if (is->changes == NULL)
 		is->changes = camel_folder_change_info_new ();
 
-	camel_folder_summary_remove_uid (is->select_folder->summary, uid);
+	mi = camel_folder_summary_peek_loaded (is->select_folder->summary, uid);
+	if (mi) {
+		camel_folder_summary_remove (is->select_folder->summary, mi);
+		camel_message_info_free (mi);
+	} else {
+		camel_folder_summary_remove_uid (is->select_folder->summary, uid);
+	}
+
 	is->expunged = g_list_prepend (is->expunged, uid);
 
 	camel_folder_change_info_remove_uid (is->changes, uid);
@@ -1198,6 +1226,8 @@
 			CamelIMAPXStore *imapx_store = (CamelIMAPXStore *) is->store;
 			CamelIMAPXStoreNamespace *ns;
 
+			if (imapx_store->summary->namespaces)
+				camel_imapx_namespace_list_clear (imapx_store->summary->namespaces);
 			imapx_store->summary->namespaces = nsl;
 			camel_store_summary_touch ((CamelStoreSummary *) imapx_store->summary);
 
@@ -1444,6 +1474,8 @@
 
 						cnt = (camel_folder_summary_count (job->folder->summary) * 100 ) / ifolder->exists_on_server;
 						camel_operation_progress (job->cancellable, cnt ? cnt : 1);
+					} else {
+						camel_message_info_free (mi);
 					}
 
 					if (free_user_flags && server_user_flags)
@@ -3807,13 +3839,7 @@
 	isum->uidnext = ifolder->uidnext_on_server;
 
  cleanup:
-	for (i = 0; i < data->infos->len; i++) {
-		struct _refresh_info *r = &g_array_index (data->infos, struct _refresh_info, i);
-
-		camel_flag_list_free (&r->server_user_flags);
-		g_free (r->uid);
-	}
-	g_array_free (data->infos, TRUE);
+	refresh_info_data_infos_free (data);
 
 	imapx_unregister_job (is, job);
 	camel_imapx_command_unref (ic);
@@ -3856,7 +3882,6 @@
 	CamelSettings *settings;
 	RefreshInfoData *data;
 	guint uidset_size;
-	gint i;
 	gboolean success = TRUE;
 	gboolean mobile_mode;
 
@@ -4012,12 +4037,7 @@
 		}
 	}
 
-	for (i = 0; i < data->infos->len; i++) {
-		struct _refresh_info *r = &g_array_index (data->infos, struct _refresh_info, i);
-
-		camel_flag_list_free (&r->server_user_flags);
-		g_free (r->uid);
-	}
+	refresh_info_data_infos_free (data);
 
 	/* There's no sane way to get the server-side unseen count on the
 	 * select mailbox. So just work it out from the flags if its not in
@@ -4027,7 +4047,6 @@
 	if (!mobile_mode)
 		((CamelIMAPXFolder *) job->folder)->unread_on_server = camel_folder_summary_get_unread_count (job->folder->summary);
 
-	g_array_free (data->infos, TRUE);
 	imapx_unregister_job (is, job);
 	camel_imapx_command_unref (ic);
 
@@ -4074,6 +4093,7 @@
 
 	data->scan_changes = TRUE;
 	ic->pri = job->pri;
+	refresh_info_data_infos_free (data);
 	data->infos = g_array_new (0, 0, sizeof (struct _refresh_info));
 	imapx_command_queue (is, ic);
 	g_free (uid);
@@ -4215,6 +4235,7 @@
 			is, "FETCH", job->folder,
 			"UID FETCH %s:* (UID FLAGS)", uid);
 		imapx_uidset_init (&data->uidset, uidset_size, 0);
+		refresh_info_data_infos_free (data);
 		data->infos = g_array_new (0, 0, sizeof (struct _refresh_info));
 		ic->pri = job->pri;
 
@@ -4318,6 +4339,7 @@
 			"UID FETCH %s:* (UID FLAGS)", uid);
 
 		imapx_uidset_init (&data->uidset, uidset_size, 0);
+		refresh_info_data_infos_free (data);
 		data->infos = g_array_new (0, 0, sizeof (struct _refresh_info));
 		ic->pri = job->pri;
 
@@ -4618,8 +4640,16 @@
 			changes = camel_folder_change_info_new ();
 			for (i = 0; i < uids->len; i++) {
 				gchar *uid = uids->pdata[i];
+				CamelMessageInfo *mi;
+
+				mi = camel_folder_summary_peek_loaded (folder->summary, uid);
+				if (mi) {
+					camel_folder_summary_remove (folder->summary, mi);
+					camel_message_info_free (mi);
+				} else {
+					camel_folder_summary_remove_uid (folder->summary, uid);
+				}
 
-				camel_folder_summary_remove_uid (folder->summary, uid);
 				camel_folder_change_info_remove_uid (changes, uids->pdata[i]);
 				removed = g_list_prepend (removed, (gpointer) uids->pdata[i]);
 			}
@@ -5454,6 +5484,14 @@
 {
 	CamelIMAPXServer *is = CAMEL_IMAPX_SERVER (object);
 
+	camel_imapx_command_queue_free (is->queue);
+	camel_imapx_command_queue_free (is->active);
+	camel_imapx_command_queue_free (is->done);
+
+	is->queue = NULL;
+	is->active = NULL;
+	is->done = NULL;
+
 	g_static_rec_mutex_free (&is->queue_lock);
 	g_static_rec_mutex_free (&is->ostream_lock);
 	g_mutex_free (is->fetch_mutex);
diff -Nru evolution-data-server-3.4.3/camel/providers/imapx/camel-imapx-store.c evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c
--- evolution-data-server-3.4.3/camel/providers/imapx/camel-imapx-store.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imapx/camel-imapx-store.c	2012-08-12 23:29:55.000000000 +0200
@@ -985,12 +985,13 @@
 			ns = ns->next;
 		}
 	}
-	g_list_free (namespaces);
  out:
+	g_list_free (namespaces);
 	g_object_unref (server);
 	return folders;
 
 exception:
+	g_list_free (namespaces);
 	g_object_unref (server);
 	g_hash_table_destroy (folders);
 	return NULL;
diff -Nru evolution-data-server-3.4.3/camel/providers/imapx/Makefile.in evolution-data-server-3.4.4/camel/providers/imapx/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/imapx/Makefile.in	2012-06-18 00:11:05.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/imapx/Makefile.in	2012-08-12 23:32:29.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/local/camel-maildir-folder.c evolution-data-server-3.4.4/camel/providers/local/camel-maildir-folder.c
--- evolution-data-server-3.4.3/camel/providers/local/camel-maildir-folder.c	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/camel-maildir-folder.c	2012-08-12 23:29:55.000000000 +0200
@@ -219,8 +219,7 @@
  fail_write:
 
 	/* remove the summary info so we are not out-of-sync with the mh folder */
-	camel_folder_summary_remove_uid (CAMEL_FOLDER_SUMMARY (folder->summary),
-					 camel_message_info_uid (mi));
+	camel_folder_summary_remove (CAMEL_FOLDER_SUMMARY (folder->summary), mi);
 
 	g_prefix_error (
 		error, _("Cannot append message to maildir folder: %s: "),
diff -Nru evolution-data-server-3.4.3/camel/providers/local/camel-mbox-folder.c evolution-data-server-3.4.4/camel/providers/local/camel-mbox-folder.c
--- evolution-data-server-3.4.3/camel/providers/local/camel-mbox-folder.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/camel-mbox-folder.c	2012-08-12 23:29:55.000000000 +0200
@@ -272,7 +272,7 @@
 	g_free (fromline);
 
 	/* remove the summary info so we are not out-of-sync with the mbox */
-	camel_folder_summary_remove_uid (CAMEL_FOLDER_SUMMARY (mbs), camel_message_info_uid (mi));
+	camel_folder_summary_remove (CAMEL_FOLDER_SUMMARY (mbs), mi);
 
 	/* and tell the summary it's up-to-date */
 	if (g_stat (lf->folder_path, &st) == 0) {
diff -Nru evolution-data-server-3.4.3/camel/providers/local/camel-mbox-store.c evolution-data-server-3.4.4/camel/providers/local/camel-mbox-store.c
--- evolution-data-server-3.4.3/camel/providers/local/camel-mbox-store.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/camel-mbox-store.c	2012-08-12 23:29:55.000000000 +0200
@@ -904,10 +904,9 @@
 	CamelLocalSettings *local_settings;
 	CamelSettings *settings;
 	CamelService *service;
-	const gchar *inptr = full_name;
-	gint subdirs = 0;
+	GString *full_path;
 	gchar *root_path;
-	gchar *path, *p;
+	const gchar *cp;
 
 	service = CAMEL_SERVICE (ls);
 	settings = camel_service_get_settings (service);
@@ -916,35 +915,29 @@
 	root_path = camel_local_settings_dup_path (local_settings);
 	g_return_val_if_fail (root_path != NULL, NULL);
 
-	while (*inptr != '\0') {
-		if (G_IS_DIR_SEPARATOR (*inptr))
-			subdirs++;
-		inptr++;
-	}
-
-	path = g_malloc (strlen (root_path) + (inptr - full_name) + (4 * subdirs) + 1);
-	p = g_stpcpy (path, root_path);
+	full_path = g_string_new (root_path);
 
-	g_free (root_path);
-
-	inptr = full_name;
-	while (*inptr != '\0') {
-		while (!G_IS_DIR_SEPARATOR (*inptr) && *inptr != '\0')
-			*p++ = *inptr++;
-
-		if (G_IS_DIR_SEPARATOR (*inptr)) {
-			p = g_stpcpy (p, ".sbd/");
-			inptr++;
-
-			/* strip extranaeous '/'s */
-			while (G_IS_DIR_SEPARATOR (*inptr))
-				inptr++;
+	/* Root path may or may not have a trailing separator. */
+	if (!g_str_has_suffix (root_path, G_DIR_SEPARATOR_S))
+		g_string_append_c (full_path, G_DIR_SEPARATOR);
+
+	cp = full_name;
+	while (*cp != '\0') {
+		if (G_IS_DIR_SEPARATOR (*cp)) {
+			g_string_append (full_path, ".sbd");
+			g_string_append_c (full_path, *cp++);
+
+			/* Skip extranaeous separators. */
+			while (G_IS_DIR_SEPARATOR (*cp))
+				cp++;
+		} else {
+			g_string_append_c (full_path, *cp++);
 		}
 	}
 
-	*p = '\0';
+	g_free (root_path);
 
-	return path;
+	return g_string_free (full_path, FALSE);
 }
 
 static gchar *
diff -Nru evolution-data-server-3.4.3/camel/providers/local/camel-mbox-summary.c evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c
--- evolution-data-server-3.4.3/camel/providers/local/camel-mbox-summary.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/camel-mbox-summary.c	2012-08-12 23:29:55.000000000 +0200
@@ -514,7 +514,8 @@
 			if (changeinfo)
 				camel_folder_change_info_remove_uid (changeinfo, uid);
 			del = g_list_prepend (del, (gpointer) camel_pstring_strdup (uid));
-			camel_folder_summary_remove_uid (s, uid);
+			if (mi)
+				camel_folder_summary_remove (s, (CamelMessageInfo *) mi);
 		}
 
 		if (mi)
@@ -1135,7 +1136,7 @@
 
 			/* remove it from the change list */
 			camel_folder_change_info_remove_uid (changeinfo, uid);
-			camel_folder_summary_remove_uid (s, uid);
+			camel_folder_summary_remove (s, (CamelMessageInfo *) info);
 			del = g_list_prepend (del, (gpointer) camel_pstring_strdup (uid));
 			camel_message_info_free ((CamelMessageInfo *) info);
 			info = NULL;
diff -Nru evolution-data-server-3.4.3/camel/providers/local/camel-mh-folder.c evolution-data-server-3.4.4/camel/providers/local/camel-mh-folder.c
--- evolution-data-server-3.4.3/camel/providers/local/camel-mh-folder.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/camel-mh-folder.c	2012-08-12 23:29:55.000000000 +0200
@@ -112,8 +112,7 @@
  fail_write:
 
 	/* remove the summary info so we are not out-of-sync with the mh folder */
-	camel_folder_summary_remove_uid (CAMEL_FOLDER_SUMMARY (folder->summary),
-					 camel_message_info_uid (mi));
+	camel_folder_summary_remove (CAMEL_FOLDER_SUMMARY (folder->summary), mi);
 
 	g_prefix_error (
 		error, _("Cannot append message to mh folder: %s: "), name);
diff -Nru evolution-data-server-3.4.3/camel/providers/local/camel-spool-summary.c evolution-data-server-3.4.4/camel/providers/local/camel-spool-summary.c
--- evolution-data-server-3.4.3/camel/providers/local/camel-spool-summary.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/camel-spool-summary.c	2012-08-12 23:29:55.000000000 +0200
@@ -105,7 +105,9 @@
                     gint forceindex,
                     GError **error)
 {
-	g_warning("spool summary - not loading anything\n");
+	/* if not loading, then rescan mbox file content */
+	camel_local_summary_check_force (cls);
+
 	return 0;
 }
 
diff -Nru evolution-data-server-3.4.3/camel/providers/local/Makefile.in evolution-data-server-3.4.4/camel/providers/local/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/local/Makefile.in	2012-06-18 00:11:05.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/local/Makefile.in	2012-08-12 23:32:29.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/Makefile.in evolution-data-server-3.4.4/camel/providers/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/Makefile.in	2012-06-18 00:11:04.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/Makefile.in	2012-08-12 23:32:27.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/nntp/camel-nntp-folder.c evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c
--- evolution-data-server-3.4.3/camel/providers/nntp/camel-nntp-folder.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-folder.c	2012-08-12 23:29:55.000000000 +0200
@@ -701,7 +701,14 @@
 
 	changes = camel_folder_change_info_new ();
 	for (ii = 0; ii < uids->len; ii++) {
-		camel_folder_summary_remove_uid (folder->summary, uids->pdata[ii]);
+		CamelMessageInfo *mi = camel_folder_summary_peek_loaded (folder->summary, uids->pdata[ii]);
+		if (mi) {
+			camel_folder_summary_remove (folder->summary, mi);
+			camel_message_info_free (mi);
+		} else {
+			camel_folder_summary_remove_uid (folder->summary, uids->pdata[ii]);
+		}
+
 		camel_folder_change_info_remove_uid (changes, uids->pdata[ii]);
 	}
 
diff -Nru evolution-data-server-3.4.3/camel/providers/nntp/camel-nntp-summary.c evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-summary.c
--- evolution-data-server-3.4.3/camel/providers/nntp/camel-nntp-summary.c	2012-06-18 00:08:16.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/nntp/camel-nntp-summary.c	2012-08-12 23:29:55.000000000 +0200
@@ -462,6 +462,8 @@
 				n = strtoul (uid, NULL, 10);
 
 				if (n < f || n > l) {
+					CamelMessageInfo *mi;
+
 					dd (printf ("nntp_summary: %u is lower/higher than lowest/highest article, removed\n", n));
 					/* Since we use a global cache this could prematurely remove
 					 * a cached message that might be in another folder - not that important as
@@ -471,7 +473,14 @@
 						camel_data_cache_remove (store->cache, "cache", msgid + 1, NULL);
 					camel_folder_change_info_remove_uid (changes, uid);
 					del = g_list_prepend (del, (gpointer) camel_pstring_strdup (uid));
-					camel_folder_summary_remove_uid (s, uid);
+
+					mi = camel_folder_summary_peek_loaded (s, uid);
+					if (mi) {
+						camel_folder_summary_remove (s, mi);
+						camel_message_info_free (mi);
+					} else {
+						camel_folder_summary_remove_uid (s, uid);
+					}
 				}
 			}
 			camel_folder_summary_free_array (known_uids);
diff -Nru evolution-data-server-3.4.3/camel/providers/nntp/Makefile.in evolution-data-server-3.4.4/camel/providers/nntp/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/nntp/Makefile.in	2012-06-18 00:11:06.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/nntp/Makefile.in	2012-08-12 23:32:30.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/pop3/Makefile.in evolution-data-server-3.4.4/camel/providers/pop3/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/pop3/Makefile.in	2012-06-18 00:11:06.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/pop3/Makefile.in	2012-08-12 23:32:30.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/sendmail/Makefile.in evolution-data-server-3.4.4/camel/providers/sendmail/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/sendmail/Makefile.in	2012-06-18 00:11:07.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/sendmail/Makefile.in	2012-08-12 23:32:31.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/providers/smtp/camel-smtp-transport.c evolution-data-server-3.4.4/camel/providers/smtp/camel-smtp-transport.c
--- evolution-data-server-3.4.3/camel/providers/smtp/camel-smtp-transport.c	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/smtp/camel-smtp-transport.c	2012-08-12 23:29:55.000000000 +0200
@@ -856,8 +856,14 @@
 	const guchar *start, *end;
 	GHashTable *table = NULL;
 
-	/* advance to the first token */
 	start = buffer;
+
+	/* make sure there is at least one delimiter
+	   character in the AUTH response */
+	if (!isspace ((gint) *start) && *start != '=')
+		return NULL;
+
+	/* advance to the first token */
 	while (isspace ((gint) *start) || *start == '=')
 		start++;
 
@@ -1180,7 +1186,7 @@
 						transport->flags &= ~CAMEL_SMTP_TRANSPORT_AUTH_EQUAL;
 
 					/* parse for supported AUTH types */
-					token += 5;
+					token += 4;
 
 					if (transport->authtypes) {
 						g_hash_table_foreach (transport->authtypes, authtypes_free, NULL);
diff -Nru evolution-data-server-3.4.3/camel/providers/smtp/Makefile.in evolution-data-server-3.4.4/camel/providers/smtp/Makefile.in
--- evolution-data-server-3.4.3/camel/providers/smtp/Makefile.in	2012-06-18 00:11:07.000000000 +0200
+++ evolution-data-server-3.4.4/camel/providers/smtp/Makefile.in	2012-08-12 23:32:31.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/folder/Makefile.in evolution-data-server-3.4.4/camel/tests/folder/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/folder/Makefile.in	2012-06-18 00:11:08.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/folder/Makefile.in	2012-08-12 23:32:32.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/lib/Makefile.in evolution-data-server-3.4.4/camel/tests/lib/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/lib/Makefile.in	2012-06-18 00:11:08.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/lib/Makefile.in	2012-08-12 23:32:32.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/Makefile.in evolution-data-server-3.4.4/camel/tests/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/Makefile.in	2012-06-18 00:11:07.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/Makefile.in	2012-08-12 23:32:31.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/message/Makefile.in evolution-data-server-3.4.4/camel/tests/message/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/message/Makefile.in	2012-06-18 00:11:09.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/message/Makefile.in	2012-08-12 23:32:33.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/mime-filter/Makefile.in evolution-data-server-3.4.4/camel/tests/mime-filter/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/mime-filter/Makefile.in	2012-06-18 00:11:09.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/mime-filter/Makefile.in	2012-08-12 23:32:33.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/misc/Makefile.in evolution-data-server-3.4.4/camel/tests/misc/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/misc/Makefile.in	2012-06-18 00:11:10.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/misc/Makefile.in	2012-08-12 23:32:34.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/camel/tests/smime/Makefile.in evolution-data-server-3.4.4/camel/tests/smime/Makefile.in
--- evolution-data-server-3.4.3/camel/tests/smime/Makefile.in	2012-06-18 00:11:10.000000000 +0200
+++ evolution-data-server-3.4.4/camel/tests/smime/Makefile.in	2012-08-12 23:32:34.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/ChangeLog evolution-data-server-3.4.4/ChangeLog
--- evolution-data-server-3.4.3/ChangeLog	2012-06-18 00:52:00.000000000 +0200
+++ evolution-data-server-3.4.4/ChangeLog	2012-08-13 01:34:23.000000000 +0200
@@ -1,10 +1,233 @@
 # Generated by Makefile. Do not edit.
 
-commit 305cbdb6c0e4c822b8755442b9d286eebf88c44b
+commit 758371620ef8efef4c2f30902dae55caae17a1f9
+Author: Matthew Barnes <mbarnes@redhat.com>
+Date:   Sun Aug 12 19:33:18 2012 -0400
+
+    NEWS update for 3.4.4 release.
+
+ NEWS |   19 +++++++++++++++++++
+ 1 file changed, 19 insertions(+)
+
+commit f889fe3188b61e272effd7ca44c101652fa81c20
+Author: Matthew Barnes <mbarnes@redhat.com>
+Date:   Sun Aug 12 17:51:07 2012 -0400
+
+    API documentation tweaks.
+
+ docs/reference/libebackend/libebackend-docs.xml            |    2 +-
+ docs/reference/libedataserverui/libedataserverui-docs.sgml |    1 -
+ 2 files changed, 1 insertion(+), 2 deletions(-)
+
+commit 1027ad3ff9e4d2884b6b49b0c821b06af24ecc00
+Author: Matthew Barnes <mbarnes@redhat.com>
+Date:   Fri Aug 10 07:34:19 2012 -0400
+
+    mbox_store_get_full_path(): Improve path building.
+    
+    Deal with the root path not ending in a directory separator, and use a
+    GString for heaven sake!
+    
+    (cherry picked from commit 0a9a5edcc872a75af97345e4137e98f2bceabdab)
+
+ camel/providers/local/camel-mbox-store.c |   43 +++++++++++++-----------------
+ 1 file changed, 18 insertions(+), 25 deletions(-)
+
+commit e5f62323b54210d7ad21979b989ddabf87cf35cf
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Thu Aug 9 13:26:25 2012 +0200
+
+    Bug #679488 - Unable to send mail using SMTP
+
+ camel/providers/smtp/camel-smtp-transport.c |   10 ++++++++--
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+commit 71d7c90d68b0d94c536eee6811e5a954b3250811
+Author: Dan Vrátil <dvratil@redhat.com>
+Date:   Thu Aug 9 13:19:34 2012 +0200
+
+    Fix a memory leak in e-cal-system-timezone.c
+
+ calendar/libecal/e-cal-system-timezone.c |    1 +
+ 1 file changed, 1 insertion(+)
+
+commit b655a9f780caeb4fd4077b694a0c5ff32308e60b
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Tue Aug 7 18:16:04 2012 +0200
+
+    Bug #681318 - Filter by Source account doesn't match in local folders
+
+ camel/camel-filter-driver.c |   10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit c9a8627fb9a9f1d1086527f5823c9e757f5e0147
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Fri Jul 27 12:37:20 2012 +0200
+
+    GN-bug #680687 - System timezone name differs from set in Gnome
+
+ calendar/libecal/e-cal-system-timezone.c |   95 +++++++++++++++++++++++++-----
+ 1 file changed, 80 insertions(+), 15 deletions(-)
+
+commit f746a81cc4cb5f6e3c044e5fd7fc2d286d7b49c8
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Wed Jul 25 13:15:05 2012 +0200
+
+    Bug #674696 - Crash from finish_operation, get_groups_cb in Google backend
+
+ addressbook/backends/google/e-book-backend-google.c |    3 +++
+ 1 file changed, 3 insertions(+)
+
+commit d56ed59471926a2b4117894bb4a444a6221e78a8
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Tue Jul 24 09:07:20 2012 +0200
+
+    Bug #680502 - Deadlock in contacts backend
+
+ .../backends/contacts/e-cal-backend-contacts.c     |   44 ++++++++++----------
+ 1 file changed, 22 insertions(+), 22 deletions(-)
+
+commit 6cfd76b0b2545306662b669b0535253a30a24304
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Fri Jul 20 18:05:05 2012 +0200
+
+    Bug #680211 - Memory usage increases on each folder select
+
+ camel/camel-folder-summary.c             |   51 ++++++++++++++++++++++++++++--
+ camel/providers/imap/camel-imap-folder.c |   29 +++++++----------
+ camel/providers/imap/camel-imap-store.c  |    2 ++
+ 3 files changed, 62 insertions(+), 20 deletions(-)
+
+commit b437af542407a8f1b6c3aef5f0ac1625b4f44a23
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Fri Jul 20 08:11:00 2012 +0200
+
+    Prefer camel_folder_summary_peek_loaded() when removing CamelMessageInfo
+
+ camel/providers/imapx/camel-imapx-server.c |    8 ++++++--
+ 1 file changed, 6 insertions(+), 2 deletions(-)
+
+commit b5c292e139e2403c3149ea6837a480b18ca3f9fb
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Thu Jul 19 22:33:46 2012 +0200
+
+    Make sure loaded info is also freed before using camel_folder_summary_remove_uid()
+    
+    The problem is that camel_folder_summary_remove_uid() doesn't free loaded
+    CamelMessageInfo, if there is any, it does only camel_folder_summary_remove(),
+    thus this might be done on each place, unfortunately.
+
+ camel/camel-vee-folder.c                     |   48 +++++++++++++++++---------
+ camel/providers/imap/camel-imap-folder.c     |   31 +++++++++++++++--
+ camel/providers/local/camel-maildir-folder.c |    3 +-
+ camel/providers/local/camel-mbox-folder.c    |    2 +-
+ camel/providers/local/camel-mbox-summary.c   |    5 +--
+ camel/providers/local/camel-mh-folder.c      |    3 +-
+ camel/providers/nntp/camel-nntp-folder.c     |    9 ++++-
+ camel/providers/nntp/camel-nntp-summary.c    |   11 +++++-
+ 8 files changed, 83 insertions(+), 29 deletions(-)
+
+commit d7d9ce00adedcef1ed3024a043cbfce314ee9547
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Thu Jul 19 22:11:32 2012 +0200
+
+    Bug #677530 - Memory leaks in imapx code
+
+ camel/camel-folder-summary.c                     |    9 +++
+ camel/providers/imapx/camel-imapx-conn-manager.c |    2 +-
+ camel/providers/imapx/camel-imapx-server.c       |   68 ++++++++++++++++------
+ camel/providers/imapx/camel-imapx-store.c        |    3 +-
+ 4 files changed, 63 insertions(+), 19 deletions(-)
+
+commit 6aa237c1b68bbc001d4346f298ff711cae9051fc
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Wed Jul 18 18:45:49 2012 +0200
+
+    Bug #679017 - Broken spool mbox file accounts
+
+ camel/providers/local/camel-spool-summary.c |    4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 354eec6abb5d489b33d1ba3f811bea188fb44375
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Wed Jul 18 18:36:22 2012 +0200
+
+    Fix build break from the previous commit
+
+ camel/camel-folder-summary.c |   28 +++++++++++++---------------
+ 1 file changed, 13 insertions(+), 15 deletions(-)
+
+commit a511ec39a3c3df5e359385b77b01b9e8d4e6b420
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Tue Jul 17 14:35:32 2012 +0200
+
+    Bug #551788 - Hangs when network changes
+
+ camel/camel-tcp-stream-raw.c |   12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 5819cde4f10283cdd67a2851ebce457238fcaff4
+Author: Matthew Barnes <mbarnes@redhat.com>
+Date:   Sat Jul 14 08:37:14 2012 -0400
+
+    Bug 559391 - Wrong number of unread mails in folder tree
+    
+    This reverts part of the original fix for this bug which stopped reading
+    from the summary database and caused all kinds crazy message counts to
+    appear in Evolution's folder tree (often negative counts, or negative
+    counts cast to an unsigned integer).
+    
+    Message counts are back to normal now.
+    
+    Reverts part of commit 42489b26c45956c66186a5dc96083437cf7a579a.
+    
+    (cherry picked from commit 1422d8fc82b8c2d11b782ac21c5eb57e9fc1042c)
+
+ camel/camel-folder-summary.c |   33 +++++++++++++++++++++++++++------
+ 1 file changed, 27 insertions(+), 6 deletions(-)
+
+commit c8f4ed52aef77adbdb5a4d11506bfe8176168606
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Wed Jul 4 11:52:55 2012 +0200
+
+    Bug #559391 - Wrong number of unread mails in folder tree
+
+ camel/camel-folder-summary.c |   63 +++++++++++++++++++++---------------------
+ 1 file changed, 31 insertions(+), 32 deletions(-)
+
+commit 098fe53f08a8066695801e9e066d389c742e48cb
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Mon Jul 2 10:48:28 2012 +0200
+
+    Bug #679245 - Local address book not created
+
+ addressbook/backends/file/e-book-backend-file.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 15a56d6b9852fe2a3cac24b3dd92186ad46ed467
+Author: Milan Crha <mcrha@redhat.com>
+Date:   Tue Jun 26 14:03:35 2012 +0200
+
+    Bug #678856 - Crash in add_instance() at e-cal-client.c:1311
+
+ calendar/libecal/e-cal-client.c |   30 ++++++++++++++++++++----------
+ calendar/libecal/e-cal.c        |   11 +++++++----
+ 2 files changed, 27 insertions(+), 14 deletions(-)
+
+commit 785e1dd46b8e701f5ec61c0fb3f7b6da54e7f524
+Author: Matthew Barnes <mbarnes@redhat.com>
+Date:   Sun Jun 17 18:58:45 2012 -0400
+
+    Post-release version bump.
+
+ configure.ac |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 967212df27ac7cd03f79c237b693200b9df4ef58
 Author: Matthew Barnes <mbarnes@redhat.com>
 Date:   Sun Jun 17 18:50:44 2012 -0400
 
-    NEWS update for 3.4.2 release.
+    NEWS update for 3.4.3 release.
 
  NEWS |   29 +++++++++++++++++++++++++++++
  1 file changed, 29 insertions(+)
diff -Nru evolution-data-server-3.4.3/configure evolution-data-server-3.4.4/configure
--- evolution-data-server-3.4.3/configure	2012-06-18 00:10:51.000000000 +0200
+++ evolution-data-server-3.4.4/configure	2012-08-12 23:32:13.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for evolution-data-server 3.4.3.
+# Generated by GNU Autoconf 2.69 for evolution-data-server 3.4.4.
 #
 # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server>.
 #
@@ -651,8 +651,8 @@
 # Identity of this package.
 PACKAGE_NAME='evolution-data-server'
 PACKAGE_TARNAME='evolution-data-server'
-PACKAGE_VERSION='3.4.3'
-PACKAGE_STRING='evolution-data-server 3.4.3'
+PACKAGE_VERSION='3.4.4'
+PACKAGE_STRING='evolution-data-server 3.4.4'
 PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=Evolution-Data-Server'
 PACKAGE_URL=''
 
@@ -1697,7 +1697,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures evolution-data-server 3.4.3 to adapt to many kinds of systems.
+\`configure' configures evolution-data-server 3.4.4 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1768,7 +1768,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of evolution-data-server 3.4.3:";;
+     short | recursive ) echo "Configuration of evolution-data-server 3.4.4:";;
    esac
   cat <<\_ACEOF
 
@@ -2008,7 +2008,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-evolution-data-server configure 3.4.3
+evolution-data-server configure 3.4.4
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2431,7 +2431,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by evolution-data-server $as_me 3.4.3, which was
+It was created by evolution-data-server $as_me 3.4.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3247,7 +3247,7 @@
 
 # Define the identity of the package.
  PACKAGE='evolution-data-server'
- VERSION='3.4.3'
+ VERSION='3.4.4'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -3448,7 +3448,7 @@
 
 EDS_MAJOR_VERSION=3
 EDS_MINOR_VERSION=4
-EDS_MICRO_VERSION=3
+EDS_MICRO_VERSION=4
 
 
 
@@ -9921,10 +9921,6 @@
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -9963,7 +9959,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -13046,7 +13042,7 @@
       lt_prog_compiler_static='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -15216,17 +15212,6 @@
   esac
   ;;
 
-gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -15343,7 +15328,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -23092,7 +23077,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by evolution-data-server $as_me 3.4.3, which was
+This file was extended by evolution-data-server $as_me 3.4.4, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -23158,7 +23143,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-evolution-data-server config.status 3.4.3
+evolution-data-server config.status 3.4.4
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -Nru evolution-data-server-3.4.3/configure.ac evolution-data-server-3.4.4/configure.ac
--- evolution-data-server-3.4.3/configure.ac	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/configure.ac	2012-08-12 23:28:16.000000000 +0200
@@ -2,7 +2,7 @@
 dnl Evolution-Data-Server version
 m4_define([eds_major_version], [3])
 m4_define([eds_minor_version], [4])
-m4_define([eds_micro_version], [3])
+m4_define([eds_micro_version], [4])
 
 m4_define([eds_version],
 	[eds_major_version.eds_minor_version.eds_micro_version])
diff -Nru evolution-data-server-3.4.3/debian/changelog evolution-data-server-3.4.4/debian/changelog
--- evolution-data-server-3.4.3/debian/changelog	2012-06-19 18:46:45.000000000 +0200
+++ evolution-data-server-3.4.4/debian/changelog	2012-10-21 18:51:15.000000000 +0200
@@ -1,3 +1,10 @@
+evolution-data-server (3.4.4-1) unstable; urgency=low
+
+  * New upstream bugfix release.
+  * Bump libglib2.0-dev build-dep to 2.32 for GRecMutex.
+
+ -- Jordi Mallach <jordi@debian.org>  Mon, 08 Oct 2012 19:29:57 +0200
+
 evolution-data-server (3.4.3-1) unstable; urgency=low
 
   * Team upload.
diff -Nru evolution-data-server-3.4.3/debian/control evolution-data-server-3.4.4/debian/control
--- evolution-data-server-3.4.3/debian/control	2012-06-19 18:30:38.000000000 +0200
+++ evolution-data-server-3.4.4/debian/control	2012-10-21 18:09:53.000000000 +0200
@@ -29,7 +29,7 @@
                libdb-dev,
                libdbus-glib-1-dev (>= 0.6),
                libdbus-glib-1-doc,
-               libglib2.0-dev (>= 2.30),
+               libglib2.0-dev (>= 2.32),
                libglib2.0-doc,
                libgconf2-dev,
                libgdata-dev (>= 0.10),
diff -Nru evolution-data-server-3.4.3/docs/Makefile.in evolution-data-server-3.4.4/docs/Makefile.in
--- evolution-data-server-3.4.3/docs/Makefile.in	2012-06-18 00:11:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/Makefile.in	2012-08-12 23:32:34.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/ch01.html evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/ch01.html	2012-06-18 00:51:09.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/ch01.html	2012-08-13 01:33:53.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2708872"></a>Evolution-Data-Server Manual: Address Book Client (libebook)</h2></div></div></div>
+<a name="idp2600336"></a>Evolution-Data-Server Manual: Address Book Client (libebook)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="EBookClient.html">EBookClient</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/ch02.html evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/ch02.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/ch02.html	2012-06-18 00:51:09.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/ch02.html	2012-08-13 01:33:53.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2515976"></a>Deprecated Classes</h2></div></div></div>
+<a name="idp486808"></a>Deprecated Classes</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="EBook.html">EBook</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/EBookClient.html evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/EBookClient.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/EBookClient.html	2012-06-18 00:51:09.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/EBookClient.html	2012-08-13 01:33:53.000000000 +0200
@@ -48,7 +48,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *            <a class="link" href="EBookClient.html#e-book-client-error-create" title="e_book_client_error_create ()">e_book_client_error_create</a>          (<em class="parameter"><code><a class="link" href="EBookClient.html#EBookClientError" title="enum EBookClientError"><span class="type">EBookClientError</span></a> code</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *custom_msg</code></em>);
 struct              <a class="link" href="EBookClient.html#EBookClient-struct" title="struct EBookClient">EBookClient</a>;
-<a class="link" href="EBookClient.html" title="EBookClient"><span class="returnvalue">EBookClient</span></a> *       <a class="link" href="EBookClient.html#e-book-client-new" title="e_book_client_new ()">e_book_client_new</a>                   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a class="link" href="EBookClient.html" title="EBookClient"><span class="returnvalue">EBookClient</span></a> *       <a class="link" href="EBookClient.html#e-book-client-new" title="e_book_client_new ()">e_book_client_new</a>                   (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a class="link" href="EBookClient.html" title="EBookClient"><span class="returnvalue">EBookClient</span></a> *       <a class="link" href="EBookClient.html#e-book-client-new-from-uri" title="e_book_client_new_from_uri ()">e_book_client_new_from_uri</a>          (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
@@ -56,9 +56,9 @@
 <a class="link" href="EBookClient.html" title="EBookClient"><span class="returnvalue">EBookClient</span></a> *       <a class="link" href="EBookClient.html#e-book-client-new-default" title="e_book_client_new_default ()">e_book_client_new_default</a>           (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookClient.html#e-book-client-set-default" title="e_book_client_set_default ()">e_book_client_set_default</a>           (<em class="parameter"><code><a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> *client</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookClient.html#e-book-client-set-default-source" title="e_book_client_set_default_source ()">e_book_client_set_default_source</a>    (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookClient.html#e-book-client-set-default-source" title="e_book_client_set_default_source ()">e_book_client_set_default_source</a>    (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookClient.html#e-book-client-get-sources" title="e_book_client_get_sources ()">e_book_client_get_sources</a>           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookClient.html#e-book-client-get-sources" title="e_book_client_get_sources ()">e_book_client_get_sources</a>           (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookClient.html#e-book-client-get-self" title="e_book_client_get_self ()">e_book_client_get_self</a>              (<em class="parameter"><code><a class="link" href="EContact.html" title="EContact"><span class="type">EContact</span></a> **contact</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> **client</code></em>,
@@ -223,7 +223,7 @@
 <a name="EBookClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html">EClient</a>
+   +----<a href="../libedataserver/EClient.html">EClient</a>
          +----EBookClient
 </pre>
 </div>
@@ -338,19 +338,19 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-client-new"></a><h3>e_book_client_new ()</h3>
-<pre class="programlisting"><a class="link" href="EBookClient.html" title="EBookClient"><span class="returnvalue">EBookClient</span></a> *       e_book_client_new                   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a class="link" href="EBookClient.html" title="EBookClient"><span class="returnvalue">EBookClient</span></a> *       e_book_client_new                   (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Creates a new <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> corresponding to the given source.  There are
 only two operations that are valid on this book at this point:
-<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>, and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a>.
+<a href="../libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>, and <a href="../libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
@@ -448,7 +448,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_client_set_default           (<em class="parameter"><code><a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> *client</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
-Sets the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> as the "default" addressbook.  This is the source
+Sets the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> as the "default" addressbook.  This is the source
 that will be loaded in the <code class="function">e_book_client_get_default_addressbook()</code> call.
 </p>
 <div class="variablelist"><table border="0">
@@ -474,7 +474,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-client-set-default-source"></a><h3>e_book_client_set_default_source ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_client_set_default_source    (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_client_set_default_source    (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Sets <em class="parameter"><code>source</code></em> as the "default" addressbook.  This is the source that
@@ -485,7 +485,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
@@ -503,7 +503,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-client-get-sources"></a><h3>e_book_client_get_sources ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_client_get_sources           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_client_get_sources           (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Populate @*sources with the list of all sources which have been
@@ -514,7 +514,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>sources</code></em> :</span></p></td>
-<td>A pointer to an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
+<td>A pointer to an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 </td>
 </tr>
 <tr>
@@ -824,7 +824,7 @@
 <p>
 Finishes previous call of <a class="link" href="EBookClient.html#e-book-client-add-contacts" title="e_book_client_add_contacts ()"><code class="function">e_book_client_add_contacts()</code></a> and
 sets <em class="parameter"><code>added_uids</code></em> to the UIDs of newly added contacts if successful.
-This <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
+This <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 </p>
 <p>
 If any of the contacts cannot be inserted, all of the insertions will be
@@ -876,7 +876,7 @@
 <p>
 Adds <em class="parameter"><code>contacts</code></em> to <em class="parameter"><code>client</code></em> and
 sets <em class="parameter"><code>added_uids</code></em> to the UIDs of newly added contacts if successful.
-This <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
+This <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 </p>
 <p>
 If any of the contacts cannot be inserted, all of the insertions will be
@@ -1731,7 +1731,7 @@
 <p>
 Finishes previous call of <a class="link" href="EBookClient.html#e-book-client-get-contacts" title="e_book_client_get_contacts ()"><code class="function">e_book_client_get_contacts()</code></a>.
 If successful, then the <em class="parameter"><code>contacts</code></em> is set to newly allocated list of <span class="type">EContact-s</span>,
-which should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-object-slist"><code class="function">e_client_util_free_object_slist()</code></a>.
+which should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-object-slist"><code class="function">e_client_util_free_object_slist()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -1776,7 +1776,7 @@
 <p>
 Query <em class="parameter"><code>client</code></em> with <em class="parameter"><code>sexp</code></em>, receiving a list of contacts which matched.
 If successful, then the <em class="parameter"><code>contacts</code></em> is set to newly allocated <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of
-<span class="type">EContact-s</span>, which should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-object-slist"><code class="function">e_client_util_free_object_slist()</code></a>.
+<span class="type">EContact-s</span>, which should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-object-slist"><code class="function">e_client_util_free_object_slist()</code></a>.
 </p>
 <p>
 Note: <em class="parameter"><code>sexp</code></em> can be obtained through <a class="link" href="libebook-e-book-query.html#EBookQuery" title="EBookQuery"><span class="type">EBookQuery</span></a>, by converting it
@@ -1876,7 +1876,7 @@
 <p>
 Finishes previous call of <a class="link" href="EBookClient.html#e-book-client-get-contacts-uids" title="e_book_client_get_contacts_uids ()"><code class="function">e_book_client_get_contacts_uids()</code></a>.
 If successful, then the <em class="parameter"><code>contacts_uids</code></em> is set to newly allocated list
-of UID strings, which should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
+of UID strings, which should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -1922,7 +1922,7 @@
 <p>
 Query <em class="parameter"><code>client</code></em> with <em class="parameter"><code>sexp</code></em>, receiving a list of contacts UIDs which matched.
 If successful, then the <em class="parameter"><code>contacts_uids</code></em> is set to newly allocated list
-of UID strings, which should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
+of UID strings, which should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 </p>
 <p>
 Note: <em class="parameter"><code>sexp</code></em> can be obtained through <a class="link" href="libebook-e-book-query.html#EBookQuery" title="EBookQuery"><span class="type">EBookQuery</span></a>, by converting it
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/EBook.html evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/EBook.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libebook/html/EBook.html	2012-06-18 00:51:09.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libebook/html/EBook.html	2012-08-13 01:33:53.000000000 +0200
@@ -42,7 +42,7 @@
 <div class="refsynopsisdiv">
 <a name="EBook.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="EBook.html#EBook-struct" title="struct EBook">EBook</a>;
-<a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new" title="e_book_new ()">e_book_new</a>                          (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new" title="e_book_new ()">e_book_new</a>                          (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new-default-addressbook" title="e_book_new_default_addressbook ()">e_book_new_default_addressbook</a>      (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new-from-uri" title="e_book_new_from_uri ()">e_book_new_from_uri</a>                 (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
@@ -50,7 +50,7 @@
 <a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             <a class="link" href="EBook.html#e-book-new-system-addressbook" title="e_book_new_system_addressbook ()">e_book_new_system_addressbook</a>       (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-set-default-addressbook" title="e_book_set_default_addressbook ()">e_book_set_default_addressbook</a>      (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-set-default-source" title="e_book_set_default_source ()">e_book_set_default_source</a>           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-set-default-source" title="e_book_set_default_source ()">e_book_set_default_source</a>           (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-remove" title="e_book_remove ()">e_book_remove</a>                       (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
@@ -66,7 +66,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-get-required-fields" title="e_book_get_required_fields ()">e_book_get_required_fields</a>          (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> **fields</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="EBook.html#e-book-get-source" title="e_book_get_source ()">e_book_get_source</a>                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="EBook.html#e-book-get-source" title="e_book_get_source ()">e_book_get_source</a>                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-is-online" title="e_book_is_online ()">e_book_is_online</a>                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-is-opened" title="e_book_is_opened ()">e_book_is_opened</a>                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-authenticate-user" title="e_book_authenticate_user ()">e_book_authenticate_user</a>            (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
@@ -122,7 +122,7 @@
                                                          <em class="parameter"><code><a class="link" href="EContact.html" title="EContact"><span class="type">EContact</span></a> *contact</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-is-self" title="e_book_is_self ()">e_book_is_self</a>                      (<em class="parameter"><code><a class="link" href="EContact.html" title="EContact"><span class="type">EContact</span></a> *contact</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-get-addressbooks" title="e_book_get_addressbooks ()">e_book_get_addressbooks</a>             (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **addressbook_sources</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBook.html#e-book-get-addressbooks" title="e_book_get_addressbooks ()">e_book_get_addressbooks</a>             (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **addressbook_sources</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 #define             <a class="link" href="EBook.html#e-return-error-if-fail" title="e_return_error_if_fail()">e_return_error_if_fail</a>              (expr,
                                                          error_code)
@@ -159,7 +159,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
 <span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookEListAsyncCallback" title="EBookEListAsyncCallback ()">*EBookEListAsyncCallback</a>)          (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
 <span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookCallback" title="EBookCallback ()">*EBookCallback</a>)                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
@@ -170,7 +170,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
 <span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookEListCallback" title="EBookEListCallback ()">*EBookEListCallback</a>)               (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);
 <span class="returnvalue">void</span>                (<a class="link" href="EBook.html#EBookListCallback" title="EBookListCallback ()">*EBookListCallback</a>)                (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
@@ -348,7 +348,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-new"></a><h3>e_book_new ()</h3>
-<pre class="programlisting"><a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             e_book_new                          (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a class="link" href="EBook.html" title="EBook"><span class="returnvalue">EBook</span></a> *             e_book_new                          (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
@@ -364,7 +364,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -474,7 +474,7 @@
 <p><code class="literal">e_book_set_default_addressbook</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <code class="function">e_book_client_set_default_addressbook()</code> instead.</p>
 </div>
 <p>
-sets the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> as the "default" addressbook.  This is the source
+sets the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> as the "default" addressbook.  This is the source
 that will be loaded in the e_book_get_default_addressbook call.
 </p>
 <div class="variablelist"><table border="0">
@@ -499,7 +499,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-set-default-source"></a><h3>e_book_set_default_source ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_set_default_source           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_set_default_source           (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
@@ -514,7 +514,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -537,7 +537,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_remove</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove-sync"><code class="function">e_client_remove_sync()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_remove</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-remove-sync"><code class="function">e_client_remove_sync()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Removes the backing data for this <a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a>. For example, with the file backend this
@@ -571,7 +571,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_open</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open-sync"><code class="function">e_client_open_sync()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_open</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-open-sync"><code class="function">e_client_open_sync()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Opens the addressbook, making it ready for queries and other operations.
@@ -608,7 +608,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_supported_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
+<p><code class="literal">e_book_get_supported_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
 an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS</span></a> instead.</p>
 </div>
 <p>
@@ -650,7 +650,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_supported_auth_methods</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
+<p><code class="literal">e_book_get_supported_auth_methods</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
 an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-AUTH-METHODS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS</span></a> instead.</p>
 </div>
 <p>
@@ -691,7 +691,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_required_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
+<p><code class="literal">e_book_get_required_fields</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a> on
 an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-REQUIRED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS</span></a> instead.</p>
 </div>
 <p>
@@ -728,13 +728,13 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-get-source"></a><h3>e_book_get_source ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_book_get_source                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_book_get_source                   (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_source</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-source"><code class="function">e_client_get_source()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_get_source</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-source"><code class="function">e_client_get_source()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
-Get the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> that this book has loaded.
+Get the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> that this book has loaded.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -758,7 +758,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_is_online                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_is_online</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-is-online"><code class="function">e_client_is_online()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_is_online</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-online"><code class="function">e_client_is_online()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Check if this book is connected.
@@ -785,7 +785,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_is_opened                    (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_is_opened</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-is-opened"><code class="function">e_client_is_opened()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_is_opened</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-opened"><code class="function">e_client_is_opened()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Check if this book has been opened.
@@ -1227,7 +1227,7 @@
 <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       e_book_get_uri                      (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_uri</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-uri"><code class="function">e_client_get_uri()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_get_uri</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-uri"><code class="function">e_client_get_uri()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Get the URI that this book has loaded. This string should not be freed.
@@ -1254,7 +1254,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_static_capabilities</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-capabilities"><code class="function">e_client_get_capabilities()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object.</p>
+<p><code class="literal">e_book_get_static_capabilities</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-capabilities"><code class="function">e_client_get_capabilities()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object.</p>
 </div>
 <p>
 Get the list of capabilities which the backend for this address book
@@ -1286,7 +1286,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *cap</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_check_static_capability</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-check-capability"><code class="function">e_client_check_capability()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_check_static_capability</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-check-capability"><code class="function">e_client_check_capability()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Check to see if the backend for this address book supports the capability
@@ -1318,7 +1318,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_is_writable                  (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_is_writable</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-is-readonly"><code class="function">e_client_is_readonly()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_is_writable</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-readonly"><code class="function">e_client_is_readonly()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Check if this book is writable.
@@ -1346,7 +1346,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_cancel</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-cancel-all"><code class="function">e_client_cancel_all()</code></a> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_cancel</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-cancel-all"><code class="function">e_client_cancel_all()</code></a> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Used to cancel an already running operation on <em class="parameter"><code>book</code></em>.  This
@@ -1386,7 +1386,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_cancel_async_op</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-cancel-all"><code class="function">e_client_cancel_all()</code></a> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_cancel_async_op</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-cancel-all"><code class="function">e_client_cancel_all()</code></a> or <code class="function">e_client_cancel_op()</code> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Similar to above e_book_cancel function, only cancels last, still running,
@@ -1502,7 +1502,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-get-addressbooks"></a><h3>e_book_get_addressbooks ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_get_addressbooks             (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **addressbook_sources</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_get_addressbooks             (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **addressbook_sources</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
@@ -1517,7 +1517,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>addressbook_sources</code></em> :</span></p></td>
-<td>A pointer to a <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
+<td>A pointer to a <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 </td>
 </tr>
 <tr>
@@ -1645,7 +1645,7 @@
 <a name="EBookEListAsyncCallback"></a><h3>EBookEListAsyncCallback ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                (*EBookEListAsyncCallback)          (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
@@ -1681,7 +1681,7 @@
 <a name="EBookEListCallback"></a><h3>EBookEListCallback ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                (*EBookEListCallback)               (<em class="parameter"><code><a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libebook-e-book-types.html#EBookStatus" title="enum EBookStatus"><span class="type">EBookStatus</span></a> status</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/EList.html"><span class="type">EList</span></a> *list</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
@@ -1733,7 +1733,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_open_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a> and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open-finish"><code class="function">e_client_open_finish()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_open_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a> and <a href="../libedataserver/EClient.html#e-client-open-finish"><code class="function">e_client_open_finish()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Opens the addressbook, making it ready for queries and other operations.
@@ -1777,7 +1777,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_remove_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a> and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove-finish"><code class="function">e_client_remove_finish()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
+<p><code class="literal">e_book_remove_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a> and <a href="../libedataserver/EClient.html#e-client-remove-finish"><code class="function">e_client_remove_finish()</code></a> on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object instead.</p>
 </div>
 <p>
 Remove the backing data for this <a class="link" href="EBook.html" title="EBook"><span class="type">EBook</span></a>. For example, with the file backend this
@@ -1817,7 +1817,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_supported_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
+<p><code class="literal">e_book_get_supported_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="../libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
 on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_FIELDS</span></a> instead.</p>
 </div>
 <p>
@@ -1860,7 +1860,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_supported_auth_methods_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
+<p><code class="literal">e_book_get_supported_auth_methods_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="../libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
 on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-SUPPORTED-AUTH-METHODS:CAPS" title="BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS"><span class="type">BOOK_BACKEND_PROPERTY_SUPPORTED_AUTH_METHODS</span></a> instead.</p>
 </div>
 <p>
@@ -2378,7 +2378,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> closure</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_book_get_required_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
+<p><code class="literal">e_book_get_required_fields_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property"><code class="function">e_client_get_backend_property()</code></a> and <a href="../libedataserver/EClient.html#e-client-get-backend-property-finish"><code class="function">e_client_get_backend_property_finish()</code></a>
 on an <a class="link" href="EBookClient.html" title="EBookClient"><span class="type">EBookClient</span></a> object with <a class="link" href="EBookClient.html#BOOK-BACKEND-PROPERTY-REQUIRED-FIELDS:CAPS" title="BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS"><span class="type">BOOK_BACKEND_PROPERTY_REQUIRED_FIELDS</span></a> instead.</p>
 </div>
 <p>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libebook/Makefile.in evolution-data-server-3.4.4/docs/reference/addressbook/libebook/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/addressbook/libebook/Makefile.in	2012-06-18 00:11:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libebook/Makefile.in	2012-08-12 23:32:35.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/ch01.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/ch01.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/ch01.html	2012-08-13 01:33:54.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2154688"></a>Evolution-Data-Server Manual: Address Book Backend (libedata-book)</h2></div></div></div>
+<a name="idp3027016"></a>Evolution-Data-Server Manual: Address Book Backend (libedata-book)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="EBookBackend.html">EBookBackend</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendCache.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendCache.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendCache.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendCache.html	2012-08-13 01:33:54.000000000 +0200
@@ -41,10 +41,10 @@
 <a name="EBookBackendCache.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="EBookBackendCache.html#EBookBackendCache-struct" title="struct EBookBackendCache">EBookBackendCache</a>;
 <a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="returnvalue">EBookBackendCache</span></a> * <a class="link" href="EBookBackendCache.html#e-book-backend-cache-new" title="e_book_backend_cache_new ()">e_book_backend_cache_new</a>            (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="EBookBackendCache.html#e-book-backend-cache-get-contact" title="e_book_backend_cache_get_contact ()">e_book_backend_cache_get_contact</a>    (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
+<a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="EBookBackendCache.html#e-book-backend-cache-get-contact" title="e_book_backend_cache_get_contact ()">e_book_backend_cache_get_contact</a>    (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendCache.html#e-book-backend-cache-add-contact" title="e_book_backend_cache_add_contact ()">e_book_backend_cache_add_contact</a>    (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendCache.html#e-book-backend-cache-remove-contact" title="e_book_backend_cache_remove_contact ()">e_book_backend_cache_remove_contact</a> (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendCache.html#e-book-backend-cache-check-contact" title="e_book_backend_cache_check_contact ()">e_book_backend_cache_check_contact</a>  (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
@@ -64,7 +64,7 @@
 <a name="EBookBackendCache.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----<a href="/usr/share/gtk-doc/html/libebackend/EFileCache.html">EFileCache</a>
+   +----<a href="../libebackend/EFileCache.html">EFileCache</a>
          +----EBookBackendCache
 </pre>
 </div>
@@ -83,7 +83,7 @@
 <pre class="programlisting"><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="returnvalue">EBookBackendCache</span></a> * e_book_backend_cache_new            (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);</pre>
 <p>
 Creates a new <a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a>, which implements a local cache of
-<a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> objects, useful for remote backends.
+<a href="../libebook/EContact.html"><span class="type">EContact</span></a> objects, useful for remote backends.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -103,10 +103,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-backend-cache-get-contact"></a><h3>e_book_backend_cache_get_contact ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_book_backend_cache_get_contact    (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
+<pre class="programlisting"><a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_book_backend_cache_get_contact    (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);</pre>
 <p>
-Get a cached contact. Note that the returned <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> will be
+Get a cached contact. Note that the returned <a href="../libebook/EContact.html"><span class="type">EContact</span></a> will be
 newly created, and must be unreffed by the caller when no longer
 needed.
 </p>
@@ -124,7 +124,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A cached <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>uid</code></em> is not cached.</td>
+<td>A cached <a href="../libebook/EContact.html"><span class="type">EContact</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>uid</code></em> is not cached.</td>
 </tr>
 </tbody>
 </table></div>
@@ -133,7 +133,7 @@
 <div class="refsect2">
 <a name="e-book-backend-cache-add-contact"></a><h3>e_book_backend_cache_add_contact ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_backend_cache_add_contact    (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
 <p>
 Adds <em class="parameter"><code>contact</code></em> to <em class="parameter"><code>cache</code></em>.
 </p>
@@ -147,7 +147,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>
+<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a>
 </td>
 </tr>
 <tr>
@@ -220,7 +220,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             e_book_backend_cache_get_contacts   (<em class="parameter"><code><a class="link" href="EBookBackendCache.html" title="EBookBackendCache"><span class="type">EBookBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *query</code></em>);</pre>
 <p>
-Returns a list of <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> elements from <em class="parameter"><code>cache</code></em> matching <em class="parameter"><code>query</code></em>.
+Returns a list of <a href="../libebook/EContact.html"><span class="type">EContact</span></a> elements from <em class="parameter"><code>cache</code></em> matching <em class="parameter"><code>query</code></em>.
 When done with the list, the caller must unref the contacts and
 free the list.
 </p>
@@ -238,7 +238,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>.</td>
+<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a href="../libebook/EContact.html"><span class="type">EContact</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendFactory.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendFactory.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendFactory.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendFactory.html	2012-08-13 01:33:54.000000000 +0200
@@ -46,8 +46,8 @@
 <a name="EBookBackendFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----<a href="http://library.gnome.org/devel/eshell/unstable/EExtension.html">EExtension</a>
-         +----EBackendFactory
+   +----<a href="../libebackend/EExtension.html">EExtension</a>
+         +----<a href="../libebackend/EBackendFactory.html">EBackendFactory</a>
                +----EBookBackendFactory
 </pre>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackend.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackend.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackend.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackend.html	2012-08-13 01:33:54.000000000 +0200
@@ -65,7 +65,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackend.html#e-book-backend-is-removed" title="e_book_backend_is_removed ()">e_book_backend_is_removed</a>           (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-authenticate-user" title="e_book_backend_authenticate_user ()">e_book_backend_authenticate_user</a>    (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-get-backend-property" title="e_book_backend_get_backend_property ()">e_book_backend_get_backend_property</a> (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
@@ -133,7 +133,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> (*callback) (EDataBookView *view, gpointer user_data)</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-notify-update" title="e_book_backend_notify_update ()">e_book_backend_notify_update</a>        (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-notify-remove" title="e_book_backend_notify_remove ()">e_book_backend_notify_remove</a>        (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-notify-complete" title="e_book_backend_notify_complete ()">e_book_backend_notify_complete</a>      (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>);
@@ -145,7 +145,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_online</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-notify-auth-required" title="e_book_backend_notify_auth_required ()">e_book_backend_notify_auth_required</a> (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_self</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-notify-opened" title="e_book_backend_notify_opened ()">e_book_backend_notify_opened</a>        (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackend.html#e-book-backend-notify-property-changed" title="e_book_backend_notify_property_changed ()">e_book_backend_notify_property_changed</a>
@@ -166,7 +166,7 @@
 <a name="EBookBackend.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----EBackend
+   +----<a href="../libebackend/EBackend.html">EBackend</a>
          +----EBookBackend
                +----<a class="link" href="EBookBackendSync.html" title="EBookBackendSync">EBookBackendSync</a>
 </pre>
@@ -321,7 +321,7 @@
 </p>
 <p>
 Note that <a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> is initialized with a usable default based on
-the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> given to <a class="link" href="EBookBackend.html#e-book-backend-open" title="e_book_backend_open ()"><code class="function">e_book_backend_open()</code></a>.  Backends should
+the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> given to <a class="link" href="EBookBackend.html#e-book-backend-open" title="e_book_backend_open ()"><code class="function">e_book_backend_open()</code></a>.  Backends should
 not override the default without good reason.
 </p>
 <div class="variablelist"><table border="0">
@@ -497,7 +497,7 @@
 <a name="e-book-backend-authenticate-user"></a><h3>e_book_backend_authenticate_user ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_book_backend_authenticate_user    (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 <p>
 Notifies <em class="parameter"><code>backend</code></em> about <em class="parameter"><code>credentials</code></em> provided by user to use
 for authentication. This notification is usually called during
@@ -525,7 +525,7 @@
 <tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
 <td>
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to use for authentication</td>
+<a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to use for authentication</td>
 </tr>
 </tbody>
 </table></div>
@@ -1132,7 +1132,7 @@
 <div class="refsect2">
 <a name="e-book-backend-notify-update"></a><h3>e_book_backend_notify_update ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_book_backend_notify_update        (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
 <p>
 Notifies all of <em class="parameter"><code>backend</code></em>'s book views about the new or modified
 contacts <em class="parameter"><code>contact</code></em>.
@@ -1284,7 +1284,7 @@
 <a name="e-book-backend-notify-auth-required"></a><h3>e_book_backend_notify_auth_required ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_book_backend_notify_auth_required (<em class="parameter"><code><a class="link" href="EBookBackend.html" title="EBookBackend"><span class="type">EBookBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_self</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 <p>
 Notifies clients that <em class="parameter"><code>backend</code></em> requires authentication in order to
 connect. This function call does not influence 'opening', but 
@@ -1316,7 +1316,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> that contains extra information for
+<td>an <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> that contains extra information for
 a source for which authentication is requested.
 This parameter can be <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> to indicate "for this book".</td>
 </tr>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendSExp.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendSExp.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendSExp.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendSExp.html	2012-08-13 01:33:54.000000000 +0200
@@ -44,7 +44,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendSExp.html#e-book-backend-sexp-match-vcard" title="e_book_backend_sexp_match_vcard ()">e_book_backend_sexp_match_vcard</a>     (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *vcard</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendSExp.html#e-book-backend-sexp-match-contact" title="e_book_backend_sexp_match_contact ()">e_book_backend_sexp_match_contact</a>   (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
 </pre>
 </div>
 <div class="refsect1">
@@ -116,7 +116,7 @@
 <div class="refsect2">
 <a name="e-book-backend-sexp-match-contact"></a><h3>e_book_backend_sexp_match_contact ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_backend_sexp_match_contact   (<em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *sexp</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
 <p>
 Checks if <em class="parameter"><code>contact</code></em> matches <em class="parameter"><code>sexp</code></em>.
 </p>
@@ -130,7 +130,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>
+<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a>
 </td>
 </tr>
 <tr>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendSummary.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendSummary.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendSummary.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendSummary.html	2012-08-13 01:33:54.000000000 +0200
@@ -45,7 +45,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-load" title="e_book_backend_summary_load ()">e_book_backend_summary_load</a>         (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-save" title="e_book_backend_summary_save ()">e_book_backend_summary_save</a>         (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-add-contact" title="e_book_backend_summary_add_contact ()">e_book_backend_summary_add_contact</a>  (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackendSummary.html#e-book-backend-summary-remove-contact" title="e_book_backend_summary_remove_contact ()">e_book_backend_summary_remove_contact</a>
                                                         (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>);
@@ -163,7 +163,7 @@
 <div class="refsect2">
 <a name="e-book-backend-summary-add-contact"></a><h3>e_book_backend_summary_add_contact ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_book_backend_summary_add_contact  (<em class="parameter"><code><a class="link" href="EBookBackendSummary.html" title="EBookBackendSummary"><span class="type">EBookBackendSummary</span></a> *summary</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
 <p>
 Adds a summary of <em class="parameter"><code>contact</code></em> to <em class="parameter"><code>summary</code></em>. Does not check if
 the contact already has a summary.
@@ -178,7 +178,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> to add</td>
+<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a> to add</td>
 </tr>
 </tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendSync.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendSync.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EBookBackendSync.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EBookBackendSync.html	2012-08-13 01:33:54.000000000 +0200
@@ -109,7 +109,7 @@
 <span class="returnvalue">void</span>                <a class="link" href="EBookBackendSync.html#e-book-backend-sync-authenticate-user" title="e_book_backend_sync_authenticate_user ()">e_book_backend_sync_authenticate_user</a>
                                                         (<em class="parameter"><code><a class="link" href="EBookBackendSync.html" title="EBookBackendSync"><span class="type">EBookBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 </pre>
 </div>
@@ -117,7 +117,7 @@
 <a name="EBookBackendSync.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----EBackend
+   +----<a href="../libebackend/EBackend.html">EBackend</a>
          +----<a class="link" href="EBookBackend.html" title="EBookBackend">EBookBackend</a>
                +----EBookBackendSync
 </pre>
@@ -405,7 +405,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>added_contacts</code></em> :</span></p></td>
-<td>a pointer to a location to store the resulting <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> list</td>
+<td>a pointer to a location to store the resulting <a href="../libebook/EContact.html"><span class="type">EContact</span></a> list</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
@@ -500,7 +500,7 @@
 <tr>
 <td><p><span class="term"><em class="parameter"><code>modified_contacts</code></em> :</span></p></td>
 <td>a pointer to a location to store the resulting
-<a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> objects</td>
+<a href="../libebook/EContact.html"><span class="type">EContact</span></a> objects</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
@@ -652,7 +652,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>                e_book_backend_sync_authenticate_user
                                                         (<em class="parameter"><code><a class="link" href="EBookBackendSync.html" title="EBookBackendSync"><span class="type">EBookBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Authenticates <em class="parameter"><code>backend</code></em> with given <em class="parameter"><code>credentials</code></em>.
@@ -671,7 +671,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to authenticate with</td>
+<td>an <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to authenticate with</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EDataBook.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EDataBook.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EDataBook.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EDataBook.html	2012-08-13 01:33:54.000000000 +0200
@@ -110,7 +110,7 @@
 <span class="returnvalue">void</span>                <a class="link" href="EDataBook.html#e-data-book-report-online" title="e_data_book_report_online ()">e_data_book_report_online</a>           (<em class="parameter"><code><a class="link" href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_online</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataBook.html#e-data-book-report-auth-required" title="e_data_book_report_auth_required ()">e_data_book_report_auth_required</a>    (<em class="parameter"><code><a class="link" href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a> *book</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataBook.html#e-data-book-report-opened" title="e_data_book_report_opened ()">e_data_book_report_opened</a>           (<em class="parameter"><code><a class="link" href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a> *book</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataBook.html#e-data-book-report-backend-property-changed" title="e_data_book_report_backend_property_changed ()">e_data_book_report_backend_property_changed</a>
@@ -392,7 +392,7 @@
 <div class="refsect2">
 <a name="e-data-book-report-auth-required"></a><h3>e_data_book_report_auth_required ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_book_report_auth_required    (<em class="parameter"><code><a class="link" href="EDataBook.html" title="EDataBook"><span class="type">EDataBook</span></a> *book</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 </div>
 <hr>
 <div class="refsect2">
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EDataBookView.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EDataBookView.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/EDataBookView.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/EDataBookView.html	2012-08-13 01:33:54.000000000 +0200
@@ -51,9 +51,9 @@
 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="EDataBookView.html#e-data-book-view-get-card-query" title="e_data_book_view_get_card_query ()">e_data_book_view_get_card_query</a>     (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);
 <a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="returnvalue">EBookBackendSExp</span></a> *  <a class="link" href="EDataBookView.html#e-data-book-view-get-card-sexp" title="e_data_book_view_get_card_sexp ()">e_data_book_view_get_card_sexp</a>      (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);
 <a class="link" href="EBookBackend.html" title="EBookBackend"><span class="returnvalue">EBookBackend</span></a> *      <a class="link" href="EDataBookView.html#e-data-book-view-get-backend" title="e_data_book_view_get_backend ()">e_data_book_view_get_backend</a>        (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);
-<span class="returnvalue">EBookClientViewFlags</span> <a class="link" href="EDataBookView.html#e-data-book-view-get-flags" title="e_data_book_view_get_flags ()">e_data_book_view_get_flags</a>         (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);
+<a href="../libebook/EBookClientView.html#EBookClientViewFlags"><span class="returnvalue">EBookClientViewFlags</span></a> <a class="link" href="EDataBookView.html#e-data-book-view-get-flags" title="e_data_book_view_get_flags ()">e_data_book_view_get_flags</a>         (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataBookView.html#e-data-book-view-notify-update" title="e_data_book_view_notify_update ()">e_data_book_view_notify_update</a>      (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataBookView.html#e-data-book-view-notify-update-vcard" title="e_data_book_view_notify_update_vcard ()">e_data_book_view_notify_update_vcard</a>
                                                         (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *id</code></em>,
@@ -96,7 +96,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *card_query</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EBookBackendSExp.html" title="EBookBackendSExp"><span class="type">EBookBackendSExp</span></a> *card_sexp</code></em>);</pre>
 <p>
-Create a new <a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> for the given <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a>, filtering on <span class="type">card_sexp</span>,
+Create a new <a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> for the given <a href="../libebook/EBook.html"><span class="type">EBook</span></a>, filtering on <span class="type">card_sexp</span>,
 and place it on DBus at the object path <span class="type">path</span>.
 </p>
 <div class="variablelist"><table border="0">
@@ -199,9 +199,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-data-book-view-get-flags"></a><h3>e_data_book_view_get_flags ()</h3>
-<pre class="programlisting"><span class="returnvalue">EBookClientViewFlags</span> e_data_book_view_get_flags         (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);</pre>
+<pre class="programlisting"><a href="../libebook/EBookClientView.html#EBookClientViewFlags"><span class="returnvalue">EBookClientViewFlags</span></a> e_data_book_view_get_flags         (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>);</pre>
 <p>
-Gets the <span class="type">EBookClientViewFlags</span> that control the behaviour of <em class="parameter"><code>book_view</code></em>.
+Gets the <a href="../libebook/EBookClientView.html#EBookClientViewFlags"><span class="type">EBookClientViewFlags</span></a> that control the behaviour of <em class="parameter"><code>book_view</code></em>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -223,7 +223,7 @@
 <div class="refsect2">
 <a name="e-data-book-view-notify-update"></a><h3>e_data_book_view_notify_update ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_book_view_notify_update      (<em class="parameter"><code><a class="link" href="EDataBookView.html" title="EDataBookView"><span class="type">EDataBookView</span></a> *book_view</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
 <p>
 Notify listeners that <em class="parameter"><code>contact</code></em> has changed. This can
 trigger an add, change or removal event depending on
@@ -241,7 +241,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>
+<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a>
 </td>
 </tr>
 </tbody>
@@ -412,7 +412,7 @@
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>book_view</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EBookView.html"><span class="type">EBookView</span></a>
+<td>an <a href="../libebook/EBookView.html"><span class="type">EBookView</span></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -430,7 +430,7 @@
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>book_view</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EBookView.html"><span class="type">EBookView</span></a>
+<td>an <a href="../libebook/EBookView.html"><span class="type">EBookView</span></a>
 </td>
 </tr></tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/libedata-book-e-book-backend-db-cache.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/libedata-book-e-book-backend-db-cache.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/libedata-book-e-book-backend-db-cache.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/libedata-book-e-book-backend-db-cache.html	2012-08-13 01:33:54.000000000 +0200
@@ -37,7 +37,7 @@
 </tr></table></div>
 <div class="refsynopsisdiv">
 <a name="libedata-book-e-book-backend-db-cache.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="libedata-book-e-book-backend-db-cache.html#e-book-backend-db-cache-get-contact" title="e_book_backend_db_cache_get_contact ()">e_book_backend_db_cache_get_contact</a> (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
+<pre class="synopsis"><a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="libedata-book-e-book-backend-db-cache.html#e-book-backend-db-cache-get-contact" title="e_book_backend_db_cache_get_contact ()">e_book_backend_db_cache_get_contact</a> (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-book-e-book-backend-db-cache.html#string-to-dbt" title="string_to_dbt ()">string_to_dbt</a>                       (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *str</code></em>,
                                                          <em class="parameter"><code><span class="type">DBT</span> *dbt</code></em>);
@@ -47,7 +47,7 @@
                                                         (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-book-e-book-backend-db-cache.html#e-book-backend-db-cache-add-contact" title="e_book_backend_db_cache_add_contact ()">e_book_backend_db_cache_add_contact</a> (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-book-e-book-backend-db-cache.html#e-book-backend-db-cache-remove-contact" title="e_book_backend_db_cache_remove_contact ()">e_book_backend_db_cache_remove_contact</a>
                                                         (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);
@@ -76,10 +76,10 @@
 <a name="libedata-book-e-book-backend-db-cache.details"></a><h2>Details</h2>
 <div class="refsect2">
 <a name="e-book-backend-db-cache-get-contact"></a><h3>e_book_backend_db_cache_get_contact ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_book_backend_db_cache_get_contact (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
+<pre class="programlisting"><a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_book_backend_db_cache_get_contact (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);</pre>
 <p>
-Get a cached contact. Note that the returned <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> will be
+Get a cached contact. Note that the returned <a href="../libebook/EContact.html"><span class="type">EContact</span></a> will be
 newly created, and must be unreffed by the caller when no longer
 needed.
 </p>
@@ -96,7 +96,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A cached <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>uid</code></em> is not cached.</td>
+<td>A cached <a href="../libebook/EContact.html"><span class="type">EContact</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>uid</code></em> is not cached.</td>
 </tr>
 </tbody>
 </table></div>
@@ -150,7 +150,7 @@
 <div class="refsect2">
 <a name="e-book-backend-db-cache-add-contact"></a><h3>e_book_backend_db_cache_add_contact ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_backend_db_cache_add_contact (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>);</pre>
 <p>
 Adds <em class="parameter"><code>contact</code></em> to <em class="parameter"><code>cache</code></em>.
 </p>
@@ -163,7 +163,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>contact</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>
+<td>an <a href="../libebook/EContact.html"><span class="type">EContact</span></a>
 </td>
 </tr>
 <tr>
@@ -237,7 +237,7 @@
                                                         (<em class="parameter"><code><span class="type">DB</span> *db</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *query</code></em>);</pre>
 <p>
-Returns a list of <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> elements from <em class="parameter"><code>cache</code></em> matching <em class="parameter"><code>query</code></em>.
+Returns a list of <a href="../libebook/EContact.html"><span class="type">EContact</span></a> elements from <em class="parameter"><code>cache</code></em> matching <em class="parameter"><code>query</code></em>.
 When done with the list, the caller must unref the contacts and
 free the list.
 </p>
@@ -254,7 +254,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>.</td>
+<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a href="../libebook/EContact.html"><span class="type">EContact</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/libedata-book-EBookBackendSqliteDB.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/libedata-book-EBookBackendSqliteDB.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/libedata-book-EBookBackendSqliteDB.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/libedata-book-EBookBackendSqliteDB.html	2012-08-13 01:33:54.000000000 +0200
@@ -54,7 +54,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-book-EBookBackendSqliteDB.html#e-book-backend-sqlitedb-add-contact" title="e_book_backend_sqlitedb_add_contact ()">e_book_backend_sqlitedb_add_contact</a> (<em class="parameter"><code><a class="link" href="libedata-book-EBookBackendSqliteDB.html#EBookBackendSqliteDB" title="struct EBookBackendSqliteDB"><span class="type">EBookBackendSqliteDB</span></a> *ebsdb</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *folderid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> partial_content</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-book-EBookBackendSqliteDB.html#e-book-backend-sqlitedb-add-contacts" title="e_book_backend_sqlitedb_add_contacts ()">e_book_backend_sqlitedb_add_contacts</a>
@@ -78,7 +78,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *partial_content</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="libedata-book-EBookBackendSqliteDB.html#e-book-backend-sqlitedb-get-contact" title="e_book_backend_sqlitedb_get_contact ()">e_book_backend_sqlitedb_get_contact</a> (<em class="parameter"><code><a class="link" href="libedata-book-EBookBackendSqliteDB.html#EBookBackendSqliteDB" title="struct EBookBackendSqliteDB"><span class="type">EBookBackendSqliteDB</span></a> *ebsdb</code></em>,
+<a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="libedata-book-EBookBackendSqliteDB.html#e-book-backend-sqlitedb-get-contact" title="e_book_backend_sqlitedb_get_contact ()">e_book_backend_sqlitedb_get_contact</a> (<em class="parameter"><code><a class="link" href="libedata-book-EBookBackendSqliteDB.html#EBookBackendSqliteDB" title="struct EBookBackendSqliteDB"><span class="type">EBookBackendSqliteDB</span></a> *ebsdb</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *folderid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *fields_of_interest</code></em>,
@@ -266,7 +266,7 @@
 <a name="e-book-backend-sqlitedb-add-contact"></a><h3>e_book_backend_sqlitedb_add_contact ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_book_backend_sqlitedb_add_contact (<em class="parameter"><code><a class="link" href="libedata-book-EBookBackendSqliteDB.html#EBookBackendSqliteDB" title="struct EBookBackendSqliteDB"><span class="type">EBookBackendSqliteDB</span></a> *ebsdb</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *folderid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> partial_content</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -372,7 +372,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-book-backend-sqlitedb-get-contact"></a><h3>e_book_backend_sqlitedb_get_contact ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_book_backend_sqlitedb_get_contact (<em class="parameter"><code><a class="link" href="libedata-book-EBookBackendSqliteDB.html#EBookBackendSqliteDB" title="struct EBookBackendSqliteDB"><span class="type">EBookBackendSqliteDB</span></a> *ebsdb</code></em>,
+<pre class="programlisting"><a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_book_backend_sqlitedb_get_contact (<em class="parameter"><code><a class="link" href="libedata-book-EBookBackendSqliteDB.html#EBookBackendSqliteDB" title="struct EBookBackendSqliteDB"><span class="type">EBookBackendSqliteDB</span></a> *ebsdb</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *folderid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable"><span class="type">GHashTable</span></a> *fields_of_interest</code></em>,
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/libedata-book-EDataBookFactory.html evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/libedata-book-EDataBookFactory.html
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/html/libedata-book-EDataBookFactory.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/html/libedata-book-EDataBookFactory.html	2012-08-13 01:33:54.000000000 +0200
@@ -38,7 +38,7 @@
 <div class="refsynopsisdiv">
 <a name="libedata-book-EDataBookFactory.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="libedata-book-EDataBookFactory.html#EDataBookFactory" title="struct EDataBookFactory">EDataBookFactory</a>;
-<span class="returnvalue">EDBusServer</span> *       <a class="link" href="libedata-book-EDataBookFactory.html#e-data-book-factory-new" title="e_data_book_factory_new ()">e_data_book_factory_new</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
+<a href="../libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       <a class="link" href="libedata-book-EDataBookFactory.html#e-data-book-factory-new" title="e_data_book_factory_new ()">e_data_book_factory_new</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 </pre>
 </div>
@@ -58,7 +58,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-data-book-factory-new"></a><h3>e_data_book_factory_new ()</h3>
-<pre class="programlisting"><span class="returnvalue">EDBusServer</span> *       e_data_book_factory_new             (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
+<pre class="programlisting"><a href="../libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       e_data_book_factory_new             (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 </div>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/Makefile.in evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/addressbook/libedata-book/Makefile.in	2012-06-18 00:11:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/libedata-book/Makefile.in	2012-08-12 23:32:36.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/addressbook/Makefile.in evolution-data-server-3.4.4/docs/reference/addressbook/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/addressbook/Makefile.in	2012-06-18 00:11:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/addressbook/Makefile.in	2012-08-12 23:32:35.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ch01.html evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ch01.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ch01.html	2012-08-13 01:33:54.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2337760"></a>Evolution-Data-Server Manual: Calendar Client (libecal)</h2></div></div></div>
+<a name="idp1482624"></a>Evolution-Data-Server Manual: Calendar Client (libecal)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="ECalClient.html">ECalClient</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ch02.html evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ch02.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ch02.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ch02.html	2012-08-13 01:33:54.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2540504"></a>Deprecated Classes</h2></div></div></div>
+<a name="idp645208"></a>Deprecated Classes</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="ECal.html">ECal</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ECalClient.html evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ECalClient.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ECalClient.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ECalClient.html	2012-08-13 01:33:54.000000000 +0200
@@ -51,7 +51,7 @@
 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="ECalClient.html#e-cal-client-error-to-string" title="e_cal_client_error_to_string ()">e_cal_client_error_to_string</a>        (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="returnvalue">GError</span></a> *            <a class="link" href="ECalClient.html#e-cal-client-error-create" title="e_cal_client_error_create ()">e_cal_client_error_create</a>           (<em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientError" title="enum ECalClientError"><span class="type">ECalClientError</span></a> code</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *custom_msg</code></em>);
-<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()">e_cal_client_new</a>                    (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new" title="e_cal_client_new ()">e_cal_client_new</a>                    (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        <a class="link" href="ECalClient.html#e-cal-client-new-from-uri" title="e_cal_client_new_from_uri ()">e_cal_client_new_from_uri</a>           (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
@@ -63,10 +63,10 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-set-default" title="e_cal_client_set_default ()">e_cal_client_set_default</a>            (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-set-default-source" title="e_cal_client_set_default_source ()">e_cal_client_set_default_source</a>     (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-set-default-source" title="e_cal_client_set_default_source ()">e_cal_client_set_default_source</a>     (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-sources" title="e_cal_client_get_sources ()">e_cal_client_get_sources</a>            (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalClient.html#e-cal-client-get-sources" title="e_cal_client_get_sources ()">e_cal_client_get_sources</a>            (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="returnvalue">ECalClientSourceType</span></a> <a class="link" href="ECalClient.html#e-cal-client-get-source-type" title="e_cal_client_get_source_type ()">e_cal_client_get_source_type</a>       (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>);
@@ -364,7 +364,7 @@
 <a name="ECalClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html">EClient</a>
+   +----<a href="../libedataserver/EClient.html">EClient</a>
          +----ECalClient
 </pre>
 </div>
@@ -501,20 +501,20 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-client-new"></a><h3>e_cal_client_new ()</h3>
-<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        e_cal_client_new                    (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a class="link" href="ECalClient.html" title="ECalClient"><span class="returnvalue">ECalClient</span></a> *        e_cal_client_new                    (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Creates a new <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> corresponding to the given source.  There are
 only two operations that are valid on this calendar at this point:
-<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>, and <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a>.
+<a href="../libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>, and <a href="../libedataserver/EClient.html#e-client-remove"><code class="function">e_client_remove()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source_type</code></em> :</span></p></td>
@@ -631,7 +631,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_set_default            (<em class="parameter"><code><a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> *client</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
-Sets the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> as the "default" calendar.  This is the source
+Sets the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> of the <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> as the "default" calendar.  This is the source
 that will be loaded in the <code class="function">e_cal_client_get_default_calendar()</code> call.
 </p>
 <div class="variablelist"><table border="0">
@@ -657,7 +657,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-client-set-default-source"></a><h3>e_cal_client_set_default_source ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_set_default_source     (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_set_default_source     (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -669,7 +669,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> pointer</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source_type</code></em> :</span></p></td>
@@ -691,7 +691,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-client-get-sources"></a><h3>e_cal_client_get_sources ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_sources            (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_client_get_sources            (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalClient.html#ECalClientSourceType" title="enum ECalClientSourceType"><span class="type">ECalClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -703,7 +703,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>sources</code></em> :</span></p></td>
-<td>A pointer to an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
+<td>A pointer to an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> to set. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 </td>
 </tr>
 <tr>
@@ -2719,7 +2719,7 @@
 <p>
 Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-send-objects" title="e_cal_client_send_objects ()"><code class="function">e_cal_client_send_objects()</code></a> and
 populates <em class="parameter"><code>users</code></em> with a list of users to send <em class="parameter"><code>modified_icalcomp</code></em> to.
-The <em class="parameter"><code>users</code></em> list should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a> and
+The <em class="parameter"><code>users</code></em> list should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a> and
 the <em class="parameter"><code>modified_icalcomp</code></em> should be freed with <code class="function">icalcomponent_free()</code>.
 </p>
 <div class="variablelist"><table border="0">
@@ -2771,7 +2771,7 @@
 <p>
 Requests a calendar backend to send meeting information stored in <em class="parameter"><code>icalcomp</code></em>.
 The backend can modify this component and request a send to users in the <em class="parameter"><code>users</code></em> list.
-The <em class="parameter"><code>users</code></em> list should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a> and
+The <em class="parameter"><code>users</code></em> list should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a> and
 the <em class="parameter"><code>modified_icalcomp</code></em> should be freed with <code class="function">icalcomponent_free()</code>.
 </p>
 <div class="variablelist"><table border="0">
@@ -2874,7 +2874,7 @@
 <p>
 Finishes previous call of <a class="link" href="ECalClient.html#e-cal-client-get-attachment-uris" title="e_cal_client_get_attachment_uris ()"><code class="function">e_cal_client_get_attachment_uris()</code></a> and
 sets <em class="parameter"><code>attachment_uris</code></em> to uris for component's attachments.
-The list should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
+The list should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -2919,7 +2919,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Queries a calendar for a specified component's object attachment uris.
-The list should be freed with <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
+The list should be freed with <a href="../libedataserver/EClient.html#e-client-util-free-string-slist"><code class="function">e_client_util_free_string_slist()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ECal.html evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ECal.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/ECal.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/ECal.html	2012-08-13 01:33:54.000000000 +0200
@@ -50,7 +50,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *prompt</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *key</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
-<a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              <a class="link" href="ECal.html#e-cal-new" title="e_cal_new ()">e_cal_new</a>                           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              <a class="link" href="ECal.html#e-cal-new" title="e_cal_new ()">e_cal_new</a>                           (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>);
 <a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              <a class="link" href="ECal.html#e-cal-new-from-uri" title="e_cal_new_from_uri ()">e_cal_new_from_uri</a>                  (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>);
@@ -73,7 +73,7 @@
                                                          <em class="parameter"><code><a class="link" href="libecal-e-cal-util.html#CalMode" title="enum CalMode"><span class="type">CalMode</span></a> mode</code></em>);
 <a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="returnvalue">ECalSourceType</span></a>      <a class="link" href="ECal.html#e-cal-get-source-type" title="e_cal_get_source_type ()">e_cal_get_source_type</a>               (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
 <a class="link" href="ECal.html#ECalLoadState" title="enum ECalLoadState"><span class="returnvalue">ECalLoadState</span></a>       <a class="link" href="ECal.html#e-cal-get-load-state" title="e_cal_get_load_state ()">e_cal_get_load_state</a>                (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ECal.html#e-cal-get-source" title="e_cal_get_source ()">e_cal_get_source</a>                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ECal.html#e-cal-get-source" title="e_cal_get_source ()">e_cal_get_source</a>                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="ECal.html#e-cal-get-uri" title="e_cal_get_uri ()">e_cal_get_uri</a>                       (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECal.html#e-cal-is-read-only" title="e_cal_is_read_only ()">e_cal_is_read_only</a>                  (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *read_only</code></em>,
@@ -202,10 +202,10 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECal.html#e-cal-set-default" title="e_cal_set_default ()">e_cal_set_default</a>                   (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECal.html#e-cal-set-default-source" title="e_cal_set_default_source ()">e_cal_set_default_source</a>            (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECal.html#e-cal-set-default-source" title="e_cal_set_default_source ()">e_cal_set_default_source</a>            (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECal.html#e-cal-get-sources" title="e_cal_get_sources ()">e_cal_get_sources</a>                   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECal.html#e-cal-get-sources" title="e_cal_get_sources ()">e_cal_get_sources</a>                   (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="ECal.html#e-cal-get-local-attachment-store" title="e_cal_get_local_attachment_store ()">e_cal_get_local_attachment_store</a>    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);
@@ -329,7 +329,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-new"></a><h3>e_cal_new ()</h3>
-<pre class="programlisting"><a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              e_cal_new                           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a class="link" href="ECal.html" title="ECal"><span class="returnvalue">ECal</span></a> *              e_cal_new                           (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
@@ -344,7 +344,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to be used for the client.</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to be used for the client.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>type</code></em> :</span></p></td>
@@ -515,7 +515,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_open</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open-sync"><code class="function">e_client_open_sync()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
+<p><code class="literal">e_cal_open</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-open-sync"><code class="function">e_client_open_sync()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
 </div>
 <p>
 Makes a calendar client initiate a request to open a calendar.  The calendar
@@ -556,7 +556,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_open_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>/<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-open-finish"><code class="function">e_client_open_finish()</code></a>
+<p><code class="literal">e_cal_open_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-open"><code class="function">e_client_open()</code></a>/<a href="../libedataserver/EClient.html#e-client-open-finish"><code class="function">e_client_open_finish()</code></a>
 on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
 </div>
 <p>
@@ -625,7 +625,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_remove</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-remove-sync"><code class="function">e_client_remove_sync()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
+<p><code class="literal">e_cal_remove</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-remove-sync"><code class="function">e_client_remove_sync()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
 </div>
 <p>
 Removes a calendar.
@@ -710,7 +710,7 @@
 <pre class="programlisting"><a class="link" href="ECal.html#ECalLoadState" title="enum ECalLoadState"><span class="returnvalue">ECalLoadState</span></a>       e_cal_get_load_state                (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_load_state</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-is-opened"><code class="function">e_client_is_opened()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> instead.</p>
+<p><code class="literal">e_cal_get_load_state</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-is-opened"><code class="function">e_client_is_opened()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> instead.</p>
 </div>
 <p>
 Queries the state of loading of a calendar client.
@@ -734,10 +734,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-get-source"></a><h3>e_cal_get_source ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_cal_get_source                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_cal_get_source                    (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_source</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-source"><code class="function">e_client_get_source()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
+<p><code class="literal">e_cal_get_source</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-source"><code class="function">e_client_get_source()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
 </div>
 <p>
 Queries the source that is open in a calendar client.
@@ -763,7 +763,7 @@
 <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       e_cal_get_uri                       (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_uri</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-uri"><code class="function">e_client_get_uri()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
+<p><code class="literal">e_cal_get_uri</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-uri"><code class="function">e_client_get_uri()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
 </div>
 <p>
 Queries the URI that is open in a calendar client.
@@ -828,7 +828,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_cal_address</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a>
+<p><code class="literal">e_cal_get_cal_address</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a>
 with <a class="link" href="ECalClient.html#CAL-BACKEND-PROPERTY-CAL-EMAIL-ADDRESS:CAPS" title="CAL_BACKEND_PROPERTY_CAL_EMAIL_ADDRESS"><span class="type">CAL_BACKEND_PROPERTY_CAL_EMAIL_ADDRESS</span></a> instead.</p>
 </div>
 <p>
@@ -865,7 +865,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_alarm_email_address</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a>
+<p><code class="literal">e_cal_get_alarm_email_address</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-get-backend-property-sync"><code class="function">e_client_get_backend_property_sync()</code></a>
 with <a class="link" href="ECalClient.html#CAL-BACKEND-PROPERTY-ALARM-EMAIL-ADDRESS:CAPS" title="CAL_BACKEND_PROPERTY_ALARM_EMAIL_ADDRESS"><span class="type">CAL_BACKEND_PROPERTY_ALARM_EMAIL_ADDRESS</span></a> instead.</p>
 </div>
 <p>
@@ -1013,7 +1013,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *cap</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_static_capability</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-check-capability"><code class="function">e_client_check_capability()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
+<p><code class="literal">e_cal_get_static_capability</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-check-capability"><code class="function">e_client_check_capability()</code></a> on an <a class="link" href="ECalClient.html" title="ECalClient"><span class="type">ECalClient</span></a> object instead.</p>
 </div>
 <p>
 Queries the calendar for static capabilities.
@@ -1069,7 +1069,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_get_refresh_supported         (<em class="parameter"><code><a class="link" href="ECal.html" title="ECal"><span class="type">ECal</span></a> *ecal</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
-<p><code class="literal">e_cal_get_refresh_supported</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html#e-client-check-refresh-supported"><code class="function">e_client_check_refresh_supported()</code></a> instead.</p>
+<p><code class="literal">e_cal_get_refresh_supported</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a href="../libedataserver/EClient.html#e-client-check-refresh-supported"><code class="function">e_client_check_refresh_supported()</code></a> instead.</p>
 </div>
 <p>
 Checks whether a calendar supports explicit refreshing (see <em class="parameter"><code>e_cal_refresh</code></em>).
@@ -2305,7 +2305,7 @@
 <p><code class="literal">e_cal_set_default</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a class="link" href="ECalClient.html#e-cal-client-set-default" title="e_cal_client_set_default ()"><code class="function">e_cal_client_set_default()</code></a> instead.</p>
 </div>
 <p>
-Sets the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> in <em class="parameter"><code>ecal</code></em> as default.
+Sets the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> in <em class="parameter"><code>ecal</code></em> as default.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -2330,7 +2330,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-set-default-source"></a><h3>e_cal_set_default_source ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_set_default_source            (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_set_default_source            (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@@ -2345,7 +2345,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -2367,7 +2367,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-get-sources"></a><h3>e_cal_get_sources ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_get_sources                   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_get_sources                   (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECal.html#ECalSourceType" title="enum ECalSourceType"><span class="type">ECalSourceType</span></a> type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/libecal-e-cal-time-util.html evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/libecal-e-cal-time-util.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libecal/html/libecal-e-cal-time-util.html	2012-06-18 00:51:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libecal/html/libecal-e-cal-time-util.html	2012-08-13 01:33:54.000000000 +0200
@@ -78,8 +78,8 @@
 <span class="returnvalue">void</span>                <a class="link" href="libecal-e-cal-time-util.html#time-to-gdate-with-zone" title="time_to_gdate_with_zone ()">time_to_gdate_with_zone</a>             (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Date-and-Time-Functions.html#GDate"><span class="type">GDate</span></a> *date</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> time</code></em>,
                                                          <em class="parameter"><code><span class="type">icaltimezone</span> *zone</code></em>);
-struct <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm" title="icaltimetype_to_tm ()">icaltimetype_to_tm</a>                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);
-struct <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm-with-zone" title="icaltimetype_to_tm_with_zone ()">icaltimetype_to_tm_with_zone</a>        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
+struct <a href="../libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm" title="icaltimetype_to_tm ()">icaltimetype_to_tm</a>                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);
+struct <a href="../libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           <a class="link" href="libecal-e-cal-time-util.html#icaltimetype-to-tm-with-zone" title="icaltimetype_to_tm_with_zone ()">icaltimetype_to_tm_with_zone</a>        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
                                                          <em class="parameter"><code><span class="type">icaltimezone</span> *from_zone</code></em>,
                                                          <em class="parameter"><code><span class="type">icaltimezone</span> *to_zone</code></em>);
 struct <span class="returnvalue">icaltimetype</span> <a class="link" href="libecal-e-cal-time-util.html#tm-to-icaltimetype" title="tm_to_icaltimetype ()">tm_to_icaltimetype</a>                  (<em class="parameter"><code><span class="type">struct tm</span> *tm</code></em>,
@@ -669,7 +669,7 @@
 <hr>
 <div class="refsect2">
 <a name="icaltimetype-to-tm"></a><h3>icaltimetype_to_tm ()</h3>
-<pre class="programlisting">struct <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);</pre>
+<pre class="programlisting">struct <a href="../libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm                  (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>);</pre>
 <p>
 Convers an icaltimetype structure into a GLibc's struct tm.
 </p>
@@ -692,7 +692,7 @@
 <hr>
 <div class="refsect2">
 <a name="icaltimetype-to-tm-with-zone"></a><h3>icaltimetype_to_tm_with_zone ()</h3>
-<pre class="programlisting">struct <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm_with_zone        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
+<pre class="programlisting">struct <a href="../libedataserver/libedataserver-e-util.html#tm"><span class="returnvalue">tm</span></a>           icaltimetype_to_tm_with_zone        (<em class="parameter"><code><span class="type">struct icaltimetype</span> *itt</code></em>,
                                                          <em class="parameter"><code><span class="type">icaltimezone</span> *from_zone</code></em>,
                                                          <em class="parameter"><code><span class="type">icaltimezone</span> *to_zone</code></em>);</pre>
 <p>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libecal/Makefile.in evolution-data-server-3.4.4/docs/reference/calendar/libecal/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/calendar/libecal/Makefile.in	2012-06-18 00:11:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libecal/Makefile.in	2012-08-12 23:32:36.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ch01.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ch01.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ch01.html	2012-08-13 01:33:54.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp5388472"></a>Evolution-Data-Server Manual: Calendar Backend (libedata-cal)</h2></div></div></div>
+<a name="idp1543872"></a>Evolution-Data-Server Manual: Calendar Backend (libedata-cal)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="ECalBackend.html">ECalBackend</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendCache.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendCache.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendCache.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendCache.html	2012-08-13 01:33:54.000000000 +0200
@@ -41,11 +41,11 @@
 <a name="ECalBackendCache.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="ECalBackendCache.html#ECalBackendCache-struct" title="struct ECalBackendCache">ECalBackendCache</a>;
 <a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="returnvalue">ECalBackendCache</span></a> *  <a class="link" href="ECalBackendCache.html#e-cal-backend-cache-new" title="e_cal_backend_cache_new ()">e_cal_backend_cache_new</a>             (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *filename</code></em>);
-<a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     <a class="link" href="ECalBackendCache.html#e-cal-backend-cache-get-component" title="e_cal_backend_cache_get_component ()">e_cal_backend_cache_get_component</a>   (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
+<a href="../libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     <a class="link" href="ECalBackendCache.html#e-cal-backend-cache-get-component" title="e_cal_backend_cache_get_component ()">e_cal_backend_cache_get_component</a>   (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalBackendCache.html#e-cal-backend-cache-put-component" title="e_cal_backend_cache_put_component ()">e_cal_backend_cache_put_component</a>   (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalBackendCache.html#e-cal-backend-cache-remove-component" title="e_cal_backend_cache_remove_component ()">e_cal_backend_cache_remove_component</a>
                                                         (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
@@ -86,7 +86,7 @@
 <a name="ECalBackendCache.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----<a href="/usr/share/gtk-doc/html/libebackend/EFileCache.html">EFileCache</a>
+   +----<a href="../libebackend/EFileCache.html">EFileCache</a>
          +----ECalBackendCache
 </pre>
 </div>
@@ -125,7 +125,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-cache-get-component"></a><h3>e_cal_backend_cache_get_component ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     e_cal_backend_cache_get_component   (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
+<pre class="programlisting"><a href="../libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     e_cal_backend_cache_get_component   (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>);</pre>
 <p>
@@ -149,7 +149,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>The <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><code class="literal">ECalComponent</code></a> representing the component found,
+<td>The <a href="../libecal/ECalComponent.html"><code class="literal">ECalComponent</code></a> representing the component found,
 or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if it was not found in the cache.</td>
 </tr>
 </tbody>
@@ -159,7 +159,7 @@
 <div class="refsect2">
 <a name="e-cal-backend-cache-put-component"></a><h3>e_cal_backend_cache_put_component ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_backend_cache_put_component   (<em class="parameter"><code><a class="link" href="ECalBackendCache.html" title="ECalBackendCache"><span class="type">ECalBackendCache</span></a> *cache</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);</pre>
 <p>
 Puts the given calendar component in the given cache. This will add
 the component if it does not exist or replace it if there was a
@@ -233,7 +233,7 @@
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>A list of all the components. Each item in the list is
-an <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>, which should be freed when no longer needed.</td>
+an <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>, which should be freed when no longer needed.</td>
 </tr>
 </tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendFactory.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendFactory.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendFactory.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendFactory.html	2012-08-13 01:33:54.000000000 +0200
@@ -46,8 +46,8 @@
 <a name="ECalBackendFactory.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----<a href="http://library.gnome.org/devel/eshell/unstable/EExtension.html">EExtension</a>
-         +----EBackendFactory
+   +----<a href="../libebackend/EExtension.html">EExtension</a>
+         +----<a href="../libebackend/EBackendFactory.html">EBackendFactory</a>
                +----ECalBackendFactory
 </pre>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackend.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackend.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackend.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackend.html	2012-08-13 01:33:54.000000000 +0200
@@ -91,7 +91,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *prop_value</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-authenticate-user" title="e_cal_backend_authenticate_user ()">e_cal_backend_authenticate_user</a>     (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-open" title="e_cal_backend_open ()">e_cal_backend_open</a>                  (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
@@ -133,14 +133,14 @@
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-remove-object" title="e_cal_backend_remove_object ()">e_cal_backend_remove_object</a>         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-receive-objects" title="e_cal_backend_receive_objects ()">e_cal_backend_receive_objects</a>       (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
@@ -182,16 +182,16 @@
                                                          <em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-component-created" title="e_cal_backend_notify_component_created ()">e_cal_backend_notify_component_created</a>
                                                         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-component-modified" title="e_cal_backend_notify_component_modified ()">e_cal_backend_notify_component_modified</a>
                                                         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-component-removed" title="e_cal_backend_notify_component_removed ()">e_cal_backend_notify_component_removed</a>
                                                         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-created" title="e_cal_backend_notify_object_created ()">e_cal_backend_notify_object_created</a> (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-objects-added" title="e_cal_backend_notify_objects_added ()">e_cal_backend_notify_objects_added</a>  (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
@@ -206,7 +206,7 @@
                                                          <em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *objects</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-removed" title="e_cal_backend_notify_object_removed ()">e_cal_backend_notify_object_removed</a> (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *old_object</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *new_object</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-objects-removed" title="e_cal_backend_notify_objects_removed ()">e_cal_backend_notify_objects_removed</a>
@@ -221,7 +221,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_online</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-auth-required" title="e_cal_backend_notify_auth_required ()">e_cal_backend_notify_auth_required</a>  (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_self</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-opened" title="e_cal_backend_notify_opened ()">e_cal_backend_notify_opened</a>         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackend.html#e-cal-backend-notify-property-changed" title="e_cal_backend_notify_property_changed ()">e_cal_backend_notify_property_changed</a>
@@ -242,7 +242,7 @@
 <a name="ECalBackend.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----EBackend
+   +----<a href="../libebackend/EBackend.html">EBackend</a>
          +----ECalBackend
                +----<a class="link" href="ECalBackendSync.html" title="ECalBackendSync">ECalBackendSync</a>
 </pre>
@@ -521,7 +521,7 @@
 </p>
 <p>
 Note that <a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> is initialized with a usable default based on
-<a href="/usr/share/gtk-doc/html/libedata-cal/ECalBackend.html#ECalBackend--source"><span class="type">"source"</span></a> and <a class="link" href="ECalBackend.html#ECalBackend--kind" title='The "kind" property'><span class="type">"kind"</span></a> properties.  Backends should
+<span class="type">"source"</span> and <a class="link" href="ECalBackend.html#ECalBackend--kind" title='The "kind" property'><span class="type">"kind"</span></a> properties.  Backends should
 not override the default without good reason.
 </p>
 <div class="variablelist"><table border="0">
@@ -830,7 +830,7 @@
 <a name="e-cal-backend-authenticate-user"></a><h3>e_cal_backend_authenticate_user ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_authenticate_user     (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 <p>
 Notifies <em class="parameter"><code>backend</code></em> about <em class="parameter"><code>credentials</code></em> provided by user to use
 for authentication. This notification is usually called during
@@ -858,7 +858,7 @@
 <tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
 <td>
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to use for authentication</td>
+<a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to use for authentication</td>
 </tr>
 </tbody>
 </table></div>
@@ -1212,7 +1212,7 @@
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);</pre>
 <p>
 Calls the modify_object method on the given backend.
 This might be finished with <a class="link" href="EDataCal.html#e-data-cal-respond-modify-object" title="e_data_cal_respond_modify_object ()"><code class="function">e_data_cal_respond_modify_object()</code></a>.
@@ -1258,7 +1258,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>);</pre>
 <p>
 Removes an object in a calendar backend.  The backend will notify all of its
 clients about the change.
@@ -1637,12 +1637,12 @@
 <a name="e-cal-backend-notify-component-created"></a><h3>e_cal_backend_notify_component_created ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_notify_component_created
                                                         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
 <p>
 Notifies each of the backend's listeners about a new object.
 </p>
 <p>
-Like <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-created" title="e_cal_backend_notify_object_created ()"><code class="function">e_cal_backend_notify_object_created()</code></a> except takes an <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
+Like <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-created" title="e_cal_backend_notify_object_created ()"><code class="function">e_cal_backend_notify_object_created()</code></a> except takes an <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
 instead of an ical string representation and uses the <span class="type">EDataCalView</span>'s
 fields-of-interest to filter out unwanted information from ical strings
 sent over the bus.
@@ -1657,7 +1657,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>component</code></em> :</span></p></td>
-<td>the newly created <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
+<td>the newly created <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
 </td>
 </tr>
 </tbody>
@@ -1669,13 +1669,13 @@
 <a name="e-cal-backend-notify-component-modified"></a><h3>e_cal_backend_notify_component_modified ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_notify_component_modified
                                                         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
 <p>
 Notifies each of the backend's listeners about a modified object.
 </p>
 <p>
-Like <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-modified" title="e_cal_backend_notify_object_modified ()"><code class="function">e_cal_backend_notify_object_modified()</code></a> except takes an <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
+Like <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-modified" title="e_cal_backend_notify_object_modified ()"><code class="function">e_cal_backend_notify_object_modified()</code></a> except takes an <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
 instead of an ical string representation and uses the <span class="type">EDataCalView</span>'s
 fields-of-interest to filter out unwanted information from ical strings
 sent over the bus.
@@ -1690,11 +1690,11 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>old_component</code></em> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> before the modification</td>
+<td>the <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> before the modification</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>new_component</code></em> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> after the modification</td>
+<td>the <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> after the modification</td>
 </tr>
 </tbody>
 </table></div>
@@ -1705,14 +1705,14 @@
 <a name="e-cal-backend-notify-component-removed"></a><h3>e_cal_backend_notify_component_removed ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_notify_component_removed
                                                         (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
 <p>
 Notifies each of the backend's listeners about a removed object.
 </p>
 <p>
-Like <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-removed" title="e_cal_backend_notify_object_removed ()"><code class="function">e_cal_backend_notify_object_removed()</code></a> except takes an <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
+Like <a class="link" href="ECalBackend.html#e-cal-backend-notify-object-removed" title="e_cal_backend_notify_object_removed ()"><code class="function">e_cal_backend_notify_object_removed()</code></a> except takes an <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
 instead of an ical string representation and uses the <span class="type">EDataCalView</span>'s
 fields-of-interest to filter out unwanted information from ical strings
 sent over the bus.
@@ -1842,7 +1842,7 @@
 <div class="refsect2">
 <a name="e-cal-backend-notify-object-removed"></a><h3>e_cal_backend_notify_object_removed ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_notify_object_removed (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *old_object</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *new_object</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@@ -1972,7 +1972,7 @@
 <a name="e-cal-backend-notify-auth-required"></a><h3>e_cal_backend_notify_auth_required ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_notify_auth_required  (<em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_self</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 <p>
 Notifies clients that <em class="parameter"><code>backend</code></em> requires authentication in order to
 connect. This function call does not influence 'opening', but 
@@ -2004,7 +2004,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> that contains extra information for
+<td>an <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> that contains extra information for
 a source for which authentication is requested.
 This parameter can be NULL to indicate "for this calendar".</td>
 </tr>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendSExp.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendSExp.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendSExp.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendSExp.html	2012-08-13 01:33:54.000000000 +0200
@@ -43,30 +43,30 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-match-comp" title="e_cal_backend_sexp_match_comp ()">e_cal_backend_sexp_match_comp</a>       (<em class="parameter"><code><a class="link" href="ECalBackendSExp.html" title="ECalBackendSExp"><span class="type">ECalBackendSExp</span></a> *sexp</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-now" title="e_cal_backend_sexp_func_time_now ()">e_cal_backend_sexp_func_time_now</a>    (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-now" title="e_cal_backend_sexp_func_time_now ()">e_cal_backend_sexp_func_time_now</a>    (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-make-time" title="e_cal_backend_sexp_func_make_time ()">e_cal_backend_sexp_func_make_time</a>   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-make-time" title="e_cal_backend_sexp_func_make_time ()">e_cal_backend_sexp_func_make_time</a>   (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-add-day" title="e_cal_backend_sexp_func_time_add_day ()">e_cal_backend_sexp_func_time_add_day</a>
-                                                        (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-add-day" title="e_cal_backend_sexp_func_time_add_day ()">e_cal_backend_sexp_func_time_add_day</a>
+                                                        (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-begin" title="e_cal_backend_sexp_func_time_day_begin ()">e_cal_backend_sexp_func_time_day_begin</a>
-                                                        (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-begin" title="e_cal_backend_sexp_func_time_day_begin ()">e_cal_backend_sexp_func_time_day_begin</a>
+                                                        (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-end" title="e_cal_backend_sexp_func_time_day_end ()">e_cal_backend_sexp_func_time_day_end</a>
-                                                        (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-func-time-day-end" title="e_cal_backend_sexp_func_time_day_end ()">e_cal_backend_sexp_func_time_day_end</a>
+                                                        (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ECalBackendSExp.html#e-cal-backend-sexp-evaluate-occur-times" title="e_cal_backend_sexp_evaluate_occur_times ()">e_cal_backend_sexp_evaluate_occur_times</a>
                                                         (<em class="parameter"><code><a class="link" href="ECalBackendSExp.html" title="ECalBackendSExp"><span class="type">ECalBackendSExp</span></a> *sexp</code></em>,
@@ -118,7 +118,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>object</code></em> :</span></p></td>
@@ -139,7 +139,7 @@
 <div class="refsect2">
 <a name="e-cal-backend-sexp-match-comp"></a><h3>e_cal_backend_sexp_match_comp ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_backend_sexp_match_comp       (<em class="parameter"><code><a class="link" href="ECalBackendSExp.html" title="ECalBackendSExp"><span class="type">ECalBackendSExp</span></a> *sexp</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ECalBackend.html" title="ECalBackend"><span class="type">ECalBackend</span></a> *backend</code></em>);</pre>
 <p>
 Matches the given ECalComponent against the expression.
@@ -149,7 +149,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>comp</code></em> :</span></p></td>
@@ -169,9 +169,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-sexp-func-time-now"></a><h3>e_cal_backend_sexp_func_time_now ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_now    (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<pre class="programlisting"><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_now    (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 <p>
 Processes the (time-now) sexp expression.
@@ -181,7 +181,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
@@ -205,9 +205,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-sexp-func-make-time"></a><h3>e_cal_backend_sexp_func_make_time ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_make_time   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<pre class="programlisting"><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_make_time   (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 <p>
 (make-time ISODATE)
@@ -221,7 +221,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
@@ -245,10 +245,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-sexp-func-time-add-day"></a><h3>e_cal_backend_sexp_func_time_add_day ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_add_day
-                                                        (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<pre class="programlisting"><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_add_day
+                                                        (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 <p>
 (time-add-day TIME N)
@@ -267,7 +267,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
@@ -291,10 +291,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-sexp-func-time-day-begin"></a><h3>e_cal_backend_sexp_func_time_day_begin ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_day_begin
-                                                        (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<pre class="programlisting"><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_day_begin
+                                                        (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 <p>
 (time-day-begin TIME)
@@ -311,7 +311,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
@@ -335,10 +335,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-sexp-func-time-day-end"></a><h3>e_cal_backend_sexp_func_time_day_end ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_day_end
-                                                        (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
+<pre class="programlisting"><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="returnvalue">ESExpResult</span></a> *       e_cal_backend_sexp_func_time_day_end
+                                                        (<em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> *esexp</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> argc</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ESExp.html#ESExpResult"><span class="type">ESExpResult</span></a> **argv</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> data</code></em>);</pre>
 <p>
 (time-day-end TIME)
@@ -355,7 +355,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>esexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>argc</code></em> :</span></p></td>
@@ -391,7 +391,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>sexp</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
+<td>An <a href="../libedataserver/libedataserver-ESExp.html#ESExp"><span class="type">ESExp</span></a> object.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>start</code></em> :</span></p></td>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendSync.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendSync.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/ECalBackendSync.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/ECalBackendSync.html	2012-08-13 01:33:54.000000000 +0200
@@ -95,24 +95,24 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **uid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackendSync.html#e-cal-backend-sync-modify-object" title="e_cal_backend_sync_modify_object ()">e_cal_backend_sync_modify_object</a>    (<em class="parameter"><code><a class="link" href="ECalBackendSync.html" title="ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackendSync.html#e-cal-backend-sync-remove-object" title="e_cal_backend_sync_remove_object ()">e_cal_backend_sync_remove_object</a>    (<em class="parameter"><code><a class="link" href="ECalBackendSync.html" title="ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackendSync.html#e-cal-backend-sync-receive-objects" title="e_cal_backend_sync_receive_objects ()">e_cal_backend_sync_receive_objects</a>  (<em class="parameter"><code><a class="link" href="ECalBackendSync.html" title="ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
@@ -155,7 +155,7 @@
 <span class="returnvalue">void</span>                <a class="link" href="ECalBackendSync.html#e-cal-backend-sync-authenticate-user" title="e_cal_backend_sync_authenticate_user ()">e_cal_backend_sync_authenticate_user</a>
                                                         (<em class="parameter"><code><a class="link" href="ECalBackendSync.html" title="ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 </pre>
 </div>
@@ -163,7 +163,7 @@
 <a name="ECalBackendSync.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
   <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
-   +----EBackend
+   +----<a href="../libebackend/EBackend.html">EBackend</a>
          +----<a class="link" href="ECalBackend.html" title="ECalBackend">ECalBackend</a>
                +----ECalBackendSync
 </pre>
@@ -555,7 +555,7 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> **uid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Calls the create_object_sync method on the given backend.
@@ -585,7 +585,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>new_component</code></em> :</span></p></td>
-<td>Placeholder for returned <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
+<td>Placeholder for returned <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>][<acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>]</span>
 </td>
 </tr>
 <tr>
@@ -602,9 +602,9 @@
                                                          <em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *calobj</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Calls the modify_object_sync method on the given backend.
@@ -659,9 +659,9 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/libecal-e-cal-util.html#CalObjModType"><span class="type">CalObjModType</span></a> mod</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> **new_component</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Calls the remove_object_sync method on the given backend.
@@ -985,7 +985,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_sync_authenticate_user
                                                         (<em class="parameter"><code><a class="link" href="ECalBackendSync.html" title="ECalBackendSync"><span class="type">ECalBackendSync</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Authenticates <em class="parameter"><code>backend</code></em> with given <em class="parameter"><code>credentials</code></em>.
@@ -1004,7 +1004,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to authenticate with</td>
+<td>an <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> to authenticate with</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>error</code></em> :</span></p></td>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/EDataCal.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/EDataCal.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/EDataCal.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/EDataCal.html	2012-08-13 01:33:54.000000000 +0200
@@ -92,18 +92,18 @@
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-respond-modify-object" title="e_data_cal_respond_modify_object ()">e_data_cal_respond_modify_object</a>    (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-respond-remove-object" title="e_data_cal_respond_remove_object ()">e_data_cal_respond_remove_object</a>    (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-respond-receive-objects" title="e_data_cal_respond_receive_objects ()">e_data_cal_respond_receive_objects</a>  (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
@@ -138,7 +138,7 @@
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-report-online" title="e_data_cal_report_online ()">e_data_cal_report_online</a>            (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> is_online</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-report-auth-required" title="e_data_cal_report_auth_required ()">e_data_cal_report_auth_required</a>     (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-report-opened" title="e_data_cal_report_opened ()">e_data_cal_report_opened</a>            (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataCal.html#e-data-cal-report-free-busy-data" title="e_data_cal_report_free_busy_data ()">e_data_cal_report_free_busy_data</a>    (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
@@ -478,7 +478,7 @@
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
 <p>
 Notifies listeners of the completion of the create_object method call.
 </p>
@@ -499,7 +499,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>new_component</code></em> :</span></p></td>
-<td>The newly created <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
+<td>The newly created <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -511,8 +511,8 @@
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_cal_respond_modify_object    (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
 <p>
 Notifies listeners of the completion of the modify_object method call.
 </p>
@@ -529,11 +529,11 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>old_component</code></em> :</span></p></td>
-<td>The old <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
+<td>The old <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>new_component</code></em> :</span></p></td>
-<td>The new <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
+<td>The new <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -545,9 +545,9 @@
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_cal_respond_remove_object    (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
                                                          <em class="parameter"><code><span class="type">guint32</span> opid</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> *error</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *old_component</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *new_component</code></em>);</pre>
 <p>
 Notifies listeners of the completion of the remove_object method call.
 </p>
@@ -568,11 +568,11 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>old_component</code></em> :</span></p></td>
-<td>The old <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
+<td>The old <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>new_component</code></em> :</span></p></td>
-<td>The new <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>. This will not be NULL only
+<td>The new <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>. This will not be NULL only
 when removing instances of a recurring appointment.</td>
 </tr>
 </tbody>
@@ -807,7 +807,7 @@
 <div class="refsect2">
 <a name="e-data-cal-report-auth-required"></a><h3>e_data_cal_report_auth_required ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_cal_report_auth_required     (<em class="parameter"><code><a class="link" href="EDataCal.html" title="EDataCal"><span class="type">EDataCal</span></a> *cal</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 <p>
 FIXME: Document me.
 </p>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-ECalBackendStore.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-ECalBackendStore.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-ECalBackendStore.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-ECalBackendStore.html	2012-08-13 01:33:54.000000000 +0200
@@ -43,16 +43,16 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-is-loaded" title="e_cal_backend_store_is_loaded ()">e_cal_backend_store_is_loaded</a>       (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-remove" title="e_cal_backend_store_remove ()">e_cal_backend_store_remove</a>          (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-clean" title="e_cal_backend_store_clean ()">e_cal_backend_store_clean</a>           (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>);
-<a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-get-component" title="e_cal_backend_store_get_component ()">e_cal_backend_store_get_component</a>   (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
+<a href="../libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-get-component" title="e_cal_backend_store_get_component ()">e_cal_backend_store_get_component</a>   (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-put-component-with-time-range" title="e_cal_backend_store_put_component_with_time_range ()">e_cal_backend_store_put_component_with_time_range</a>
                                                         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> occurence_start</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> occurence_end</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-put-component" title="e_cal_backend_store_put_component ()">e_cal_backend_store_put_component</a>   (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-remove-component" title="e_cal_backend_store_remove_component ()">e_cal_backend_store_remove_component</a>
                                                         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
@@ -90,7 +90,7 @@
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-freeze-changes" title="e_cal_backend_store_freeze_changes ()">e_cal_backend_store_freeze_changes</a>  (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-ECalBackendStore.html#e-cal-backend-store-interval-tree-add-comp" title="e_cal_backend_store_interval_tree_add_comp ()">e_cal_backend_store_interval_tree_add_comp</a>
                                                         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> end</code></em>);
 </pre>
@@ -141,7 +141,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-cal-backend-store-get-component"></a><h3>e_cal_backend_store_get_component ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     e_cal_backend_store_get_component   (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
+<pre class="programlisting"><a href="../libecal/ECalComponent.html"><span class="returnvalue">ECalComponent</span></a> *     e_cal_backend_store_get_component   (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>);</pre>
 <p class="since">Since 2.28</p>
@@ -151,7 +151,7 @@
 <a name="e-cal-backend-store-put-component-with-time-range"></a><h3>e_cal_backend_store_put_component_with_time_range ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_backend_store_put_component_with_time_range
                                                         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> occurence_start</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> occurence_end</code></em>);</pre>
 <p class="since">Since 2.32</p>
@@ -160,7 +160,7 @@
 <div class="refsect2">
 <a name="e-cal-backend-store-put-component"></a><h3>e_cal_backend_store_put_component ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_cal_backend_store_put_component   (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);</pre>
 <p class="since">Since 2.28</p>
 </div>
 <hr>
@@ -251,7 +251,7 @@
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>A list of the components. Each item in the list is
-an <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>, which should be freed when no longer needed.</td>
+an <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>, which should be freed when no longer needed.</td>
 </tr>
 </tbody>
 </table></div>
@@ -296,7 +296,7 @@
 <a name="e-cal-backend-store-interval-tree-add-comp"></a><h3>e_cal_backend_store_interval_tree_add_comp ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_cal_backend_store_interval_tree_add_comp
                                                         (<em class="parameter"><code><a class="link" href="libedata-cal-ECalBackendStore.html#ECalBackendStore" title="struct ECalBackendStore"><span class="type">ECalBackendStore</span></a> *store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> end</code></em>);</pre>
 <p class="since">Since 2.32</p>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalFactory.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalFactory.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalFactory.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalFactory.html	2012-08-13 01:33:54.000000000 +0200
@@ -38,7 +38,7 @@
 <div class="refsynopsisdiv">
 <a name="libedata-cal-EDataCalFactory.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="libedata-cal-EDataCalFactory.html#EDataCalFactory" title="struct EDataCalFactory">EDataCalFactory</a>;
-<span class="returnvalue">EDBusServer</span> *       <a class="link" href="libedata-cal-EDataCalFactory.html#e-data-cal-factory-new" title="e_data_cal_factory_new ()">e_data_cal_factory_new</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
+<a href="../libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       <a class="link" href="libedata-cal-EDataCalFactory.html#e-data-cal-factory-new" title="e_data_cal_factory_new ()">e_data_cal_factory_new</a>              (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 </pre>
 </div>
@@ -58,7 +58,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-data-cal-factory-new"></a><h3>e_data_cal_factory_new ()</h3>
-<pre class="programlisting"><span class="returnvalue">EDBusServer</span> *       e_data_cal_factory_new              (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
+<pre class="programlisting"><a href="../libebackend/EDBusServer.html"><span class="returnvalue">EDBusServer</span></a> *       e_data_cal_factory_new              (<em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 </div>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalView.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalView.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalView.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-EDataCalView.html	2012-08-13 01:33:54.000000000 +0200
@@ -49,7 +49,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-object-matches" title="e_data_cal_view_object_matches ()">e_data_cal_view_object_matches</a>      (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *object</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-component-matches" title="e_data_cal_view_component_matches ()">e_data_cal_view_component_matches</a>   (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-is-started" title="e_data_cal_view_is_started ()">e_data_cal_view_is_started</a>          (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-is-completed" title="e_data_cal_view_is_completed ()">e_data_cal_view_is_completed</a>        (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-is-stopped" title="e_data_cal_view_is_stopped ()">e_data_cal_view_is_stopped</a>          (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>);
@@ -57,19 +57,19 @@
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-get-component-string" title="e_data_cal_view_get_component_string ()">e_data_cal_view_get_component_string</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-components-added" title="e_data_cal_view_notify_components_added ()">e_data_cal_view_notify_components_added</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *ecalcomponents</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-components-added-1" title="e_data_cal_view_notify_components_added_1 ()">e_data_cal_view_notify_components_added_1</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-components-modified" title="e_data_cal_view_notify_components_modified ()">e_data_cal_view_notify_components_modified</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *ecalcomponents</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-components-modified-1" title="e_data_cal_view_notify_components_modified_1 ()">e_data_cal_view_notify_components_modified_1</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-objects-added" title="e_data_cal_view_notify_objects_added ()">e_data_cal_view_notify_objects_added</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *objects</code></em>);
@@ -87,7 +87,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *ids</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-objects-removed-1" title="e_data_cal_view_notify_objects_removed_1 ()">e_data_cal_view_notify_objects_removed_1</a>
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>);
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-progress" title="e_data_cal_view_notify_progress ()">e_data_cal_view_notify_progress</a>     (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> percent</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *message</code></em>);
@@ -188,7 +188,7 @@
 <div class="refsect2">
 <a name="e-data-cal-view-component-matches"></a><h3>e_data_cal_view_component_matches ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_data_cal_view_component_matches   (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
 <p>
 Compares the given <em class="parameter"><code>component</code></em> to the regular expression used for the
 given view.
@@ -202,7 +202,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>component</code></em> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> object to match.</td>
+<td>the <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> object to match.</td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -310,9 +310,9 @@
 <a name="e-data-cal-view-get-component-string"></a><h3>e_data_cal_view_get_component_string ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *             e_data_cal_view_get_component_string
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
 <p>
-This function is similar to <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#e-cal-component-get-as-string"><code class="function">e_cal_component_get_as_string()</code></a> except
+This function is similar to <a href="../libecal/ECalComponent.html#e-cal-component-get-as-string"><code class="function">e_cal_component_get_as_string()</code></a> except
 that it takes into account the fields-of-interest that <em class="parameter"><code>view</code></em> is 
 configured with and filters out any unneeded fields.
 </p>
@@ -325,7 +325,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>component</code></em> :</span></p></td>
-<td>The <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> to get the string for.</td>
+<td>The <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> to get the string for.</td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -372,12 +372,12 @@
 <a name="e-data-cal-view-notify-components-added-1"></a><h3>e_data_cal_view_notify_components_added_1 ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_cal_view_notify_components_added_1
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
 <p>
 Notifies all the view listeners of the addition of a single object.
 </p>
 <p>
-Like <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-objects-added-1" title="e_data_cal_view_notify_objects_added_1 ()"><code class="function">e_data_cal_view_notify_objects_added_1()</code></a> except takes an <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
+Like <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-objects-added-1" title="e_data_cal_view_notify_objects_added_1 ()"><code class="function">e_data_cal_view_notify_objects_added_1()</code></a> except takes an <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>
 instead of an ical string representation and uses the <span class="type">EDataCalView</span>'s
 fields-of-interest to filter out unwanted information from ical strings
 sent over the bus.
@@ -391,7 +391,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>component</code></em> :</span></p></td>
-<td>The <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> that has been added.</td>
+<td>The <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> that has been added.</td>
 </tr>
 </tbody>
 </table></div>
@@ -408,7 +408,7 @@
 </p>
 <p>
 Like <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-objects-modified" title="e_data_cal_view_notify_objects_modified ()"><code class="function">e_data_cal_view_notify_objects_modified()</code></a> except takes a list of
-<a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponents</span></a> instead of a ical string representations and uses the
+<a href="../libecal/ECalComponent.html"><span class="type">ECalComponents</span></a> instead of a ical string representations and uses the
 <span class="type">EDataCalView</span>'s fields-of-interest to filter out unwanted information
 from ical strings sent over the bus.
 </p>
@@ -432,13 +432,13 @@
 <a name="e-data-cal-view-notify-components-modified-1"></a><h3>e_data_cal_view_notify_components_modified_1 ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_cal_view_notify_components_modified_1
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *component</code></em>);</pre>
 <p>
 Notifies all view listeners of the modification of <em class="parameter"><code>component</code></em>.
 </p>
 <p>
 Like <a class="link" href="libedata-cal-EDataCalView.html#e-data-cal-view-notify-objects-modified-1" title="e_data_cal_view_notify_objects_modified_1 ()"><code class="function">e_data_cal_view_notify_objects_modified_1()</code></a> except takes an
-<a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> instead of an ical string representation and uses the
+<a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> instead of an ical string representation and uses the
 <span class="type">EDataCalView</span>'s fields-of-interest to filter out unwanted information
 from ical strings sent over the bus.
 </p>
@@ -451,7 +451,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>component</code></em> :</span></p></td>
-<td>The modified <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
+<td>The modified <a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -597,7 +597,7 @@
 <a name="e-data-cal-view-notify-objects-removed-1"></a><h3>e_data_cal_view_notify_objects_removed_1 ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_data_cal_view_notify_objects_removed_1
                                                         (<em class="parameter"><code><span class="type">EDataCalView</span> *view</code></em>,
-                                                         <em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>);</pre>
+                                                         <em class="parameter"><code>const <a href="../libecal/ECalComponent.html#ECalComponentId"><span class="type">ECalComponentId</span></a> *id</code></em>);</pre>
 <p>
 Notifies all view listener of the removal of a single object.
 </p>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-EIntervalTree.html evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-EIntervalTree.html
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/html/libedata-cal-EIntervalTree.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/html/libedata-cal-EIntervalTree.html	2012-08-13 01:33:54.000000000 +0200
@@ -42,7 +42,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EIntervalTree.html#e-intervaltree-insert" title="e_intervaltree_insert ()">e_intervaltree_insert</a>               (<em class="parameter"><code><a class="link" href="libedata-cal-EIntervalTree.html#EIntervalTree" title="struct EIntervalTree"><span class="type">EIntervalTree</span></a> *tree</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedata-cal-EIntervalTree.html#e-intervaltree-remove" title="e_intervaltree_remove ()">e_intervaltree_remove</a>               (<em class="parameter"><code><a class="link" href="libedata-cal-EIntervalTree.html#EIntervalTree" title="struct EIntervalTree"><span class="type">EIntervalTree</span></a> *tree</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *rid</code></em>);
@@ -88,7 +88,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_intervaltree_insert               (<em class="parameter"><code><a class="link" href="libedata-cal-EIntervalTree.html#EIntervalTree" title="struct EIntervalTree"><span class="type">EIntervalTree</span></a> *tree</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> start</code></em>,
                                                          <em class="parameter"><code><span class="type">time_t</span> end</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libecal/ECalComponent.html"><span class="type">ECalComponent</span></a> *comp</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/Makefile.in evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/calendar/libedata-cal/Makefile.in	2012-06-18 00:11:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/libedata-cal/Makefile.in	2012-08-12 23:32:36.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/calendar/Makefile.in evolution-data-server-3.4.4/docs/reference/calendar/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/calendar/Makefile.in	2012-06-18 00:11:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/calendar/Makefile.in	2012-08-12 23:32:36.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/camel/html/camel-camel-mime-utils.html evolution-data-server-3.4.4/docs/reference/camel/html/camel-camel-mime-utils.html
--- evolution-data-server-3.4.3/docs/reference/camel/html/camel-camel-mime-utils.html	2012-06-18 00:51:11.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/camel/html/camel-camel-mime-utils.html	2012-08-13 01:33:55.000000000 +0200
@@ -282,7 +282,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>tm</code></em> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="type">tm</span></a> to convert to a calendar time representation</td>
+<td>the <a href="../libedataserver/libedataserver-e-util.html#tm"><span class="type">tm</span></a> to convert to a calendar time representation</td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -313,7 +313,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>tm</code></em> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-e-util.html#tm"><span class="type">tm</span></a> to store the result in</td>
+<td>the <a href="../libedataserver/libedataserver-e-util.html#tm"><span class="type">tm</span></a> to store the result in</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>offset</code></em> :</span></p></td>
diff -Nru evolution-data-server-3.4.3/docs/reference/camel/html/index.html evolution-data-server-3.4.4/docs/reference/camel/html/index.html
--- evolution-data-server-3.4.3/docs/reference/camel/html/index.html	2012-06-18 00:51:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/camel/html/index.html	2012-08-13 01:33:55.000000000 +0200
@@ -17,7 +17,7 @@
 <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">Camel Reference Manual</p></th></tr></table></div>
 <div><p class="copyright">Copyright © 2000-2008 Novell, Inc.</p></div>
 <div><div class="legalnotice">
-<a name="idp2526392"></a><p>Permission is granted to make and distribute verbatim
+<a name="idp3125904"></a><p>Permission is granted to make and distribute verbatim
       copies of this manual provided the copyright notice and this
       permission notice are preserved on all copies.</p>
 <p>Permission is granted to copy and distribute modified
diff -Nru evolution-data-server-3.4.3/docs/reference/camel/Makefile.in evolution-data-server-3.4.4/docs/reference/camel/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/camel/Makefile.in	2012-06-18 00:11:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/camel/Makefile.in	2012-08-12 23:32:37.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/html/ch01.html evolution-data-server-3.4.4/docs/reference/libebackend/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/libebackend/html/ch01.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/html/ch01.html	2012-08-13 01:33:56.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2446592"></a>Evolution-Data-Server Manual: Backend Utilities (libebackend)</h2></div></div></div>
+<a name="idp16499056"></a>Evolution-Data-Server Manual: Backend Utilities (libebackend)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="EBackend.html">EBackend</a></span><span class="refpurpose"> — an abstract base class for backends</span>
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/html/EBackendFactory.html evolution-data-server-3.4.4/docs/reference/libebackend/html/EBackendFactory.html
--- evolution-data-server-3.4.3/docs/reference/libebackend/html/EBackendFactory.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/html/EBackendFactory.html	2012-08-13 01:33:56.000000000 +0200
@@ -45,7 +45,7 @@
 struct              <a class="link" href="EBackendFactory.html#EBackendFactory-struct" title="struct EBackendFactory">EBackendFactory</a>;
 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="EBackendFactory.html#e-backend-factory-get-hash-key" title="e_backend_factory_get_hash_key ()">e_backend_factory_get_hash_key</a>      (<em class="parameter"><code><a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> *factory</code></em>);
 <a class="link" href="EBackend.html" title="EBackend"><span class="returnvalue">EBackend</span></a> *          <a class="link" href="EBackendFactory.html#e-backend-factory-new-backend" title="e_backend_factory_new_backend ()">e_backend_factory_new_backend</a>       (<em class="parameter"><code><a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> *factory</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 </pre>
 </div>
 <div class="refsect1">
@@ -60,7 +60,7 @@
 <a name="EBackendFactory.description"></a><h2>Description</h2>
 <p>
 An <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a>'s job is to create an <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> instance for a
-given <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.  <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> and <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> should be subclassed
+given <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.  <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> and <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> should be subclassed
 together, so that each type of <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> creates a unique type
 of <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a>.
 </p>
@@ -68,9 +68,9 @@
 Each <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> subclass must define a hash key to uniquely
 identify itself among other <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> subclasses.  <a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a>
 then services incoming connection requests by deriving a hash key from
-the requested <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>, using the dervied hash key to find an appropriate
+the requested <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>, using the dervied hash key to find an appropriate
 <a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a>, and creating an <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> instance from that factory
-to pair with the requested <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.
+to pair with the requested <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.
 </p>
 </div>
 <div class="refsect1">
@@ -111,7 +111,7 @@
 <div class="refsect2">
 <a name="e-backend-factory-new-backend"></a><h3>e_backend_factory_new_backend ()</h3>
 <pre class="programlisting"><a class="link" href="EBackend.html" title="EBackend"><span class="returnvalue">EBackend</span></a> *          e_backend_factory_new_backend       (<em class="parameter"><code><a class="link" href="EBackendFactory.html" title="EBackendFactory"><span class="type">EBackendFactory</span></a> *factory</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Returns a new <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> instance for <em class="parameter"><code>source</code></em>.
 </p>
@@ -125,7 +125,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/html/EBackend.html evolution-data-server-3.4.4/docs/reference/libebackend/html/EBackend.html
--- evolution-data-server-3.4.3/docs/reference/libebackend/html/EBackend.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/html/EBackend.html	2012-08-13 01:33:56.000000000 +0200
@@ -50,7 +50,7 @@
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EBackend.html#e-backend-get-online" title="e_backend_get_online ()">e_backend_get_online</a>                (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBackend.html#e-backend-set-online" title="e_backend_set_online ()">e_backend_set_online</a>                (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> online</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="EBackend.html#e-backend-get-source" title="e_backend_get_source ()">e_backend_get_source</a>                (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>);
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="EBackend.html#e-backend-get-source" title="e_backend_get_source ()">e_backend_get_source</a>                (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EBackend.html#e-backend-last-client-gone" title="e_backend_last_client_gone ()">e_backend_last_client_gone</a>          (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>);
 </pre>
 </div>
@@ -65,7 +65,7 @@
 <a name="EBackend.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
   "<a class="link" href="EBackend.html#EBackend--online" title='The "online" property'>online</a>"                   <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write / Construct
-  "<a class="link" href="EBackend.html#EBackend--source" title='The "source" property'>source</a>"                   <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write / Construct Only
+  "<a class="link" href="EBackend.html#EBackend--source" title='The "source" property'>source</a>"                   <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write / Construct Only
 </pre>
 </div>
 <div class="refsect1">
@@ -77,12 +77,12 @@
 <div class="refsect1">
 <a name="EBackend.description"></a><h2>Description</h2>
 <p>
-An <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> is paired with an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to facilitate performing
-actions on the local or remote resource described by the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.
+An <a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> is paired with an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to facilitate performing
+actions on the local or remote resource described by the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.
 </p>
 <p>
 In other words, whereas a certain backend type knows how to talk to a
-certain type of server or data store, the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> fills in configuration
+certain type of server or data store, the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> fills in configuration
 details such as host name, user name, resource path, etc.
 </p>
 <p>
@@ -154,9 +154,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-backend-get-source"></a><h3>e_backend_get_source ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_backend_get_source                (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>);</pre>
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_backend_get_source                (<em class="parameter"><code><a class="link" href="EBackend.html" title="EBackend"><span class="type">EBackend</span></a> *backend</code></em>);</pre>
 <p>
-Returns the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to which <em class="parameter"><code>backend</code></em> is paired.
+Returns the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to which <em class="parameter"><code>backend</code></em> is paired.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -168,7 +168,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to which <em class="parameter"><code>backend</code></em> is paired</td>
+<td>the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to which <em class="parameter"><code>backend</code></em> is paired</td>
 </tr>
 </tbody>
 </table></div>
@@ -206,7 +206,7 @@
 <hr>
 <div class="refsect2">
 <a name="EBackend--source"></a><h3>The <code class="literal">"source"</code> property</h3>
-<pre class="programlisting">  "source"                   <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write / Construct Only</pre>
+<pre class="programlisting">  "source"                   <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write / Construct Only</pre>
 <p>The data source being acted upon.</p>
 </div>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/html/EDataFactory.html evolution-data-server-3.4.4/docs/reference/libebackend/html/EDataFactory.html
--- evolution-data-server-3.4.3/docs/reference/libebackend/html/EDataFactory.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/html/EDataFactory.html	2012-08-13 01:33:56.000000000 +0200
@@ -49,7 +49,7 @@
 struct              <a class="link" href="EDataFactory.html#EDataFactory-struct" title="struct EDataFactory">EDataFactory</a>;
 <a class="link" href="EBackend.html" title="EBackend"><span class="returnvalue">EBackend</span></a> *          <a class="link" href="EDataFactory.html#e-data-factory-get-backend" title="e_data_factory_get_backend ()">e_data_factory_get_backend</a>          (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *factory</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hash_key</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EDataFactory.html#e-data-factory-get-online" title="e_data_factory_get_online ()">e_data_factory_get_online</a>           (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *factory</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDataFactory.html#e-data-factory-set-online" title="e_data_factory_set_online ()">e_data_factory_set_online</a>           (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *factory</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> online</code></em>);
@@ -94,7 +94,7 @@
 <a name="e-data-factory-get-backend"></a><h3>e_data_factory_get_backend ()</h3>
 <pre class="programlisting"><a class="link" href="EBackend.html" title="EBackend"><span class="returnvalue">EBackend</span></a> *          e_data_factory_get_backend          (<em class="parameter"><code><a class="link" href="EDataFactory.html" title="EDataFactory"><span class="type">EDataFactory</span></a> *factory</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *hash_key</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 </div>
 <hr>
 <div class="refsect2">
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/html/ix01.html evolution-data-server-3.4.4/docs/reference/libebackend/html/ix01.html
--- evolution-data-server-3.4.3/docs/reference/libebackend/html/ix01.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/html/ix01.html	2012-08-13 01:33:56.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="index">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp1712488"></a>Index</h2></div></div></div>
+<a name="idp15947280"></a>Index</h2></div></div></div>
 <div class="index"><div class="indexdiv">
 <h3>E</h3>
 <dl>
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/libebackend-docs.xml evolution-data-server-3.4.4/docs/reference/libebackend/libebackend-docs.xml
--- evolution-data-server-3.4.3/docs/reference/libebackend/libebackend-docs.xml	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/libebackend-docs.xml	2012-08-12 23:50:37.000000000 +0200
@@ -3,7 +3,7 @@
                "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
 <!ENTITY % local.common.attrib "xmlns:xi  CDATA  #FIXED 'http://www.w3.org/2003/XInclude'">
 ]>
-<book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
+<book id="index" xmlns:xi="http://www.w3.org/2001/XInclude">
   <bookinfo>
     <title>Evolution-Data-Server Manual: Backend Utilities (libebackend)</title>
   </bookinfo>
diff -Nru evolution-data-server-3.4.3/docs/reference/libebackend/Makefile.in evolution-data-server-3.4.4/docs/reference/libebackend/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/libebackend/Makefile.in	2012-06-18 00:11:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libebackend/Makefile.in	2012-08-12 23:32:37.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserver/html/ch01.html evolution-data-server-3.4.4/docs/reference/libedataserver/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/libedataserver/html/ch01.html	2012-06-18 00:51:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserver/html/ch01.html	2012-08-13 01:33:55.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp17047440"></a>Evolution-Data-Server Manual: Utilities (libedataserver)</h2></div></div></div>
+<a name="idp16371456"></a>Evolution-Data-Server Manual: Utilities (libedataserver)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="EAccount.html">EAccount</a></span><span class="refpurpose"></span>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserver/html/libedataserver-Version-Information.html evolution-data-server-3.4.4/docs/reference/libedataserver/html/libedataserver-Version-Information.html
--- evolution-data-server-3.4.3/docs/reference/libedataserver/html/libedataserver-Version-Information.html	2012-06-18 00:51:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserver/html/libedataserver-Version-Information.html	2012-08-13 01:33:55.000000000 +0200
@@ -168,7 +168,7 @@
 <hr>
 <div class="refsect2">
 <a name="EDS-MICRO-VERSION:CAPS"></a><h3>EDS_MICRO_VERSION</h3>
-<pre class="programlisting">#define EDS_MICRO_VERSION 3
+<pre class="programlisting">#define EDS_MICRO_VERSION 4
 </pre>
 <p>
 The micro version number of the Evolution-Data-Server library.  Like
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserver/Makefile.in evolution-data-server-3.4.4/docs/reference/libedataserver/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/libedataserver/Makefile.in	2012-06-18 00:11:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserver/Makefile.in	2012-08-12 23:32:37.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ch01.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ch01.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ch01.html	2012-06-18 00:51:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ch01.html	2012-08-13 01:33:56.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp1611136"></a>Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)</h2></div></div></div>
+<a name="idp1179912"></a>Evolution-Data-Server Manual: Graphical Utilities (libedataserverui)</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a href="libedataserverui-e-book-auth-util.html">e-book-auth-util</a></span><span class="refpurpose"></span>
@@ -84,7 +84,6 @@
 <span class="refentrytitle"><a href="ETreeModelGenerator.html">ETreeModelGenerator</a></span><span class="refpurpose"></span>
 </dt>
 </dl></div>
-<span style="color: red">&lt;xi:include&gt;&lt;/xi:include&gt;</span>
 </div>
 <div class="footer">
 <hr>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/EContactStore.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/EContactStore.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/EContactStore.html	2012-06-18 00:51:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/EContactStore.html	2012-08-13 01:33:56.000000000 +0200
@@ -45,21 +45,21 @@
 <a name="EContactStore.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="EContactStore.html#EContactStore-struct" title="struct EContactStore">EContactStore</a>;
 <a class="link" href="EContactStore.html" title="EContactStore"><span class="returnvalue">EContactStore</span></a> *     <a class="link" href="EContactStore.html#e-contact-store-new" title="e_contact_store_new ()">e_contact_store_new</a>                 (<em class="parameter"><code><span class="type">void</span></code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="returnvalue">EBookClient</span></a> *       <a class="link" href="EContactStore.html#e-contact-store-get-client" title="e_contact_store_get_client ()">e_contact_store_get_client</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
+<a href="../libebook/EBookClient.html"><span class="returnvalue">EBookClient</span></a> *       <a class="link" href="EContactStore.html#e-contact-store-get-client" title="e_contact_store_get_client ()">e_contact_store_get_client</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="EContactStore.html#e-contact-store-get-contact" title="e_contact_store_get_contact ()">e_contact_store_get_contact</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
+<a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          <a class="link" href="EContactStore.html#e-contact-store-get-contact" title="e_contact_store_get_contact ()">e_contact_store_get_contact</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="EContactStore.html#e-contact-store-find-contact" title="e_contact_store_find_contact ()">e_contact_store_find_contact</a>        (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="EContactStore.html#e-contact-store-get-clients" title="e_contact_store_get_clients ()">e_contact_store_get_clients</a>         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EContactStore.html#e-contact-store-add-client" title="e_contact_store_add_client ()">e_contact_store_add_client</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EContactStore.html#e-contact-store-remove-client" title="e_contact_store_remove_client ()">e_contact_store_remove_client</a>       (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EContactStore.html#e-contact-store-set-query" title="e_contact_store_set_query ()">e_contact_store_set_query</a>           (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> *book_query</code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="returnvalue">EBookQuery</span></a> *        <a class="link" href="EContactStore.html#e-contact-store-peek-query" title="e_contact_store_peek_query ()">e_contact_store_peek_query</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> *book_query</code></em>);
+<a href="../libebook/libebook-e-book-query.html#EBookQuery"><span class="returnvalue">EBookQuery</span></a> *        <a class="link" href="EContactStore.html#e-contact-store-peek-query" title="e_contact_store_peek_query ()">e_contact_store_peek_query</a>          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);
 </pre>
 </div>
 <div class="refsect1">
@@ -109,10 +109,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-contact-store-get-client"></a><h3>e_contact_store_get_client ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="returnvalue">EBookClient</span></a> *       e_contact_store_get_client          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
+<pre class="programlisting"><a href="../libebook/EBookClient.html"><span class="returnvalue">EBookClient</span></a> *       e_contact_store_get_client          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
 <p>
-Gets the <a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> that provided the contact at <em class="parameter"><code>iter</code></em>.
+Gets the <a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a> that provided the contact at <em class="parameter"><code>iter</code></em>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -129,7 +129,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>.</td>
+<td>An <a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -138,10 +138,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-contact-store-get-contact"></a><h3>e_contact_store_get_contact ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_contact_store_get_contact         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
+<pre class="programlisting"><a href="../libebook/EContact.html"><span class="returnvalue">EContact</span></a> *          e_contact_store_get_contact         (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
 <p>
-Gets the <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> at <em class="parameter"><code>iter</code></em>.
+Gets the <a href="../libebook/EContact.html"><span class="type">EContact</span></a> at <em class="parameter"><code>iter</code></em>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -158,7 +158,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a>.</td>
+<td>An <a href="../libebook/EContact.html"><span class="type">EContact</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -213,7 +213,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of pointers to <a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>. The caller owns the list,
+<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> of pointers to <a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a>. The caller owns the list,
 but not the book clients.</td>
 </tr>
 </tbody>
@@ -224,7 +224,7 @@
 <div class="refsect2">
 <a name="e-contact-store-add-client"></a><h3>e_contact_store_add_client ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_contact_store_add_client          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);</pre>
 <p>
 Adds <em class="parameter"><code>book_client</code></em> to the list of book clients that provide contacts for <em class="parameter"><code>contact_store</code></em>.
 The <em class="parameter"><code>contact_store</code></em> adds a reference to <em class="parameter"><code>book_client</code></em>, if added.
@@ -239,7 +239,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>book_client</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>
+<td>an <a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a>
 </td>
 </tr>
 </tbody>
@@ -250,7 +250,7 @@
 <div class="refsect2">
 <a name="e-contact-store-remove-client"></a><h3>e_contact_store_remove_client ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_contact_store_remove_client       (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a> *book_client</code></em>);</pre>
 <p>
 Removes <em class="parameter"><code>book</code></em> from the list of book clients that provide contacts for <em class="parameter"><code>contact_store</code></em>.
 </p>
@@ -264,7 +264,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>book_client</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EBookClient.html"><span class="type">EBookClient</span></a>
+<td>an <a href="../libebook/EBookClient.html"><span class="type">EBookClient</span></a>
 </td>
 </tr>
 </tbody>
@@ -275,7 +275,7 @@
 <div class="refsect2">
 <a name="e-contact-store-set-query"></a><h3>e_contact_store_set_query ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_contact_store_set_query           (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> *book_query</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> *book_query</code></em>);</pre>
 <p>
 Sets <em class="parameter"><code>book_query</code></em> to be the query used to fetch contacts from the books
 assigned to <em class="parameter"><code>contact_store</code></em>.
@@ -290,7 +290,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>book_query</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a>
+<td>an <a href="../libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a>
 </td>
 </tr>
 </tbody>
@@ -299,7 +299,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-contact-store-peek-query"></a><h3>e_contact_store_peek_query ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="returnvalue">EBookQuery</span></a> *        e_contact_store_peek_query          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);</pre>
+<pre class="programlisting"><a href="../libebook/libebook-e-book-query.html#EBookQuery"><span class="returnvalue">EBookQuery</span></a> *        e_contact_store_peek_query          (<em class="parameter"><code><a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a> *contact_store</code></em>);</pre>
 <p>
 Gets the query that's being used to fetch contacts from the books
 assigned to <em class="parameter"><code>contact_store</code></em>.
@@ -314,7 +314,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>The <a href="/usr/share/gtk-doc/html/libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> being used.</td>
+<td>The <a href="../libebook/libebook-e-book-query.html#EBookQuery"><span class="type">EBookQuery</span></a> being used.</td>
 </tr>
 </tbody>
 </table></div>
@@ -325,14 +325,14 @@
 <div class="refsect2">
 <a name="EContactStore-start-client-view"></a><h3>The <code class="literal">"start-client-view"</code> signal</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a>   *econtactstore,
-                                                        <a href="/usr/share/gtk-doc/html/libebook/EBookClientView.html"><span class="type">EBookClientView</span></a> *arg1,
+                                                        <a href="../libebook/EBookClientView.html"><span class="type">EBookClientView</span></a> *arg1,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 </div>
 <hr>
 <div class="refsect2">
 <a name="EContactStore-stop-client-view"></a><h3>The <code class="literal">"stop-client-view"</code> signal</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                user_function                      (<a class="link" href="EContactStore.html" title="EContactStore"><span class="type">EContactStore</span></a>   *econtactstore,
-                                                        <a href="/usr/share/gtk-doc/html/libebook/EBookClientView.html"><span class="type">EBookClientView</span></a> *arg1,
+                                                        <a href="../libebook/EBookClientView.html"><span class="type">EBookClientView</span></a> *arg1,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>         user_data)          : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
 </div>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/EDestinationStore.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/EDestinationStore.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/EDestinationStore.html	2012-06-18 00:51:12.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/EDestinationStore.html	2012-08-13 01:33:56.000000000 +0200
@@ -44,20 +44,20 @@
 <pre class="synopsis">struct              <a class="link" href="EDestinationStore.html#EDestinationStore-struct" title="struct EDestinationStore">EDestinationStore</a>;
 enum                <a class="link" href="EDestinationStore.html#EDestinationStoreColumnType" title="enum EDestinationStoreColumnType">EDestinationStoreColumnType</a>;
 <a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="returnvalue">EDestinationStore</span></a> * <a class="link" href="EDestinationStore.html#e-destination-store-new" title="e_destination_store_new ()">e_destination_store_new</a>             (<em class="parameter"><code><span class="type">void</span></code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      <a class="link" href="EDestinationStore.html#e-destination-store-get-destination" title="e_destination_store_get_destination ()">e_destination_store_get_destination</a> (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
+<a href="../libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      <a class="link" href="EDestinationStore.html#e-destination-store-get-destination" title="e_destination_store_get_destination ()">e_destination_store_get_destination</a> (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="EDestinationStore.html#e-destination-store-list-destinations" title="e_destination_store_list_destinations ()">e_destination_store_list_destinations</a>
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-insert-destination" title="e_destination_store_insert_destination ()">e_destination_store_insert_destination</a>
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-append-destination" title="e_destination_store_append_destination ()">e_destination_store_append_destination</a>
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-remove-destination" title="e_destination_store_remove_destination ()">e_destination_store_remove_destination</a>
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
+                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="EDestinationStore.html#e-destination-store-remove-destination-nth" title="e_destination_store_remove_destination_nth ()">e_destination_store_remove_destination_nth</a>
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> n</code></em>);
@@ -119,10 +119,10 @@
 <hr>
 <div class="refsect2">
 <a name="e-destination-store-get-destination"></a><h3>e_destination_store_get_destination ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      e_destination_store_get_destination (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
+<pre class="programlisting"><a href="../libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      e_destination_store_get_destination (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreeIter"><span class="type">GtkTreeIter</span></a> *iter</code></em>);</pre>
 <p>
-Gets the <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> from <em class="parameter"><code>destination_store</code></em> at <em class="parameter"><code>iter</code></em>.
+Gets the <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> from <em class="parameter"><code>destination_store</code></em> at <em class="parameter"><code>iter</code></em>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -139,7 +139,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a>.</td>
+<td>An <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -150,7 +150,7 @@
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             e_destination_store_list_destinations
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>);</pre>
 <p>
-Gets a list of all the <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestinations</span></a> in <em class="parameter"><code>destination_store</code></em>.
+Gets a list of all the <a href="../libebook/EDestination.html"><span class="type">EDestinations</span></a> in <em class="parameter"><code>destination_store</code></em>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -162,8 +162,8 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a>. The list is owned
-by the caller, but the <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> elements aren't.</td>
+<td>A <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> of pointers to <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a>. The list is owned
+by the caller, but the <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> elements aren't.</td>
 </tr>
 </tbody>
 </table></div>
@@ -174,7 +174,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_insert_destination
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint"><span class="type">gint</span></a> index</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
 <p>
 Inserts <em class="parameter"><code>destination</code></em> into <em class="parameter"><code>destination_store</code></em> at the position
 indicated by <em class="parameter"><code>index</code></em>. <em class="parameter"><code>destination_store</code></em> will ref <em class="parameter"><code>destination</code></em>.
@@ -193,7 +193,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> to insert</td>
+<td>an <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> to insert</td>
 </tr>
 </tbody>
 </table></div>
@@ -203,7 +203,7 @@
 <a name="e-destination-store-append-destination"></a><h3>e_destination_store_append_destination ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_append_destination
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
 <p>
 Appends <em class="parameter"><code>destination</code></em> to the list of destinations in <em class="parameter"><code>destination_store</code></em>.
 <em class="parameter"><code>destination_store</code></em> will ref <em class="parameter"><code>destination</code></em>.
@@ -218,7 +218,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a>
+<td>an <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a>
 </td>
 </tr>
 </tbody>
@@ -229,7 +229,7 @@
 <a name="e-destination-store-remove-destination"></a><h3>e_destination_store_remove_destination ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_destination_store_remove_destination
                                                         (<em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> *destination</code></em>);</pre>
 <p>
 Removes <em class="parameter"><code>destination</code></em> from <em class="parameter"><code>destination_store</code></em>. <em class="parameter"><code>destination_store</code></em> will
 unref <em class="parameter"><code>destination</code></em>.
@@ -244,7 +244,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>destination</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="type">EDestination</span></a> to remove</td>
+<td>an <a href="../libebook/EDestination.html"><span class="type">EDestination</span></a> to remove</td>
 </tr>
 </tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ENameSelectorEntry.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ENameSelectorEntry.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ENameSelectorEntry.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ENameSelectorEntry.html	2012-08-13 01:33:56.000000000 +0200
@@ -58,7 +58,7 @@
 <span class="returnvalue">void</span>                <a class="link" href="ENameSelectorEntry.html#e-name-selector-entry-set-destination-store" title="e_name_selector_entry_set_destination_store ()">e_name_selector_entry_set_destination_store</a>
                                                         (<em class="parameter"><code><a class="link" href="ENameSelectorEntry.html" title="ENameSelectorEntry"><span class="type">ENameSelectorEntry</span></a> *name_selector_entry</code></em>,
                                                          <em class="parameter"><code><a class="link" href="EDestinationStore.html" title="EDestinationStore"><span class="type">EDestinationStore</span></a> *destination_store</code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      <a class="link" href="ENameSelectorEntry.html#e-name-selector-entry-get-popup-destination" title="e_name_selector_entry_get_popup_destination ()">e_name_selector_entry_get_popup_destination</a>
+<a href="../libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      <a class="link" href="ENameSelectorEntry.html#e-name-selector-entry-get-popup-destination" title="e_name_selector_entry_get_popup_destination ()">e_name_selector_entry_get_popup_destination</a>
                                                         (<em class="parameter"><code><a class="link" href="ENameSelectorEntry.html" title="ENameSelectorEntry"><span class="type">ENameSelectorEntry</span></a> *name_selector_entry</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ENameSelectorEntry.html#e-name-selector-entry-set-contact-editor-func" title="e_name_selector_entry_set_contact_editor_func ()">e_name_selector_entry_set_contact_editor_func</a>
                                                         (<em class="parameter"><code><a class="link" href="ENameSelectorEntry.html" title="ENameSelectorEntry"><span class="type">ENameSelectorEntry</span></a> *name_selector_entry</code></em>,
@@ -236,7 +236,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-name-selector-entry-get-popup-destination"></a><h3>e_name_selector_entry_get_popup_destination ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      e_name_selector_entry_get_popup_destination
+<pre class="programlisting"><a href="../libebook/EDestination.html"><span class="returnvalue">EDestination</span></a> *      e_name_selector_entry_get_popup_destination
                                                         (<em class="parameter"><code><a class="link" href="ENameSelectorEntry.html" title="ENameSelectorEntry"><span class="type">ENameSelectorEntry</span></a> *name_selector_entry</code></em>);</pre>
 <p class="since">Since 2.32</p>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ENameSelectorModel.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ENameSelectorModel.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ENameSelectorModel.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ENameSelectorModel.html	2012-08-13 01:33:56.000000000 +0200
@@ -61,7 +61,7 @@
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *name</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             <a class="link" href="ENameSelectorModel.html#e-name-selector-model-get-contact-emails-without-used" title="e_name_selector_model_get_contact_emails_without_used ()">e_name_selector_model_get_contact_emails_without_used</a>
                                                         (<em class="parameter"><code><a class="link" href="ENameSelectorModel.html" title="ENameSelectorModel"><span class="type">ENameSelectorModel</span></a> *name_selector_model</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remove_used</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ENameSelectorModel.html#e-name-selector-model-free-emails-list" title="e_name_selector_model_free_emails_list ()">e_name_selector_model_free_emails_list</a>
                                                         (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="type">GList</span></a> *email_list</code></em>);
@@ -273,7 +273,7 @@
 <a name="e-name-selector-model-get-contact-emails-without-used"></a><h3>e_name_selector_model_get_contact_emails_without_used ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Doubly-Linked-Lists.html#GList"><span class="returnvalue">GList</span></a> *             e_name_selector_model_get_contact_emails_without_used
                                                         (<em class="parameter"><code><a class="link" href="ENameSelectorModel.html" title="ENameSelectorModel"><span class="type">ENameSelectorModel</span></a> *name_selector_model</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
+                                                         <em class="parameter"><code><a href="../libebook/EContact.html"><span class="type">EContact</span></a> *contact</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> remove_used</code></em>);</pre>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ESourceComboBox.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ESourceComboBox.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ESourceComboBox.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ESourceComboBox.html	2012-08-13 01:33:56.000000000 +0200
@@ -44,13 +44,13 @@
 <div class="refsynopsisdiv">
 <a name="ESourceComboBox.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="ESourceComboBox.html#ESourceComboBox-struct" title="struct ESourceComboBox">ESourceComboBox</a>;
-<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="ESourceComboBox.html#e-source-combo-box-new" title="e_source_combo_box_new ()">e_source_combo_box_new</a>              (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       <a class="link" href="ESourceComboBox.html#e-source-combo-box-get-source-list" title="e_source_combo_box_get_source_list ()">e_source_combo_box_get_source_list</a>  (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);
+<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="ESourceComboBox.html#e-source-combo-box-new" title="e_source_combo_box_new ()">e_source_combo_box_new</a>              (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);
+<a href="../libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       <a class="link" href="ESourceComboBox.html#e-source-combo-box-get-source-list" title="e_source_combo_box_get_source_list ()">e_source_combo_box_get_source_list</a>  (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceComboBox.html#e-source-combo-box-set-source-list" title="e_source_combo_box_set_source_list ()">e_source_combo_box_set_source_list</a>  (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceComboBox.html#e-source-combo-box-get-active" title="e_source_combo_box_get_active ()">e_source_combo_box_get_active</a>       (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceComboBox.html#e-source-combo-box-get-active" title="e_source_combo_box_get_active ()">e_source_combo_box_get_active</a>       (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceComboBox.html#e-source-combo-box-set-active" title="e_source_combo_box_set_active ()">e_source_combo_box_set_active</a>       (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       <a class="link" href="ESourceComboBox.html#e-source-combo-box-get-active-uid" title="e_source_combo_box_get_active_uid ()">e_source_combo_box_get_active_uid</a>   (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ESourceComboBox.html#e-source-combo-box-set-active-uid" title="e_source_combo_box_set_active_uid ()">e_source_combo_box_set_active_uid</a>   (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>,
                                                          <em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uid</code></em>);
@@ -77,7 +77,7 @@
 <div class="refsect1">
 <a name="ESourceComboBox.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="ESourceComboBox.html#ESourceComboBox--source-list" title='The "source-list" property'>source-list</a>"              <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write
+  "<a class="link" href="ESourceComboBox.html#ESourceComboBox--source-list" title='The "source-list" property'>source-list</a>"              <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write
 </pre>
 </div>
 <div class="refsect1">
@@ -93,17 +93,17 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-combo-box-new"></a><h3>e_source_combo_box_new ()</h3>
-<pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e_source_combo_box_new              (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);</pre>
+<pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e_source_combo_box_new              (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);</pre>
 <p>
-Creates a new <a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> widget that lets the user pick an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
-from the provided <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>.
+Creates a new <a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> widget that lets the user pick an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
+from the provided <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source_list</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
+<td>an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
 </td>
 </tr>
 <tr>
@@ -118,9 +118,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-combo-box-get-source-list"></a><h3>e_source_combo_box_get_source_list ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       e_source_combo_box_get_source_list  (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);</pre>
+<pre class="programlisting"><a href="../libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       e_source_combo_box_get_source_list  (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);</pre>
 <p>
-Returns the <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> which is acting as a data source for
+Returns the <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> which is acting as a data source for
 <em class="parameter"><code>combo_box</code></em>.
 </p>
 <div class="variablelist"><table border="0">
@@ -133,7 +133,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
+<td>an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
 </td>
 </tr>
 </tbody>
@@ -144,7 +144,7 @@
 <div class="refsect2">
 <a name="e-source-combo-box-set-source-list"></a><h3>e_source_combo_box_set_source_list ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_source_combo_box_set_source_list  (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);</pre>
 <p>
 Sets the source list used by <em class="parameter"><code>source_combo_box</code></em> to be <em class="parameter"><code>source_list</code></em>.  This
 causes the contents of <em class="parameter"><code>source_combo_box</code></em> to be regenerated.
@@ -159,7 +159,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source_list</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
+<td>an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
 </td>
 </tr>
 </tbody>
@@ -169,9 +169,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-combo-box-get-active"></a><h3>e_source_combo_box_get_active ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_combo_box_get_active       (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);</pre>
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_combo_box_get_active       (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);</pre>
 <p>
-Returns the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> corresponding to the currently active item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
+Returns the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> corresponding to the currently active item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 if there is no active item.
 </p>
 <div class="variablelist"><table border="0">
@@ -184,7 +184,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 </tbody>
@@ -195,7 +195,7 @@
 <div class="refsect2">
 <a name="e-source-combo-box-set-active"></a><h3>e_source_combo_box_set_active ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_source_combo_box_set_active       (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Sets the active item to the one corresponding to <em class="parameter"><code>source</code></em>.
 </p>
@@ -209,7 +209,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 </tbody>
@@ -221,7 +221,7 @@
 <a name="e-source-combo-box-get-active-uid"></a><h3>e_source_combo_box_get_active_uid ()</h3>
 <pre class="programlisting">const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="returnvalue">gchar</span></a> *       e_source_combo_box_get_active_uid   (<em class="parameter"><code><a class="link" href="ESourceComboBox.html" title="ESourceComboBox"><span class="type">ESourceComboBox</span></a> *combo_box</code></em>);</pre>
 <p>
-Returns the unique ID of the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> corresponding to the currently
+Returns the unique ID of the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> corresponding to the currently
 active item, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if there is no active item.
 </p>
 <div class="variablelist"><table border="0">
@@ -259,7 +259,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>uid</code></em> :</span></p></td>
-<td>a unique ID of an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>a unique ID of an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -276,7 +276,7 @@
 <a name="ESourceComboBox.property-details"></a><h2>Property Details</h2>
 <div class="refsect2">
 <a name="ESourceComboBox--source-list"></a><h3>The <code class="literal">"source-list"</code> property</h3>
-<pre class="programlisting">  "source-list"              <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write</pre>
+<pre class="programlisting">  "source-list"              <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write</pre>
 <p>List of sources to choose from.</p>
 </div>
 </div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ESourceSelectorDialog.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ESourceSelectorDialog.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ESourceSelectorDialog.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ESourceSelectorDialog.html	2012-08-13 01:33:56.000000000 +0200
@@ -43,10 +43,10 @@
 <a name="ESourceSelectorDialog.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="ESourceSelectorDialog.html#ESourceSelectorDialog-struct" title="struct ESourceSelectorDialog">ESourceSelectorDialog</a>;
 <a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-new" title="e_source_selector_dialog_new ()">e_source_selector_dialog_new</a>        (<em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-select-default-source" title="e_source_selector_dialog_select_default_source ()">e_source_selector_dialog_select_default_source</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-peek-primary-selection" title="e_source_selector_dialog_peek_primary_selection ()">e_source_selector_dialog_peek_primary_selection</a>
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelectorDialog.html#e-source-selector-dialog-peek-primary-selection" title="e_source_selector_dialog_peek_primary_selection ()">e_source_selector_dialog_peek_primary_selection</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);
 </pre>
 </div>
@@ -82,7 +82,7 @@
 <div class="refsect2">
 <a name="e-source-selector-dialog-new"></a><h3>e_source_selector_dialog_new ()</h3>
 <pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e_source_selector_dialog_new        (<em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *source_list</code></em>);</pre>
 <p>
 Create a new source selector dialog for the given <em class="parameter"><code>list</code></em>.
 </p>
@@ -95,7 +95,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source_list</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
+<td>an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
 </td>
 </tr>
 <tr>
@@ -134,7 +134,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-selector-dialog-peek-primary-selection"></a><h3>e_source_selector_dialog_peek_primary_selection ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_dialog_peek_primary_selection
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_dialog_peek_primary_selection
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelectorDialog.html" title="ESourceSelectorDialog"><span class="type">ESourceSelectorDialog</span></a> *dialog</code></em>);</pre>
 <p>
 Peek the currently selected source in the given <em class="parameter"><code>dialog</code></em>.
@@ -149,7 +149,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the selected <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>the selected <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 </tbody>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ESourceSelector.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ESourceSelector.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/ESourceSelector.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/ESourceSelector.html	2012-08-13 01:33:56.000000000 +0200
@@ -46,17 +46,17 @@
 <div class="refsynopsisdiv">
 <a name="ESourceSelector.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="ESourceSelector.html#ESourceSelector-struct" title="struct ESourceSelector">ESourceSelector</a>;
-<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="ESourceSelector.html#e-source-selector-new" title="e_source_selector_new ()">e_source_selector_new</a>               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *list</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       <a class="link" href="ESourceSelector.html#e-source-selector-get-source-list" title="e_source_selector_get_source_list ()">e_source_selector_get_source_list</a>   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
+<a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         <a class="link" href="ESourceSelector.html#e-source-selector-new" title="e_source_selector_new ()">e_source_selector_new</a>               (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *list</code></em>);
+<a href="../libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       <a class="link" href="ESourceSelector.html#e-source-selector-get-source-list" title="e_source_selector_get_source_list ()">e_source_selector_get_source_list</a>   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-select-source" title="e_source_selector_select_source ()">e_source_selector_select_source</a>     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-unselect-source" title="e_source_selector_unselect_source ()">e_source_selector_unselect_source</a>   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-select-exclusive" title="e_source_selector_select_exclusive ()">e_source_selector_select_exclusive</a>  (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ESourceSelector.html#e-source-selector-source-is-selected" title="e_source_selector_source_is_selected ()">e_source_selector_source_is_selected</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
 <a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="returnvalue">GSList</span></a> *            <a class="link" href="ESourceSelector.html#e-source-selector-get-selection" title="e_source_selector_get_selection ()">e_source_selector_get_selection</a>     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-free-selection" title="e_source_selector_free_selection ()">e_source_selector_free_selection</a>    (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Singly-Linked-Lists.html#GSList"><span class="type">GSList</span></a> *list</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-show-selection" title="e_source_selector_show_selection ()">e_source_selector_show_selection</a>    (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
@@ -66,15 +66,15 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> state</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-edit-primary-selection" title="e_source_selector_edit_primary_selection ()">e_source_selector_edit_primary_selection</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelector.html#e-source-selector-get-primary-selection" title="e_source_selector_get_primary_selection ()">e_source_selector_get_primary_selection</a>
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelector.html#e-source-selector-get-primary-selection" title="e_source_selector_get_primary_selection ()">e_source_selector_get_primary_selection</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ESourceSelector.html#e-source-selector-set-primary-selection" title="e_source_selector_set_primary_selection ()">e_source_selector_set_primary_selection</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/ESourceGroup.html"><span class="returnvalue">ESourceGroup</span></a> *      <a class="link" href="ESourceSelector.html#e-source-selector-get-primary-source-group" title="e_source_selector_get_primary_source_group ()">e_source_selector_get_primary_source_group</a>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);
+<a href="../libedataserver/ESourceGroup.html"><span class="returnvalue">ESourceGroup</span></a> *      <a class="link" href="ESourceSelector.html#e-source-selector-get-primary-source-group" title="e_source_selector_get_primary_source_group ()">e_source_selector_get_primary_source_group</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);
 #define             <a class="link" href="ESourceSelector.html#e-source-selector-peek-primary-selection" title="e_source_selector_peek_primary_selection">e_source_selector_peek_primary_selection</a>
-<a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelector.html#e-source-selector-get-source-by-path" title="e_source_selector_get_source_by_path ()">e_source_selector_get_source_by_path</a>
+<a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           <a class="link" href="ESourceSelector.html#e-source-selector-get-source-by-path" title="e_source_selector_get_source_by_path ()">e_source_selector_get_source_by_path</a>
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);
 </pre>
@@ -99,8 +99,8 @@
 <div class="refsect1">
 <a name="ESourceSelector.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="ESourceSelector.html#ESourceSelector--primary-selection" title='The "primary-selection" property'>primary-selection</a>"        <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write
-  "<a class="link" href="ESourceSelector.html#ESourceSelector--source-list" title='The "source-list" property'>source-list</a>"              <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write / Construct Only
+  "<a class="link" href="ESourceSelector.html#ESourceSelector--primary-selection" title='The "primary-selection" property'>primary-selection</a>"        <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write
+  "<a class="link" href="ESourceSelector.html#ESourceSelector--source-list" title='The "source-list" property'>source-list</a>"              <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write / Construct Only
 </pre>
 </div>
 <div class="refsect1">
@@ -124,7 +124,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-selector-new"></a><h3>e_source_selector_new ()</h3>
-<pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e_source_selector_new               (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *list</code></em>);</pre>
+<pre class="programlisting"><a href="http://developer.gnome.org/devel/gtk/GtkWidget.html"><span class="returnvalue">GtkWidget</span></a> *         e_source_selector_new               (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> *list</code></em>);</pre>
 <p>
 Create a new view for <em class="parameter"><code>list</code></em>.  The view will update automatically when <em class="parameter"><code>list</code></em>
 changes.
@@ -146,9 +146,9 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-selector-get-source-list"></a><h3>e_source_selector_get_source_list ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       e_source_selector_get_source_list   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
+<pre class="programlisting"><a href="../libedataserver/ESourceList.html"><span class="returnvalue">ESourceList</span></a> *       e_source_selector_get_source_list   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
 <p>
-Returns the <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> that <em class="parameter"><code>selector</code></em> is rendering.
+Returns the <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> that <em class="parameter"><code>selector</code></em> is rendering.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -160,7 +160,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
+<td>an <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>
 </td>
 </tr>
 </tbody>
@@ -171,7 +171,7 @@
 <div class="refsect2">
 <a name="e-source-selector-select-source"></a><h3>e_source_selector_select_source ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_select_source     (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Select <em class="parameter"><code>source</code></em> in <em class="parameter"><code>selector</code></em>.
 </p>
@@ -184,7 +184,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -193,7 +193,7 @@
 <div class="refsect2">
 <a name="e-source-selector-unselect-source"></a><h3>e_source_selector_unselect_source ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_unselect_source   (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Unselect <em class="parameter"><code>source</code></em> in <em class="parameter"><code>selector</code></em>.
 </p>
@@ -206,7 +206,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -215,7 +215,7 @@
 <div class="refsect2">
 <a name="e-source-selector-select-exclusive"></a><h3>e_source_selector_select_exclusive ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_select_exclusive  (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Select <em class="parameter"><code>source</code></em> in <em class="parameter"><code>selector</code></em> and unselect all others.
 </p>
@@ -228,7 +228,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
 </tr>
 </tbody>
 </table></div>
@@ -239,7 +239,7 @@
 <a name="e-source-selector-source-is-selected"></a><h3>e_source_selector_source_is_selected ()</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_source_selector_source_is_selected
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Check whether <em class="parameter"><code>source</code></em> is selected in <em class="parameter"><code>selector</code></em>.
 </p>
@@ -252,7 +252,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
+<td>An <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>.</td>
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
@@ -375,7 +375,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-selector-get-primary-selection"></a><h3>e_source_selector_get_primary_selection ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_get_primary_selection
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_get_primary_selection
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
 <p>
 Get the primary selected source.  The primary selection is the one that is
@@ -402,7 +402,7 @@
 <a name="e-source-selector-set-primary-selection"></a><h3>e_source_selector_set_primary_selection ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                e_source_selector_set_primary_selection
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>);</pre>
 <p>
 Set the primary selected source.
 </p>
@@ -415,7 +415,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to select</td>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to select</td>
 </tr>
 </tbody>
 </table></div>
@@ -423,7 +423,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-selector-get-primary-source-group"></a><h3>e_source_selector_get_primary_source_group ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESourceGroup.html"><span class="returnvalue">ESourceGroup</span></a> *      e_source_selector_get_primary_source_group
+<pre class="programlisting"><a href="../libedataserver/ESourceGroup.html"><span class="returnvalue">ESourceGroup</span></a> *      e_source_selector_get_primary_source_group
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>);</pre>
 <p>
 Gets the primary source group associated with the selector.
@@ -455,11 +455,11 @@
 <hr>
 <div class="refsect2">
 <a name="e-source-selector-get-source-by-path"></a><h3>e_source_selector_get_source_by_path ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_get_source_by_path
+<pre class="programlisting"><a href="../libedataserver/ESource.html"><span class="returnvalue">ESource</span></a> *           e_source_selector_get_source_by_path
                                                         (<em class="parameter"><code><a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a> *selector</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkTreeModel.html#GtkTreePath"><span class="type">GtkTreePath</span></a> *path</code></em>);</pre>
 <p>
-Returns the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> object at <em class="parameter"><code>path</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>path</code></em> is invalid.
+Returns the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> object at <em class="parameter"><code>path</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if <em class="parameter"><code>path</code></em> is invalid.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -476,7 +476,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> object at <em class="parameter"><code>path</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
+<td>the <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> object at <em class="parameter"><code>path</code></em>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a>
 </td>
 </tr>
 </tbody>
@@ -488,13 +488,13 @@
 <a name="ESourceSelector.property-details"></a><h2>Property Details</h2>
 <div class="refsect2">
 <a name="ESourceSelector--primary-selection"></a><h3>The <code class="literal">"primary-selection"</code> property</h3>
-<pre class="programlisting">  "primary-selection"        <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write</pre>
+<pre class="programlisting">  "primary-selection"        <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>*              : Read / Write</pre>
 <p></p>
 </div>
 <hr>
 <div class="refsect2">
 <a name="ESourceSelector--source-list"></a><h3>The <code class="literal">"source-list"</code> property</h3>
-<pre class="programlisting">  "source-list"              <a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write / Construct Only</pre>
+<pre class="programlisting">  "source-list"              <a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a>*          : Read / Write / Construct Only</pre>
 <p></p>
 </div>
 </div>
@@ -504,7 +504,7 @@
 <a name="ESourceSelector-data-dropped"></a><h3>The <code class="literal">"data-dropped"</code> signal</h3>
 <pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            user_function                      (<a class="link" href="ESourceSelector.html" title="ESourceSelector"><span class="type">ESourceSelector</span></a>  *esourceselector,
                                                         <a href="http://developer.gnome.org/devel/gtk/GtkWidget.html#GtkSelectionData"><span class="type">GtkSelectionData</span></a> *arg1,
-                                                        <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>          *arg2,
+                                                        <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>          *arg2,
                                                         <a href="http://developer.gnome.org/devel/gdk/gdk3-Drag-and-Drop.html#GdkDragAction"><span class="type">GdkDragAction</span></a>     arg3,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a>             arg4,
                                                         <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a>          user_data)            : <a href="http://library.gnome.org/devel/gobject/unstable/gobject-Signals.html#G-SIGNAL-RUN-LAST:CAPS"><code class="literal">Run Last</code></a></pre>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/libedataserverui-e-book-auth-util.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/libedataserverui-e-book-auth-util.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/libedataserverui-e-book-auth-util.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/libedataserverui-e-book-auth-util.html	2012-08-13 01:33:56.000000000 +0200
@@ -37,15 +37,15 @@
 </tr></table></div>
 <div class="refsynopsisdiv">
 <a name="libedataserverui-e-book-auth-util.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"><a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source" title="e_load_book_source ()">e_load_book_source</a>                  (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EBook.html#EBookCallback"><span class="type">EBookCallback</span></a> open_func</code></em>,
+<pre class="synopsis"><a href="../libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source" title="e_load_book_source ()">e_load_book_source</a>                  (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+                                                         <em class="parameter"><code><a href="../libebook/EBook.html#EBookCallback"><span class="type">EBookCallback</span></a> open_func</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
-<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-async" title="e_load_book_source_async ()">e_load_book_source_async</a>            (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-async" title="e_load_book_source_async ()">e_load_book_source_async</a>            (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
-<a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-finish" title="e_load_book_source_finish ()">e_load_book_source_finish</a>           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="../libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-finish" title="e_load_book_source_finish ()">e_load_book_source_finish</a>           (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
 </pre>
@@ -57,15 +57,15 @@
 <a name="libedataserverui-e-book-auth-util.details"></a><h2>Details</h2>
 <div class="refsect2">
 <a name="e-load-book-source"></a><h3>e_load_book_source ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             e_load_book_source                  (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libebook/EBook.html#EBookCallback"><span class="type">EBookCallback</span></a> open_func</code></em>,
+<pre class="programlisting"><a href="../libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             e_load_book_source                  (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+                                                         <em class="parameter"><code><a href="../libebook/EBook.html#EBookCallback"><span class="type">EBookCallback</span></a> open_func</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Warning</h3>
 <p><code class="literal">e_load_book_source</code> has been deprecated since version 3.0 and should not be used in newly-written code. Use <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-async" title="e_load_book_source_async ()"><code class="function">e_load_book_source_async()</code></a> instead.</p>
 </div>
 <p>
-Creates a new <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a> specified by <em class="parameter"><code>source</code></em>, and starts a non-blocking
+Creates a new <a href="../libebook/EBook.html"><span class="type">EBook</span></a> specified by <em class="parameter"><code>source</code></em>, and starts a non-blocking
 open operation on it. If the book requires authorization, presents
 a window asking the user for such.
 </p>
@@ -79,7 +79,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -93,7 +93,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>A new <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a> that is being opened.</td>
+<td>A new <a href="../libebook/EBook.html"><span class="type">EBook</span></a> that is being opened.</td>
 </tr>
 </tbody>
 </table></div>
@@ -101,7 +101,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-load-book-source-async"></a><h3>e_load_book_source_async ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span>                e_load_book_source_async            (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><span class="returnvalue">void</span>                e_load_book_source_async            (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> callback</code></em>,
@@ -111,19 +111,19 @@
 <p><code class="literal">e_load_book_source_async</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()"><code class="function">e_client_utils_open_new()</code></a>, <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new-finish" title="e_client_utils_open_new_finish ()"><code class="function">e_client_utils_open_new_finish()</code></a> instead.</p>
 </div>
 <p>
-Creates a new <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a> specified by <em class="parameter"><code>source</code></em> and opens it, prompting the
+Creates a new <a href="../libebook/EBook.html"><span class="type">EBook</span></a> specified by <em class="parameter"><code>source</code></em> and opens it, prompting the
 user for authentication if necessary.
 </p>
 <p>
 When the operation is finished, <em class="parameter"><code>callback</code></em> will be called.  You can
-then call <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-finish" title="e_load_book_source_finish ()"><code class="function">e_load_book_source_finish()</code></a> to obtain the resulting <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a>.
+then call <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-finish" title="e_load_book_source_finish ()"><code class="function">e_load_book_source_finish()</code></a> to obtain the resulting <a href="../libebook/EBook.html"><span class="type">EBook</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -151,7 +151,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-load-book-source-finish"></a><h3>e_load_book_source_finish ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             e_load_book_source_finish           (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="../libebook/EBook.html"><span class="returnvalue">EBook</span></a> *             e_load_book_source_finish           (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <div class="warning" style="margin-left: 0.5in; margin-right: 0.5in;">
@@ -159,7 +159,7 @@
 <p><code class="literal">e_load_book_source_finish</code> has been deprecated since version 3.2 and should not be used in newly-written code. Use <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()"><code class="function">e_client_utils_open_new()</code></a>, <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new-finish" title="e_client_utils_open_new_finish ()"><code class="function">e_client_utils_open_new_finish()</code></a> instead.</p>
 </div>
 <p>
-Finishes an asynchronous <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a> open operation started with
+Finishes an asynchronous <a href="../libebook/EBook.html"><span class="type">EBook</span></a> open operation started with
 <a class="link" href="libedataserverui-e-book-auth-util.html#e-load-book-source-async" title="e_load_book_source_async ()"><code class="function">e_load_book_source_async()</code></a>.  If an error occurred, or the user
 declined to authenticate, the function will return <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> and
 set <em class="parameter"><code>error</code></em>.
@@ -169,7 +169,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a>
 </td>
 </tr>
 <tr>
@@ -184,7 +184,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a ready-to-use <a href="/usr/share/gtk-doc/html/libebook/EBook.html"><span class="type">EBook</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or error</td>
+<td>a ready-to-use <a href="../libebook/EBook.html"><span class="type">EBook</span></a>, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> or error</td>
 </tr>
 </tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/html/libedataserverui-EClient-Utilities.html evolution-data-server-3.4.4/docs/reference/libedataserverui/html/libedataserverui-EClient-Utilities.html
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/html/libedataserverui-EClient-Utilities.html	2012-06-18 00:51:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/html/libedataserverui-EClient-Utilities.html	2012-08-13 01:33:56.000000000 +0200
@@ -38,29 +38,29 @@
 <div class="refsynopsisdiv">
 <a name="libedataserverui-EClient-Utilities.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">enum                <a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType">EClientSourceType</a>;
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (<a class="link" href="libedataserverui-EClient-Utilities.html#EClientUtilsAuthenticateHandler" title="EClientUtilsAuthenticateHandler ()">*EClientUtilsAuthenticateHandler</a>)  (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (<a class="link" href="libedataserverui-EClient-Utilities.html#EClientUtilsAuthenticateHandler" title="EClientUtilsAuthenticateHandler ()">*EClientUtilsAuthenticateHandler</a>)  (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new" title="e_client_utils_new ()">e_client_utils_new</a>                  (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new" title="e_client_utils_new ()">e_client_utils_new</a>                  (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new-from-uri" title="e_client_utils_new_from_uri ()">e_client_utils_new_from_uri</a>         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
+<a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new-from-uri" title="e_client_utils_new_from_uri ()">e_client_utils_new_from_uri</a>         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new-system" title="e_client_utils_new_system ()">e_client_utils_new_system</a>           (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
+<a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new-system" title="e_client_utils_new_system ()">e_client_utils_new_system</a>           (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new-default" title="e_client_utils_new_default ()">e_client_utils_new_default</a>          (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
+<a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-new-default" title="e_client_utils_new_default ()">e_client_utils_new_default</a>          (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-set-default" title="e_client_utils_set_default ()">e_client_utils_set_default</a>          (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-set-default" title="e_client_utils_set_default ()">e_client_utils_set_default</a>          (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-set-default-source" title="e_client_utils_set_default_source ()">e_client_utils_set_default_source</a>   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-set-default-source" title="e_client_utils_set_default_source ()">e_client_utils_set_default_source</a>   (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-get-sources" title="e_client_utils_get_sources ()">e_client_utils_get_sources</a>          (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-get-sources" title="e_client_utils_get_sources ()">e_client_utils_get_sources</a>          (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()">e_client_utils_open_new</a>             (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()">e_client_utils_open_new</a>             (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -68,18 +68,18 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> auth_handler_user_data</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> async_cb</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> async_cb_user_data</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new-finish" title="e_client_utils_open_new_finish ()">e_client_utils_open_new_finish</a>      (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new-finish" title="e_client_utils_open_new_finish ()">e_client_utils_open_new_finish</a>      (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> **client</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> **client</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-authenticate-handler" title="e_client_utils_authenticate_handler ()">e_client_utils_authenticate_handler</a> (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-authenticate-handler" title="e_client_utils_authenticate_handler ()">e_client_utils_authenticate_handler</a> (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> gtk_window_parent</code></em>);
-<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-forget-password" title="e_client_utils_forget_password ()">e_client_utils_forget_password</a>      (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>);
-<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-credentials-authenticate-helper" title="e_credentials_authenticate_helper ()">e_credentials_authenticate_helper</a>   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-forget-password" title="e_client_utils_forget_password ()">e_client_utils_forget_password</a>      (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>);
+<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="libedataserverui-EClient-Utilities.html#e-credentials-authenticate-helper" title="e_credentials_authenticate_helper ()">e_credentials_authenticate_helper</a>   (<em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *remember_password</code></em>);
-<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-EClient-Utilities.html#e-credentials-forget-password" title="e_credentials_forget_password ()">e_credentials_forget_password</a>       (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
+<span class="returnvalue">void</span>                <a class="link" href="libedataserverui-EClient-Utilities.html#e-credentials-forget-password" title="e_credentials_forget_password ()">e_credentials_forget_password</a>       (<em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);
 </pre>
 </div>
 <div class="refsect1">
@@ -102,15 +102,15 @@
 <hr>
 <div class="refsect2">
 <a name="EClientUtilsAuthenticateHandler"></a><h3>EClientUtilsAuthenticateHandler ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*EClientUtilsAuthenticateHandler)  (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            (*EClientUtilsAuthenticateHandler)  (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> user_data</code></em>);</pre>
 <p class="since">Since 3.2</p>
 </div>
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-new"></a><h3>e_client_utils_new ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new                  (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new                  (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -121,7 +121,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-new-from-uri"></a><h3>e_client_utils_new_from_uri ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new_from_uri         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
+<pre class="programlisting"><a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new_from_uri         (<em class="parameter"><code>const <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *uri</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -132,7 +132,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-new-system"></a><h3>e_client_utils_new_system ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new_system           (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
+<pre class="programlisting"><a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new_system           (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Proxy function for <code class="function">e_book_client_utils_new_system()</code> and <code class="function">e_cal_client_utils_new_system()</code>.
@@ -142,7 +142,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-new-default"></a><h3>e_client_utils_new_default ()</h3>
-<pre class="programlisting"><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new_default          (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
+<pre class="programlisting"><a href="../libedataserver/EClient.html"><span class="returnvalue">EClient</span></a> *           e_client_utils_new_default          (<em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Proxy function for <code class="function">e_book_client_utils_new_default()</code> and <code class="function">e_cal_client_utils_new_default()</code>.
@@ -152,7 +152,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-set-default"></a><h3>e_client_utils_set_default ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_set_default          (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_set_default          (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -163,7 +163,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-set-default-source"></a><h3>e_client_utils_set_default_source ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_set_default_source   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_set_default_source   (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -174,7 +174,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-get-sources"></a><h3>e_client_utils_get_sources ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_get_sources          (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_get_sources          (<em class="parameter"><code><a href="../libedataserver/ESourceList.html"><span class="type">ESourceList</span></a> **sources</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
@@ -185,7 +185,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-open-new"></a><h3>e_client_utils_open_new ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span>                e_client_utils_open_new             (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><span class="returnvalue">void</span>                e_client_utils_open_new             (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a class="link" href="libedataserverui-EClient-Utilities.html#EClientSourceType" title="enum EClientSourceType"><span class="type">EClientSourceType</span></a> source_type</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> only_if_exists</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GCancellable.html"><span class="type">GCancellable</span></a> *cancellable</code></em>,
@@ -194,8 +194,8 @@
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback"><span class="type">GAsyncReadyCallback</span></a> async_cb</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> async_cb_user_data</code></em>);</pre>
 <p>
-Begins asynchronous opening of a new <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> corresponding
-to the <em class="parameter"><code>source</code></em> of type <em class="parameter"><code>source_type</code></em>. The resulting <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a>
+Begins asynchronous opening of a new <a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> corresponding
+to the <em class="parameter"><code>source</code></em> of type <em class="parameter"><code>source_type</code></em>. The resulting <a href="../libedataserver/EClient.html"><span class="type">EClient</span></a>
 is fully opened and authenticated client, ready to be used.
 The opened client has also fetched capabilities.
 This call is finished by <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new-finish" title="e_client_utils_open_new_finish ()"><code class="function">e_client_utils_open_new_finish()</code></a>
@@ -203,14 +203,14 @@
 </p>
 <p>
 Note: the <em class="parameter"><code>auth_handler</code></em>, and its <em class="parameter"><code>auth_handler_user_data</code></em>,
-should be valid through whole live of returned <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a>.
+should be valid through whole live of returned <a href="../libedataserver/EClient.html"><span class="type">EClient</span></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> to be opened</td>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> to be opened</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source_type</code></em> :</span></p></td>
@@ -250,13 +250,13 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-open-new-finish"></a><h3>e_client_utils_open_new_finish ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_open_new_finish      (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_open_new_finish      (<em class="parameter"><code><a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> *source</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html"><span class="type">GAsyncResult</span></a> *result</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> **client</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> **client</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError"><span class="type">GError</span></a> **error</code></em>);</pre>
 <p>
 Finishes previous call of <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()"><code class="function">e_client_utils_open_new()</code></a> and
-sets <em class="parameter"><code>client</code></em> to a fully opened and authenticated <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a>.
+sets <em class="parameter"><code>client</code></em> to a fully opened and authenticated <a href="../libedataserver/EClient.html"><span class="type">EClient</span></a>.
 This <em class="parameter"><code>client</code></em>, if not NULL, should be freed with <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref"><code class="function">g_object_unref()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
@@ -264,7 +264,7 @@
 <tbody>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>source</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/ESource.html"><span class="type">ESource</span></a> on which the <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()"><code class="function">e_client_utils_open_new()</code></a> was invoked</td>
+<td>an <a href="../libedataserver/ESource.html"><span class="type">ESource</span></a> on which the <a class="link" href="libedataserverui-EClient-Utilities.html#e-client-utils-open-new" title="e_client_utils_open_new ()"><code class="function">e_client_utils_open_new()</code></a> was invoked</td>
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>result</code></em> :</span></p></td>
@@ -273,7 +273,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td>Return value for an <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
+<td>Return value for an <a href="../libedataserver/EClient.html"><span class="type">EClient</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span>
 </td>
 </tr>
 <tr>
@@ -293,8 +293,8 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-authenticate-handler"></a><h3>e_client_utils_authenticate_handler ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_authenticate_handler (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
-                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_client_utils_authenticate_handler (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>,
+                                                         <em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> gtk_window_parent</code></em>);</pre>
 <p>
 This function is suitable as a handler for EClient::authenticate signal.
@@ -311,7 +311,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-client-utils-forget-password"></a><h3>e_client_utils_forget_password ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span>                e_client_utils_forget_password      (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                e_client_utils_forget_password      (<em class="parameter"><code><a href="../libedataserver/EClient.html"><span class="type">EClient</span></a> *client</code></em>);</pre>
 <p>
 Forgets stored password for the given <em class="parameter"><code>client</code></em>.
 </p>
@@ -319,7 +319,7 @@
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>client</code></em> :</span></p></td>
-<td>An <a href="/usr/share/gtk-doc/html/libedataserver/EClient.html"><span class="type">EClient</span></a>
+<td>An <a href="../libedataserver/EClient.html"><span class="type">EClient</span></a>
 </td>
 </tr></tbody>
 </table></div>
@@ -328,7 +328,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-credentials-authenticate-helper"></a><h3>e_credentials_authenticate_helper ()</h3>
-<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_credentials_authenticate_helper   (<em class="parameter"><code><a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
+<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            e_credentials_authenticate_helper   (<em class="parameter"><code><a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>,
                                                          <em class="parameter"><code><a href="http://developer.gnome.org/devel/gtk/GtkWindow.html"><span class="type">GtkWindow</span></a> *parent</code></em>,
                                                          <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *remember_password</code></em>);</pre>
 <p>
@@ -349,7 +349,7 @@
 <hr>
 <div class="refsect2">
 <a name="e-credentials-forget-password"></a><h3>e_credentials_forget_password ()</h3>
-<pre class="programlisting"><span class="returnvalue">void</span>                e_credentials_forget_password       (<em class="parameter"><code>const <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
+<pre class="programlisting"><span class="returnvalue">void</span>                e_credentials_forget_password       (<em class="parameter"><code>const <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a> *credentials</code></em>);</pre>
 <p>
 Forgets stored password for given <em class="parameter"><code>credentials</code></em>, which should contain
 E_CREDENTIALS_KEY_PROMPT_KEY.
@@ -358,7 +358,7 @@
 <col align="left" valign="top">
 <tbody><tr>
 <td><p><span class="term"><em class="parameter"><code>credentials</code></em> :</span></p></td>
-<td>an <a href="/usr/share/gtk-doc/html/libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a>
+<td>an <a href="../libedataserver/libedataserver-ECredentials.html#ECredentials"><span class="type">ECredentials</span></a>
 </td>
 </tr></tbody>
 </table></div>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/libedataserverui-docs.sgml evolution-data-server-3.4.4/docs/reference/libedataserverui/libedataserverui-docs.sgml
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/libedataserverui-docs.sgml	2012-06-18 00:09:40.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/libedataserverui-docs.sgml	2012-08-12 23:47:22.000000000 +0200
@@ -19,7 +19,6 @@
     <xi:include href="xml/e-cell-renderer-color.xml"/>
     <xi:include href="xml/e-client-utils.xml"/>
     <xi:include href="xml/e-contact-store.xml"/>
-    <xi:include href="xml/e-data-server-ui-marshal.xml"/>
     <xi:include href="xml/e-destination-store.xml"/>
     <xi:include href="xml/e-name-selector.xml"/>
     <xi:include href="xml/e-name-selector-dialog.xml"/>
diff -Nru evolution-data-server-3.4.3/docs/reference/libedataserverui/Makefile.in evolution-data-server-3.4.4/docs/reference/libedataserverui/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/libedataserverui/Makefile.in	2012-06-18 00:11:13.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/libedataserverui/Makefile.in	2012-08-12 23:32:38.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/docs/reference/Makefile.in evolution-data-server-3.4.4/docs/reference/Makefile.in
--- evolution-data-server-3.4.3/docs/reference/Makefile.in	2012-06-18 00:11:10.000000000 +0200
+++ evolution-data-server-3.4.4/docs/reference/Makefile.in	2012-08-12 23:32:35.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/libebackend/Makefile.in evolution-data-server-3.4.4/libebackend/Makefile.in
--- evolution-data-server-3.4.3/libebackend/Makefile.in	2012-06-18 00:11:14.000000000 +0200
+++ evolution-data-server-3.4.4/libebackend/Makefile.in	2012-08-12 23:32:38.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/libedataserver/eds-version.h evolution-data-server-3.4.4/libedataserver/eds-version.h
--- evolution-data-server-3.4.3/libedataserver/eds-version.h	2012-06-18 00:12:06.000000000 +0200
+++ evolution-data-server-3.4.4/libedataserver/eds-version.h	2012-08-12 23:33:31.000000000 +0200
@@ -50,7 +50,7 @@
  * time, rather than from the library linked against at application run
  * time.
  **/
-#define EDS_MICRO_VERSION 3
+#define EDS_MICRO_VERSION 4
 
 /**
  * EDS_CHECK_VERSION:
diff -Nru evolution-data-server-3.4.3/libedataserver/Makefile.in evolution-data-server-3.4.4/libedataserver/Makefile.in
--- evolution-data-server-3.4.3/libedataserver/Makefile.in	2012-06-18 00:11:15.000000000 +0200
+++ evolution-data-server-3.4.4/libedataserver/Makefile.in	2012-08-12 23:32:39.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/libedataserverui/Makefile.in evolution-data-server-3.4.4/libedataserverui/Makefile.in
--- evolution-data-server-3.4.3/libedataserverui/Makefile.in	2012-06-18 00:11:15.000000000 +0200
+++ evolution-data-server-3.4.4/libedataserverui/Makefile.in	2012-08-12 23:32:40.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/ltmain.sh evolution-data-server-3.4.4/ltmain.sh
--- evolution-data-server-3.4.3/ltmain.sh	2012-06-18 00:10:29.000000000 +0200
+++ evolution-data-server-3.4.4/ltmain.sh	2012-08-12 23:31:48.000000000 +0200
@@ -70,7 +70,7 @@
 #         compiler:		$LTCC
 #         compiler flags:		$LTCFLAGS
 #         linker:		$LD (gnu? $with_gnu_ld)
-#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1
+#         $progname:	(GNU libtool) 2.4.2 Debian-2.4.2-1.1
 #         automake:	$automake_version
 #         autoconf:	$autoconf_version
 #
@@ -80,7 +80,7 @@
 
 PROGRAM=libtool
 PACKAGE=libtool
-VERSION="2.4.2 Debian-2.4.2-1"
+VERSION="2.4.2 Debian-2.4.2-1.1"
 TIMESTAMP=""
 package_revision=1.3337
 
diff -Nru evolution-data-server-3.4.3/m4/libtool.m4 evolution-data-server-3.4.4/m4/libtool.m4
--- evolution-data-server-3.4.3/m4/libtool.m4	2012-06-18 00:10:29.000000000 +0200
+++ evolution-data-server-3.4.4/m4/libtool.m4	2012-08-12 23:31:48.000000000 +0200
@@ -2512,17 +2512,6 @@
   esac
   ;;
 
-gnu*)
-  version_type=linux # correct to gnu/linux during the next big refactor
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  ;;
-
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -2639,7 +2628,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -3255,10 +3244,6 @@
   fi
   ;;
 
-gnu*)
-  lt_cv_deplibs_check_method=pass_all
-  ;;
-
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3297,7 +3282,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu)
+linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
@@ -4049,7 +4034,7 @@
 	    ;;
 	esac
 	;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
 	case $cc_basename in
 	  KCC*)
 	    # KAI C++ Compiler
@@ -4348,7 +4333,7 @@
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -6241,9 +6226,6 @@
         _LT_TAGVAR(ld_shlibs, $1)=yes
         ;;
 
-      gnu*)
-        ;;
-
       haiku*)
         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6405,7 +6387,7 @@
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu | kopensolaris*-gnu)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
         case $cc_basename in
           KCC*)
 	    # Kuck and Associates, Inc. (KAI) C++ Compiler
diff -Nru evolution-data-server-3.4.3/Makefile.in evolution-data-server-3.4.4/Makefile.in
--- evolution-data-server-3.4.3/Makefile.in	2012-06-18 00:11:21.000000000 +0200
+++ evolution-data-server-3.4.4/Makefile.in	2012-08-12 23:32:47.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -913,7 +913,7 @@
 	*.zip*) \
 	  unzip $(distdir).zip ;;\
 	esac
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
+	chmod -R a-w $(distdir); chmod u+w $(distdir)
 	mkdir $(distdir)/_build
 	mkdir $(distdir)/_inst
 	chmod a-w $(distdir)
diff -Nru evolution-data-server-3.4.3/NEWS evolution-data-server-3.4.4/NEWS
--- evolution-data-server-3.4.3/NEWS	2012-06-18 00:50:34.000000000 +0200
+++ evolution-data-server-3.4.4/NEWS	2012-08-13 01:33:13.000000000 +0200
@@ -1,3 +1,22 @@
+Evolution-Data-Server 3.4.4 2012-08-13
+--------------------------------------
+
+Bug Fixes:
+	Bug 551788 - Hangs when network changes (Milan Crha)
+	Bug 559391 - Wrong number of unread mails in folder tree (Milan Crha)
+	Bug 674696 - Crash from finish_operation, get_groups_cb in Google
+	             backend (Milan Crha)
+	Bug 677530 - Memory leaks in imapx code (Milan Crha)
+	Bug 678856 - Crash in add_instance() at e-cal-client.c (Milan Crha)
+	Bug 679017 - Broken spool mbox file accounts (Milan Crha)
+	Bug 679245 - Local address book not created (Milan Crha)
+	Bug 679488 - Unable to send mail using SMTP (Milan Crha)
+	Bug 680211 - Memory usage increases on each folder select (Milan Crha)
+	Bug 680502 - Deadlock in contacts backend (Milan Crha)
+	Bug 681318 - Filter by Source account doesn't match in local folders
+	             (Milan Crha)
+
+
 Evolution-Data-Server 3.4.3 2012-06-18
 --------------------------------------
 
diff -Nru evolution-data-server-3.4.3/services/evolution-addressbook-factory/Makefile.in evolution-data-server-3.4.4/services/evolution-addressbook-factory/Makefile.in
--- evolution-data-server-3.4.3/services/evolution-addressbook-factory/Makefile.in	2012-06-18 00:11:16.000000000 +0200
+++ evolution-data-server-3.4.4/services/evolution-addressbook-factory/Makefile.in	2012-08-12 23:32:41.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/services/evolution-calendar-factory/Makefile.in evolution-data-server-3.4.4/services/evolution-calendar-factory/Makefile.in
--- evolution-data-server-3.4.3/services/evolution-calendar-factory/Makefile.in	2012-06-18 00:11:16.000000000 +0200
+++ evolution-data-server-3.4.4/services/evolution-calendar-factory/Makefile.in	2012-08-12 23:32:41.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/services/Makefile.in evolution-data-server-3.4.4/services/Makefile.in
--- evolution-data-server-3.4.3/services/Makefile.in	2012-06-18 00:11:15.000000000 +0200
+++ evolution-data-server-3.4.4/services/Makefile.in	2012-08-12 23:32:40.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libebook/client/Makefile.in evolution-data-server-3.4.4/tests/libebook/client/Makefile.in
--- evolution-data-server-3.4.3/tests/libebook/client/Makefile.in	2012-06-18 00:11:18.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libebook/client/Makefile.in	2012-08-12 23:32:43.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libebook/Makefile.in evolution-data-server-3.4.4/tests/libebook/Makefile.in
--- evolution-data-server-3.4.3/tests/libebook/Makefile.in	2012-06-18 00:11:17.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libebook/Makefile.in	2012-08-12 23:32:42.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libebook/vcard/Makefile.in evolution-data-server-3.4.4/tests/libebook/vcard/Makefile.in
--- evolution-data-server-3.4.3/tests/libebook/vcard/Makefile.in	2012-06-18 00:11:18.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libebook/vcard/Makefile.in	2012-08-12 23:32:43.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libecal/client/Makefile.in evolution-data-server-3.4.4/tests/libecal/client/Makefile.in
--- evolution-data-server-3.4.3/tests/libecal/client/Makefile.in	2012-06-18 00:11:19.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libecal/client/Makefile.in	2012-08-12 23:32:45.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libecal/Makefile.in evolution-data-server-3.4.4/tests/libecal/Makefile.in
--- evolution-data-server-3.4.3/tests/libecal/Makefile.in	2012-06-18 00:11:19.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libecal/Makefile.in	2012-08-12 23:32:45.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libedata-cal/Makefile.in evolution-data-server-3.4.4/tests/libedata-cal/Makefile.in
--- evolution-data-server-3.4.3/tests/libedata-cal/Makefile.in	2012-06-18 00:11:20.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libedata-cal/Makefile.in	2012-08-12 23:32:46.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libedataserver/Makefile.in evolution-data-server-3.4.4/tests/libedataserver/Makefile.in
--- evolution-data-server-3.4.3/tests/libedataserver/Makefile.in	2012-06-18 00:11:20.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libedataserver/Makefile.in	2012-08-12 23:32:46.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/libedataserverui/Makefile.in evolution-data-server-3.4.4/tests/libedataserverui/Makefile.in
--- evolution-data-server-3.4.3/tests/libedataserverui/Makefile.in	2012-06-18 00:11:20.000000000 +0200
+++ evolution-data-server-3.4.4/tests/libedataserverui/Makefile.in	2012-08-12 23:32:47.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/tests/Makefile.in evolution-data-server-3.4.4/tests/Makefile.in
--- evolution-data-server-3.4.3/tests/Makefile.in	2012-06-18 00:11:17.000000000 +0200
+++ evolution-data-server-3.4.4/tests/Makefile.in	2012-08-12 23:32:41.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
diff -Nru evolution-data-server-3.4.3/vala/Makefile.in evolution-data-server-3.4.4/vala/Makefile.in
--- evolution-data-server-3.4.3/vala/Makefile.in	2012-06-18 00:11:20.000000000 +0200
+++ evolution-data-server-3.4.4/vala/Makefile.in	2012-08-12 23:32:47.000000000 +0200
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.11.5 from Makefile.am.
+# Makefile.in generated by automake 1.11.6 from Makefile.am.
 # @configure_input@
 
 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
