Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 May 2017 09:44:57 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441070 - in head: databases/evolution-data-server mail/evolution mail/evolution-ews mail/evolution/files
Message-ID:  <201705170944.v4H9ivcV049732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed May 17 09:44:57 2017
New Revision: 441070
URL: https://svnweb.freebsd.org/changeset/ports/441070

Log:
  Update evolution-data-server to 3.22.7
  Update evolution to 3.22.6
  Update evolution-ews to 3.22.6
  
   * all: record missing dependancies.
   * eds: libsoup-gnome is not needed replace it with libsoup.
   * eds: merge the compiler USES into the main USES line, it is always
          needed. Remove the related text.
   * evo: move the canberra-gtk3 dependancy to the canberra option
   * evo-ews: drop google doc link in pkg-descr.
  
  Obtained from:	gnome devel repo

Deleted:
  head/mail/evolution/files/patch-mail_mail-config.ui
Modified:
  head/databases/evolution-data-server/Makefile
  head/databases/evolution-data-server/distinfo
  head/databases/evolution-data-server/pkg-plist
  head/mail/evolution-ews/Makefile
  head/mail/evolution-ews/distinfo
  head/mail/evolution-ews/pkg-descr
  head/mail/evolution-ews/pkg-plist
  head/mail/evolution/Makefile
  head/mail/evolution/distinfo
  head/mail/evolution/pkg-plist

Modified: head/databases/evolution-data-server/Makefile
==============================================================================
--- head/databases/evolution-data-server/Makefile	Wed May 17 09:32:48 2017	(r441069)
+++ head/databases/evolution-data-server/Makefile	Wed May 17 09:44:57 2017	(r441070)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	evolution-data-server
-PORTVERSION=	3.18.5
-PORTREVISION=	7
+PORTVERSION=	3.22.7
 CATEGORIES=	databases gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -14,9 +13,9 @@ COMMENT=	Data backends for the Evolution
 LICENSE=	LGPL20
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-BUILD_DEPENDS=	gcr>=3.11:security/gcr \
-		vapigen:lang/vala
-LIB_DEPENDS=	libsoup-gnome-2.4.so:devel/libsoup-gnome \
+BUILD_DEPENDS=	vapigen:lang/vala
+LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
+		libgcr-base-3.so:security/gcr \
 		liboauth.so:net/liboauth \
 		libgoa-1.0.so:net/gnome-online-accounts \
 		libgdata.so:devel/libgdata \
@@ -24,18 +23,19 @@ LIB_DEPENDS=	libsoup-gnome-2.4.so:devel/
 		libicui18n.so:devel/icu \
 		libnss3.so:security/nss \
 		libtasn1.so:security/libtasn1 \
+		libicudata.so:devel/icu \
+		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
+		libjson-glib-1.0.so:devel/json-glib \
+		libp11-kit.so:security/p11-kit \
+		libnspr4.so:devel/nspr \
 		libsecret-1.so:security/libsecret
 
 PORTSCOUT=	limitw:1,even
 
-USES=		bdb:5 bison gettext gmake gnome gperf libtool pathfix pkgconfig \
+USES=		bdb:5 bison compiler:c++11-lib gettext gmake gnome gperf \
+		iconv:wchar_t libtool localbase pathfix pkgconfig ssl \
 		sqlite tar:xz
-# Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9.  Normally
-# this change would be done there, but it is not a C++ application, so it
-# does not link directly to libstdc++ and adding the libstdc++ rpath to
-# the executable does not work at runtime.
-USES+=		compiler:c++11-lib
-USE_GNOME=	gtk30 intltool introspection:build libxml2
+USE_GNOME=	cairo gdkpixbuf2 gtk30 intltool introspection:build libxml2
 USE_OPENLDAP=	yes
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
@@ -45,8 +45,7 @@ CONFIGURE_ARGS=	--enable-static \
 		--enable-vala-bindings \
 		--disable-gtk-doc \
 		--with-libdb=${LOCALBASE}
-CPPFLAGS+=	-I${LOCALBASE}/include -I${BDB_INCLUDE_DIR}
-LDFLAGS+=	-L${LOCALBASE}/lib
+CPPFLAGS+=	-I${BDB_INCLUDE_DIR}
 INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.gnome.Evolution.DefaultSources.gschema.xml \
@@ -56,7 +55,7 @@ GLIB_SCHEMAS=	org.gnome.Evolution.Defaul
 		org.gnome.evolution-data-server.gschema.xml \
 		org.gnome.evolution.shell.network-config.gschema.xml
 
-PLIST_SUB=	VERSION="3.18" EVO_VERSION="1.2"
+PLIST_SUB=	VERSION="3.22" EVO_VERSION="1.2"
 
 OPTIONS_SUB=	yes
 OPTIONS_DEFINE=	WEATHER KERBEROS

Modified: head/databases/evolution-data-server/distinfo
==============================================================================
--- head/databases/evolution-data-server/distinfo	Wed May 17 09:32:48 2017	(r441069)
+++ head/databases/evolution-data-server/distinfo	Wed May 17 09:44:57 2017	(r441070)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/evolution-data-server-3.18.5.tar.xz) = a897c789925e86df31a1c78212b431cca13dc4d5a3d87e1fb3d507df3994e8e1
-SIZE (gnome3/evolution-data-server-3.18.5.tar.xz) = 5414416
+TIMESTAMP = 1494102880
+SHA256 (gnome3/evolution-data-server-3.22.7.tar.xz) = 43127fe1f190873c73e13a4cada6cfe47870f1cc962e540a682cca123d959203
+SIZE (gnome3/evolution-data-server-3.22.7.tar.xz) = 5564924

Modified: head/databases/evolution-data-server/pkg-plist
==============================================================================
--- head/databases/evolution-data-server/pkg-plist	Wed May 17 09:32:48 2017	(r441069)
+++ head/databases/evolution-data-server/pkg-plist	Wed May 17 09:44:57 2017	(r441070)
@@ -213,6 +213,7 @@ include/evolution-data-server/libedatase
 include/evolution-data-server/libedataserver/e-iterator.h
 include/evolution-data-server/libedataserver/e-list-iterator.h
 include/evolution-data-server/libedataserver/e-list.h
+include/evolution-data-server/libedataserver/e-network-monitor.h
 include/evolution-data-server/libedataserver/e-memory.h
 include/evolution-data-server/libedataserver/e-module.h
 include/evolution-data-server/libedataserver/e-operation-pool.h
@@ -230,6 +231,7 @@ include/evolution-data-server/libedatase
 include/evolution-data-server/libedataserver/e-source-camel.h
 include/evolution-data-server/libedataserver/e-source-collection.h
 include/evolution-data-server/libedataserver/e-source-contacts.h
+include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-google.h
 include/evolution-data-server/libedataserver/e-source-credentials-provider-impl-password.h
 include/evolution-data-server/libedataserver/e-source-credentials-provider-impl.h
 include/evolution-data-server/libedataserver/e-source-credentials-provider.h
@@ -270,6 +272,7 @@ include/evolution-data-server/libedatase
 include/evolution-data-server/libedataserver/libedataserver.h
 include/evolution-data-server/libedataserverui/e-cell-renderer-color.h
 include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-password.h
+include/evolution-data-server/libedataserverui/e-credentials-prompter-impl-google.h
 include/evolution-data-server/libedataserverui/e-credentials-prompter-impl.h
 include/evolution-data-server/libedataserverui/e-credentials-prompter.h
 include/evolution-data-server/libedataserverui/e-trust-prompt.h
@@ -335,8 +338,8 @@ lib/evolution-data-server/registry-modul
 lib/evolution-data-server/registry-modules/module-yahoo-backend.so
 lib/libcamel-%%EVO_VERSION%%.a
 lib/libcamel-%%EVO_VERSION%%.so
-lib/libcamel-%%EVO_VERSION%%.so.54
-lib/libcamel-%%EVO_VERSION%%.so.54.0.0
+lib/libcamel-%%EVO_VERSION%%.so.59
+lib/libcamel-%%EVO_VERSION%%.so.59.0.0
 lib/libebackend-%%EVO_VERSION%%.a
 lib/libebackend-%%EVO_VERSION%%.so
 lib/libebackend-%%EVO_VERSION%%.so.10
@@ -363,8 +366,8 @@ lib/libedata-cal-%%EVO_VERSION%%.so.28
 lib/libedata-cal-%%EVO_VERSION%%.so.28.0.0
 lib/libedataserver-%%EVO_VERSION%%.a
 lib/libedataserver-%%EVO_VERSION%%.so
-lib/libedataserver-%%EVO_VERSION%%.so.21
-lib/libedataserver-%%EVO_VERSION%%.so.21.0.0
+lib/libedataserver-%%EVO_VERSION%%.so.22
+lib/libedataserver-%%EVO_VERSION%%.so.22.0.0
 lib/libedataserverui-%%EVO_VERSION%%.a
 lib/libedataserverui-%%EVO_VERSION%%.so
 lib/libedataserverui-%%EVO_VERSION%%.so.1
@@ -372,6 +375,10 @@ lib/libedataserverui-%%EVO_VERSION%%.so.
 lib/girepository-1.0/EBook-%%EVO_VERSION%%.typelib
 lib/girepository-1.0/EBookContacts-%%EVO_VERSION%%.typelib
 lib/girepository-1.0/EDataServer-%%EVO_VERSION%%.typelib
+lib/systemd/user/evolution-addressbook-factory.service
+lib/systemd/user/evolution-calendar-factory.service
+lib/systemd/user/evolution-source-registry.service
+lib/systemd/user/evolution-user-prompter.service
 libdata/pkgconfig/camel-%%EVO_VERSION%%.pc
 libdata/pkgconfig/evolution-data-server-%%EVO_VERSION%%.pc
 libdata/pkgconfig/libebackend-%%EVO_VERSION%%.pc
@@ -383,6 +390,9 @@ libdata/pkgconfig/libedata-cal-%%EVO_VER
 libdata/pkgconfig/libedataserver-%%EVO_VERSION%%.pc
 libdata/pkgconfig/libedataserverui-%%EVO_VERSION%%.pc
 libexec/camel-index-control-%%EVO_VERSION%%
+libexec/camel-gpg-photo-saver
+libexec/evolution-data-server/addressbook-export
+libexec/evolution-data-server/csv2vcard
 @(,mail,2755) libexec/camel-lock-helper-%%EVO_VERSION%%
 libexec/evolution-addressbook-factory
 libexec/evolution-addressbook-factory-subprocess
@@ -397,6 +407,7 @@ share/dbus-1/services/org.gnome.evolutio
 share/dbus-1/services/org.gnome.evolution.dataserver.Calendar.service
 share/dbus-1/services/org.gnome.evolution.dataserver.Sources.service
 share/dbus-1/services/org.gnome.evolution.dataserver.UserPrompter.service
+share/gir-1.0/Camel-%%EVO_VERSION%%.gir
 share/gir-1.0/EBook-%%EVO_VERSION%%.gir
 share/gir-1.0/EBookContacts-%%EVO_VERSION%%.gir
 share/gir-1.0/EDataServer-%%EVO_VERSION%%.gir
@@ -505,6 +516,8 @@ share/pixmaps/evolution-data-server/cate
 share/pixmaps/evolution-data-server/category_strategies_16.png
 share/pixmaps/evolution-data-server/category_suppliers_16.png
 share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
+share/vala/vapi/camel-%%EVO_VERSION%%.deps
+share/vala/vapi/camel-%%EVO_VERSION%%.vapi
 share/vala/vapi/libebook-%%EVO_VERSION%%.deps
 share/vala/vapi/libebook-%%EVO_VERSION%%.vapi
 share/vala/vapi/libebook-contacts-%%EVO_VERSION%%.deps

Modified: head/mail/evolution-ews/Makefile
==============================================================================
--- head/mail/evolution-ews/Makefile	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution-ews/Makefile	Wed May 17 09:44:57 2017	(r441070)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	evolution-ews
-PORTVERSION=	3.18.5
-PORTREVISION=	1
+PORTVERSION=	3.22.6
 CATEGORIES=	mail gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -14,18 +13,22 @@ COMMENT=	Evolution Microsoft Exchange pl
 BUILD_DEPENDS=	evolution>=3.0.0:mail/evolution
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libmspack.so:archivers/libmspack \
+		libsecret-1.so:security/libsecret \
+		libnspr4.so:devel/nspr \
+		libnss3.so:security/nss \
+		libwebkit2gtk-4.0.so:www/webkit2-gtk3
 		libical.so:devel/libical
 RUN_DEPENDS=	evolution>=3.0.0:mail/evolution
 
 PORTSCOUT=	limitw:1,even
 
-USES=		bdb:5 gettext gmake gnome libtool pathfix pkgconfig sqlite tar:xz
-USE_GNOME=	intltool
+USES=		bdb:5 gettext gmake gnome libtool localbase pathfix \
+		pkgconfig sqlite tar:xz
+USE_GNOME=	atk cairo evolutiondataserver3 gdkpixbuf2 gtk30 glib20 \
+		intltool libxml2 pango
 GNU_CONFIGURE=	yes
 USE_OPENLDAP=	yes
 USE_LDCONFIG=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 CONFIGURE_ARGS=	--datarootdir=${PREFIX}/share \
 		--localedir=${PREFIX}/share/locale \
 		--prefix=${PREFIX}

Modified: head/mail/evolution-ews/distinfo
==============================================================================
--- head/mail/evolution-ews/distinfo	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution-ews/distinfo	Wed May 17 09:44:57 2017	(r441070)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/evolution-ews-3.18.5.tar.xz) = 7e1ed3b18161a620ba358ebf23e4c7aea85c0c5070be3c20a8a2ef012fbcfc55
-SIZE (gnome3/evolution-ews-3.18.5.tar.xz) = 702984
+TIMESTAMP = 1494106823
+SHA256 (gnome3/evolution-ews-3.22.6.tar.xz) = eddc94d9a7f759a20dc35a8635318a425f8687bb3af5b72b94c996101c8fb0e5
+SIZE (gnome3/evolution-ews-3.22.6.tar.xz) = 715320

Modified: head/mail/evolution-ews/pkg-descr
==============================================================================
--- head/mail/evolution-ews/pkg-descr	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution-ews/pkg-descr	Wed May 17 09:44:57 2017	(r441070)
@@ -1,5 +1,4 @@
 Evolution-ews is a plugin for Evolution that adds Exchange integration though
 Exchange Web Service.
 
-See the following link for development.
-https://docs.google.com/spreadsheet/ccc?key=0ArU7C3muFYmHdHlvZUpRQ0FKQkNVck5kc1BpSDhkSGc&hl=en_U
+WWW: https://wiki.gnome.org/Apps/Evolution/EWS

Modified: head/mail/evolution-ews/pkg-plist
==============================================================================
--- head/mail/evolution-ews/pkg-plist	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution-ews/pkg-plist	Wed May 17 09:44:57 2017	(r441070)
@@ -48,6 +48,7 @@ share/locale/lt/LC_MESSAGES/evolution-ew
 share/locale/lv/LC_MESSAGES/evolution-ews.mo
 share/locale/mr/LC_MESSAGES/evolution-ews.mo
 share/locale/nb/LC_MESSAGES/evolution-ews.mo
+share/locale/oc/LC_MESSAGES/evolution-ews.mo
 share/locale/or/LC_MESSAGES/evolution-ews.mo
 share/locale/pl/LC_MESSAGES/evolution-ews.mo
 share/locale/pt/LC_MESSAGES/evolution-ews.mo

Modified: head/mail/evolution/Makefile
==============================================================================
--- head/mail/evolution/Makefile	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution/Makefile	Wed May 17 09:44:57 2017	(r441070)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	evolution
-PORTVERSION=	3.18.5.1
-PORTREVISION=	2
+PORTVERSION=	3.22.6
 CATEGORIES=	mail gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome3
@@ -23,27 +22,33 @@ LIB_DEPENDS=	libnss3.so:security/nss \
 		libgcr-3.so:security/gcr \
 		libgtkspell3-3.so:textproc/gtkspell3 \
 		libgeocode-glib.so:net/geocode-glib \
-		libwebkitgtk-3.0.so:www/webkit-gtk3 \
+		libwebkit2gtk-4.0.so:www/webkit2-gtk3 \
+		libnspr4.so:devel/nspr \
+		libical.so:devel/libical \
+		libsecret-1.so:security/libsecret \
+		libenchant.so:textproc/enchant \
+		libp11-kit.so:security/p11-kit \
+		libsoup-2.4.so:devel/libsoup \
 		libcryptui.so:security/libcryptui \
-		libcanberra-gtk3.so:audio/libcanberra-gtk3 \
+		libdbus-1.so:devel/dbus \
+		libdbus-glib-1.so:devel/dbus-glib \
 		libnotify.so:devel/libnotify
 RUN_DEPENDS=	highlight:textproc/highlight \
 		gnome-keyring>=3.0.0:security/gnome-keyring
 
 PORTSCOUT=	limitw:1,even
 
-USES=		desktop-file-utils bison gettext gmake gnome libtool \
-		pathfix perl5 pkgconfig tar:xz
-USE_GNOME=	evolutiondataserver3 gnomedesktop3 intltool
+USES=		desktop-file-utils bison gettext gmake gnome iconv:wchar_t \
+		libtool localbase pathfix perl5 pkgconfig sqlite tar:xz
+USE_GNOME=	cairo evolutiondataserver3 gnomedesktop3 intltool
 GNU_CONFIGURE=	yes
 USE_GSTREAMER1=	yes
+USE_XORG=	x11
 INSTALLS_ICONS=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--enable-nss=yes \
 		--disable-autoar \
 		--with-sub-version=" FreeBSD GNOME Team Port"
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
 INSTALL_TARGET=	install-strip
 
 GLIB_SCHEMAS=	org.gnome.evolution.gschema.xml \
@@ -65,7 +70,7 @@ GLIB_SCHEMAS=	org.gnome.evolution.gschem
 		org.gnome.evolution.plugin.publish-calendar.gschema.xml \
 		org.gnome.evolution.plugin.templates.gschema.xml
 
-EVO_VERSION=	3.18
+EVO_VERSION=	3.22
 PLIST_SUB=	VERSION=${EVO_VERSION} \
 		PORTVERSION=2.12
 
@@ -99,7 +104,8 @@ BOGOFILTER_CONFIGURE_WITH=	bogofilter=${
 BOGOFILTER_BUILD_DEPENDS=	bogofilter:mail/bogofilter
 BOGOFILTER_RUN_DEPENDS=	bogofilter:mail/bogofilter
 
-CANBERRA_LIB_DEPENDS=	libcanberra-gtk3.so:audio/libcanberra-gtk3
+CANBERRA_LIB_DEPENDS=	libcanberra.so:audio/libcanberra \
+			libcanberra-gtk3.so:audio/libcanberra-gtk3
 CANBERRA_CONFIGURE_ENABLE=	canberra
 
 PST_CONFIGURE_ENABLE=	pst-import

Modified: head/mail/evolution/distinfo
==============================================================================
--- head/mail/evolution/distinfo	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution/distinfo	Wed May 17 09:44:57 2017	(r441070)
@@ -1,2 +1,3 @@
-SHA256 (gnome3/evolution-3.18.5.1.tar.xz) = 20e5acd345107fdfe19ac28cd1ea4252014f28428a59d273890944c415f0590b
-SIZE (gnome3/evolution-3.18.5.1.tar.xz) = 12067580
+TIMESTAMP = 1494104477
+SHA256 (gnome3/evolution-3.22.6.tar.xz) = 9f4be4a1d5ee4d5eb9b132cf751ba3afc833025aa6dc7baa1f9483489d8a943e
+SIZE (gnome3/evolution-3.22.6.tar.xz) = 12288232

Modified: head/mail/evolution/pkg-plist
==============================================================================
--- head/mail/evolution/pkg-plist	Wed May 17 09:32:48 2017	(r441069)
+++ head/mail/evolution/pkg-plist	Wed May 17 09:44:57 2017	(r441070)
@@ -5,34 +5,11 @@ include/evolution/calendar/gui/calendar-
 include/evolution/calendar/gui/calendar-config.h
 include/evolution/calendar/gui/calendar-view.h
 include/evolution/calendar/gui/comp-util.h
-include/evolution/calendar/gui/dialogs/alarm-dialog.h
-include/evolution/calendar/gui/dialogs/alarm-list-dialog.h
-include/evolution/calendar/gui/dialogs/cancel-comp.h
-include/evolution/calendar/gui/dialogs/changed-comp.h
-include/evolution/calendar/gui/dialogs/comp-editor-page.h
-include/evolution/calendar/gui/dialogs/comp-editor-util.h
-include/evolution/calendar/gui/dialogs/comp-editor.h
-include/evolution/calendar/gui/dialogs/copy-source-dialog.h
-include/evolution/calendar/gui/dialogs/delete-comp.h
-include/evolution/calendar/gui/dialogs/e-delegate-dialog.h
-include/evolution/calendar/gui/dialogs/e-send-options-utils.h
-include/evolution/calendar/gui/dialogs/event-editor.h
-include/evolution/calendar/gui/dialogs/event-page.h
-include/evolution/calendar/gui/dialogs/goto-dialog.h
-include/evolution/calendar/gui/dialogs/memo-editor.h
-include/evolution/calendar/gui/dialogs/memo-page.h
-include/evolution/calendar/gui/dialogs/recur-comp.h
-include/evolution/calendar/gui/dialogs/recurrence-page.h
-include/evolution/calendar/gui/dialogs/save-comp.h
-include/evolution/calendar/gui/dialogs/schedule-page.h
-include/evolution/calendar/gui/dialogs/select-source-dialog.h
-include/evolution/calendar/gui/dialogs/send-comp.h
-include/evolution/calendar/gui/dialogs/task-editor.h
-include/evolution/calendar/gui/dialogs/task-page.h
 include/evolution/calendar/gui/e-alarm-list.h
 include/evolution/calendar/gui/e-cal-config.h
 include/evolution/calendar/gui/e-cal-data-model-subscriber.h
 include/evolution/calendar/gui/e-cal-data-model.h
+include/evolution/calendar/gui/e-cal-dialogs.h
 include/evolution/calendar/gui/e-cal-event.h
 include/evolution/calendar/gui/e-cal-list-view.h
 include/evolution/calendar/gui/e-cal-model-calendar.h
@@ -40,6 +17,19 @@ include/evolution/calendar/gui/e-cal-mod
 include/evolution/calendar/gui/e-cal-ops.h
 include/evolution/calendar/gui/e-calendar-view.h
 include/evolution/calendar/gui/e-cell-date-edit-text.h
+include/evolution/calendar/gui/e-comp-editor-event.h
+include/evolution/calendar/gui/e-comp-editor-memo.h
+include/evolution/calendar/gui/e-comp-editor-page-attachments.h
+include/evolution/calendar/gui/e-comp-editor-page-general.h
+include/evolution/calendar/gui/e-comp-editor-page-recurrence.h
+include/evolution/calendar/gui/e-comp-editor-page-reminders.h
+include/evolution/calendar/gui/e-comp-editor-page-schedule.h
+include/evolution/calendar/gui/e-comp-editor-page.h
+include/evolution/calendar/gui/e-comp-editor-property-part.h
+include/evolution/calendar/gui/e-comp-editor-property-parts.h
+include/evolution/calendar/gui/e-comp-editor-task.h
+include/evolution/calendar/gui/e-comp-editor.h
+include/evolution/calendar/gui/e-send-options-utils.h
 include/evolution/calendar/gui/e-date-time-list.h
 include/evolution/calendar/gui/e-day-view-layout.h
 include/evolution/calendar/gui/e-day-view-main-item.h
@@ -86,7 +76,6 @@ include/evolution/e-util/e-alert-dialog.
 include/evolution/e-util/e-alert-sink.h
 include/evolution/e-util/e-alert.h
 include/evolution/e-util/e-attachment-bar.h
-include/evolution/e-util/e-attachment-button.h
 include/evolution/e-util/e-attachment-dialog.h
 include/evolution/e-util/e-attachment-handler-image.h
 include/evolution/e-util/e-attachment-handler.h
@@ -140,6 +129,8 @@ include/evolution/e-util/e-color-combo.h
 include/evolution/e-util/e-config.h
 include/evolution/e-util/e-conflict-search-selector.h
 include/evolution/e-util/e-contact-store.h
+include/evolution/e-util/e-content-editor.h
+include/evolution/e-util/e-content-request.h
 include/evolution/e-util/e-data-capture.h
 include/evolution/e-util/e-dateedit.h
 include/evolution/e-util/e-datetime-format.h
@@ -175,12 +166,9 @@ include/evolution/e-util/e-html-editor-l
 include/evolution/e-util/e-html-editor-page-dialog.h
 include/evolution/e-util/e-html-editor-paragraph-dialog.h
 include/evolution/e-util/e-html-editor-replace-dialog.h
-include/evolution/e-util/e-html-editor-selection.h
 include/evolution/e-util/e-html-editor-spell-check-dialog.h
 include/evolution/e-util/e-html-editor-table-dialog.h
 include/evolution/e-util/e-html-editor-text-dialog.h
-include/evolution/e-util/e-html-editor-utils.h
-include/evolution/e-util/e-html-editor-view.h
 include/evolution/e-util/e-html-editor.h
 include/evolution/e-util/e-html-utils.h
 include/evolution/e-util/e-icon-factory.h
@@ -239,6 +227,7 @@ include/evolution/e-util/e-selection-mod
 include/evolution/e-util/e-selection-model.h
 include/evolution/e-util/e-selection.h
 include/evolution/e-util/e-send-options.h
+include/evolution/e-util/e-simple-async-result.h
 include/evolution/e-util/e-sorter-array.h
 include/evolution/e-util/e-sorter.h
 include/evolution/e-util/e-source-combo-box.h
@@ -351,16 +340,17 @@ include/evolution/em-format/e-mail-forma
 include/evolution/em-format/e-mail-inline-filter.h
 include/evolution/em-format/e-mail-parser-extension.h
 include/evolution/em-format/e-mail-parser.h
-include/evolution/em-format/e-mail-part-attachment-bar.h
 include/evolution/em-format/e-mail-part-attachment.h
 include/evolution/em-format/e-mail-part-audio.h
 include/evolution/em-format/e-mail-part-headers.h
 include/evolution/em-format/e-mail-part-image.h
 include/evolution/em-format/e-mail-part-list.h
+include/evolution/em-format/e-mail-part-secure-button.h
 include/evolution/em-format/e-mail-part-utils.h
 include/evolution/em-format/e-mail-part.h
 include/evolution/em-format/e-mail-stripsig-filter.h
 include/evolution/libemail-engine/camel-null-store.h
+include/evolution/libemail-engine/camel-sasl-oauth2-google.h
 include/evolution/libemail-engine/camel-sasl-xoauth2.h
 include/evolution/libemail-engine/e-mail-engine-enums.h
 include/evolution/libemail-engine/e-mail-engine-enumtypes.h
@@ -397,6 +387,7 @@ include/evolution/libgnomecanvas/gnome-c
 include/evolution/libgnomecanvas/gnome-canvas-widget.h
 include/evolution/libgnomecanvas/gnome-canvas.h
 include/evolution/libgnomecanvas/libgnomecanvas.h
+include/evolution/mail/e-cid-request.h
 include/evolution/mail/e-http-request.h
 include/evolution/mail/e-mail-account-manager.h
 include/evolution/mail/e-mail-account-store.h
@@ -439,6 +430,7 @@ include/evolution/mail/e-mail-label-mana
 include/evolution/mail/e-mail-label-tree-view.h
 include/evolution/mail/e-mail-message-pane.h
 include/evolution/mail/e-mail-migrate.h
+include/evolution/mail/e-mail-notes.h
 include/evolution/mail/e-mail-paned-view.h
 include/evolution/mail/e-mail-properties.h
 include/evolution/mail/e-mail-print-config-headers.h
@@ -537,7 +529,8 @@ lib/evolution/modules/module-settings.so
 lib/evolution/modules/module-startup-wizard.so
 lib/evolution/modules/module-text-highlight.so
 lib/evolution/modules/module-vcard-inline.so
-lib/evolution/modules/module-web-inspector.so
+lib/evolution/modules/module-webkit-editor.so
+lib/evolution/modules/module-webkit-inspector.so
 lib/evolution/plugins/liborg-gnome-dbx-import.so
 lib/evolution/plugins/liborg-gnome-email-custom-header.so
 lib/evolution/plugins/liborg-gnome-evolution-attachment-reminder.so
@@ -566,12 +559,15 @@ lib/evolution/plugins/org-gnome-prefer-p
 lib/evolution/plugins/org-gnome-publish-calendar.eplug
 lib/evolution/plugins/org-gnome-save-calendar.eplug
 lib/evolution/plugins/org-gnome-templates.eplug
+lib/evolution/test-gio-modules/libevolutiontestsettings.so
+lib/evolution/web-extensions/libedomutils.so
+lib/evolution/web-extensions/libewebextension.so
+lib/evolution/web-extensions/libmoduleitipformatterwebextension.so
+lib/evolution/web-extensions/webkit-editor/libewebkiteditorwebextension.so
 libdata/pkgconfig/evolution-calendar-3.0.pc
 libdata/pkgconfig/evolution-mail-3.0.pc
 libdata/pkgconfig/evolution-shell-3.0.pc
 libdata/pkgconfig/libemail-engine.pc
-libexec/evolution/csv2vcard
-libexec/evolution/evolution-addressbook-export
 libexec/evolution/evolution-alarm-notify
 libexec/evolution/evolution-backup
 libexec/evolution/killev
@@ -627,9 +623,9 @@ share/applications/evolution.desktop
 %%DATADIR%%/errors/widgets.error
 %%DATADIR%%/etspec/e-addressbook-view.etspec
 %%DATADIR%%/etspec/e-cal-list-view.etspec
-%%DATADIR%%/etspec/e-calendar-table.etspec
 %%DATADIR%%/etspec/e-meeting-time-sel.etspec
 %%DATADIR%%/etspec/e-memo-table.etspec
+%%DATADIR%%/etspec/e-task-table.etspec
 %%DATADIR%%/etspec/message-list.etspec
 %%DATADIR%%/filtertypes.xml
 %%DATADIR%%/help/quickref/C/quickref.pdf
@@ -647,6 +643,7 @@ share/applications/evolution.desktop
 %%DATADIR%%/icons/hicolor/16x16/actions/folder-copy.png
 %%DATADIR%%/icons/hicolor/16x16/actions/folder-move.png
 %%DATADIR%%/icons/hicolor/16x16/actions/go-today.png
+%%DATADIR%%/icons/hicolor/16x16/actions/mail-archive.png
 %%DATADIR%%/icons/hicolor/16x16/actions/mail-copy.png
 %%DATADIR%%/icons/hicolor/16x16/actions/mail-move.png
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_bell.png
@@ -660,7 +657,6 @@ share/applications/evolution.desktop
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_mail-open-multiple.png
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_mail-unread-multiple.png
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_new-24h-appointment.png
-%%DATADIR%%/icons/hicolor/16x16/actions/stock_new-meeting.png
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_notes.png
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_people.png
 %%DATADIR%%/icons/hicolor/16x16/actions/stock_select-column.png
@@ -721,6 +717,7 @@ share/applications/evolution.desktop
 %%DATADIR%%/icons/hicolor/22x22/places/mail-outbox.png
 %%DATADIR%%/icons/hicolor/22x22/places/mail-sent.png
 %%DATADIR%%/icons/hicolor/24x24/actions/go-today.png
+%%DATADIR%%/icons/hicolor/24x24/actions/mail-archive.png
 %%DATADIR%%/icons/hicolor/24x24/actions/query-free-busy.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_contact-list.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_insert-note.png
@@ -730,7 +727,6 @@ share/applications/evolution.desktop
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_mail-open-multiple.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_mail-unread-multiple.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_new-24h-appointment.png
-%%DATADIR%%/icons/hicolor/24x24/actions/stock_new-meeting.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_notes.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_people.png
 %%DATADIR%%/icons/hicolor/24x24/actions/stock_select-column.png
@@ -776,7 +772,6 @@ share/applications/evolution.desktop
 %%DATADIR%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup-done.png
 %%DATADIR%%/icons/hicolor/48x48/actions/stock_mail-flag-for-followup.png
 %%DATADIR%%/icons/hicolor/48x48/actions/stock_new-24h-appointment.png
-%%DATADIR%%/icons/hicolor/48x48/actions/stock_new-meeting.png
 %%DATADIR%%/icons/hicolor/48x48/actions/stock_notes.png
 %%DATADIR%%/icons/hicolor/48x48/actions/stock_people.png
 %%DATADIR%%/icons/hicolor/48x48/actions/stock_timezone.png
@@ -821,18 +816,14 @@ share/applications/evolution.desktop
 %%DATADIR%%/tasktypes.xml
 %%DATADIR%%/theme/webview-print.css
 %%DATADIR%%/theme/webview.css
-%%DATADIR%%/ui/alarm-dialog.ui
-%%DATADIR%%/ui/alarm-list-dialog.ui
 %%DATADIR%%/ui/alarm-notify.ui
 %%DATADIR%%/ui/contact-editor.ui
 %%DATADIR%%/ui/contact-list-editor.ui
 %%DATADIR%%/ui/e-calendar-preferences.ui
-%%DATADIR%%/ui/e-delegate-dialog.ui
 %%DATADIR%%/ui/e-html-editor-manager.ui
 %%DATADIR%%/ui/e-send-options.ui
 %%DATADIR%%/ui/e-table-config.ui
 %%DATADIR%%/ui/e-timezone-dialog.ui
-%%DATADIR%%/ui/event-page.ui
 %%DATADIR%%/ui/evolution-calendars.ui
 %%DATADIR%%/ui/evolution-composer.ui
 %%DATADIR%%/ui/evolution-contacts.ui
@@ -844,16 +835,11 @@ share/applications/evolution.desktop
 %%DATADIR%%/ui/filter.ui
 %%DATADIR%%/ui/fullname.ui
 %%DATADIR%%/ui/gal-view-instance-save-as-dialog.ui
-%%DATADIR%%/ui/goto-dialog.ui
 %%DATADIR%%/ui/mail-config.ui
 %%DATADIR%%/ui/mail-dialogs.ui
-%%DATADIR%%/ui/memo-page.ui
 %%DATADIR%%/ui/org-gnome-email-custom-header.ui
 %%DATADIR%%/ui/publish-calendar.ui
-%%DATADIR%%/ui/recurrence-page.ui
-%%DATADIR%%/ui/schedule-page.ui
 %%DATADIR%%/ui/smime-ui.ui
-%%DATADIR%%/ui/task-page.ui
 %%DATADIR%%/vfoldertypes.xml
 %%DATADIR%%/views/addressbook/Address_Cards.galview
 %%DATADIR%%/views/addressbook/By_Company.galview
@@ -884,12 +870,14 @@ share/gtk-doc/html/evolution-mail-compos
 share/gtk-doc/html/evolution-mail-composer/EComposerSpellHeader.html
 share/gtk-doc/html/evolution-mail-composer/EComposerTextHeader.html
 share/gtk-doc/html/evolution-mail-composer/EMsgComposer.html
+share/gtk-doc/html/evolution-mail-composer/annotation-glossary.html
 share/gtk-doc/html/evolution-mail-composer/api-index-full.html
+share/gtk-doc/html/evolution-mail-composer/api-index-3.20.html
+share/gtk-doc/html/evolution-mail-composer/api-index-3.22.html
 share/gtk-doc/html/evolution-mail-composer/ch01.html
 share/gtk-doc/html/evolution-mail-composer/evolution-mail-composer.devhelp2
 share/gtk-doc/html/evolution-mail-composer/home.png
 share/gtk-doc/html/evolution-mail-composer/index.html
-share/gtk-doc/html/evolution-mail-composer/index.sgml
 share/gtk-doc/html/evolution-mail-composer/left-insensitive.png
 share/gtk-doc/html/evolution-mail-composer/left.png
 share/gtk-doc/html/evolution-mail-composer/object-tree.html
@@ -899,6 +887,7 @@ share/gtk-doc/html/evolution-mail-compos
 share/gtk-doc/html/evolution-mail-composer/up-insensitive.png
 share/gtk-doc/html/evolution-mail-composer/up.png
 share/gtk-doc/html/evolution-mail-engine/CamelNullStore.html
+share/gtk-doc/html/evolution-mail-engine/CamelSaslOAuth2Google.html
 share/gtk-doc/html/evolution-mail-engine/CamelSaslXOAuth2.html
 share/gtk-doc/html/evolution-mail-engine/EMFilterFolderElement.html
 share/gtk-doc/html/evolution-mail-engine/EMVFolderContext.html
@@ -907,17 +896,24 @@ share/gtk-doc/html/evolution-mail-engine
 share/gtk-doc/html/evolution-mail-engine/EMailSession.html
 share/gtk-doc/html/evolution-mail-engine/MailFolderCache.html
 share/gtk-doc/html/evolution-mail-engine/api-index-full.html
+share/gtk-doc/html/evolution-mail-engine/api-index-3.16.html
+share/gtk-doc/html/evolution-mail-engine/api-index-3.18.html
 share/gtk-doc/html/evolution-mail-engine/ch01.html
 share/gtk-doc/html/evolution-mail-engine/ch02.html
-share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Legacy-Utilities.html
-share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Mail-Folder-Utilities.html
-share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Mail-Session-Utilities.html
-share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Mail-Store-Utilities.html
-share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-Miscellaneous-Utilities.html
+share/gtk-doc/html/evolution-mail-engine/ch03.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-engine-enums.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-folder-utils.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-session-utils.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-store-utils.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-e-mail-utils.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-config.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-mt.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-ops.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-tools.html
+share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine-mail-vfolder.html
 share/gtk-doc/html/evolution-mail-engine/evolution-mail-engine.devhelp2
 share/gtk-doc/html/evolution-mail-engine/home.png
 share/gtk-doc/html/evolution-mail-engine/index.html
-share/gtk-doc/html/evolution-mail-engine/index.sgml
 share/gtk-doc/html/evolution-mail-engine/left-insensitive.png
 share/gtk-doc/html/evolution-mail-engine/left.png
 share/gtk-doc/html/evolution-mail-engine/object-tree.html
@@ -926,29 +922,33 @@ share/gtk-doc/html/evolution-mail-engine
 share/gtk-doc/html/evolution-mail-engine/style.css
 share/gtk-doc/html/evolution-mail-engine/up-insensitive.png
 share/gtk-doc/html/evolution-mail-engine/up.png
-share/gtk-doc/html/evolution-mail-formatter/EMailExtensionRegistry.html
 share/gtk-doc/html/evolution-mail-formatter/EMailFormatter.html
 share/gtk-doc/html/evolution-mail-formatter/EMailFormatterExtension.html
-share/gtk-doc/html/evolution-mail-formatter/EMailFormatterPrint.html
-share/gtk-doc/html/evolution-mail-formatter/EMailFormatterQuote.html
+share/gtk-doc/html/evolution-mail-formatter/EMailFormatterExtensionRegistry.html
+share/gtk-doc/html/evolution-mail-formatter/EMailFormatterPrintExtension.html
+share/gtk-doc/html/evolution-mail-formatter/EMailFormatterQuoteExtension.html
 share/gtk-doc/html/evolution-mail-formatter/EMailInlineFilter.html
 share/gtk-doc/html/evolution-mail-formatter/EMailParser.html
 share/gtk-doc/html/evolution-mail-formatter/EMailParserExtension.html
 share/gtk-doc/html/evolution-mail-formatter/EMailPart.html
 share/gtk-doc/html/evolution-mail-formatter/EMailPartAttachment.html
-share/gtk-doc/html/evolution-mail-formatter/EMailPartAttachmentBar.html
+share/gtk-doc/html/evolution-mail-formatter/EMailPartAudio.html
 share/gtk-doc/html/evolution-mail-formatter/EMailPartHeaders.html
 share/gtk-doc/html/evolution-mail-formatter/EMailPartImage.html
 share/gtk-doc/html/evolution-mail-formatter/EMailPartList.html
+share/gtk-doc/html/evolution-mail-formatter/EMailPartSecureButton.html
 share/gtk-doc/html/evolution-mail-formatter/EMailStripSigFilter.html
 share/gtk-doc/html/evolution-mail-formatter/api-index-full.html
+share/gtk-doc/html/evolution-mail-formatter/api-index-3.8.html
 share/gtk-doc/html/evolution-mail-formatter/ch01.html
 share/gtk-doc/html/evolution-mail-formatter/ch02.html
 share/gtk-doc/html/evolution-mail-formatter/ch03.html
+share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter-e-mail-formatter-enums.html
+share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter-e-mail-formatter-utils.html
+share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter-e-mail-part-utils.html
 share/gtk-doc/html/evolution-mail-formatter/evolution-mail-formatter.devhelp2
 share/gtk-doc/html/evolution-mail-formatter/home.png
 share/gtk-doc/html/evolution-mail-formatter/index.html
-share/gtk-doc/html/evolution-mail-formatter/index.sgml
 share/gtk-doc/html/evolution-mail-formatter/left-insensitive.png
 share/gtk-doc/html/evolution-mail-formatter/left.png
 share/gtk-doc/html/evolution-mail-formatter/object-tree.html
@@ -966,16 +966,20 @@ share/gtk-doc/html/evolution-shell/EShel
 share/gtk-doc/html/evolution-shell/EShellTaskbar.html
 share/gtk-doc/html/evolution-shell/EShellView.html
 share/gtk-doc/html/evolution-shell/EShellWindow.html
+share/gtk-doc/html/evolution-shell/annotation-glossary.html
+share/gtk-doc/html/evolution-shell/api-index-3.10.html
+share/gtk-doc/html/evolution-shell/api-index-3.16.html
+share/gtk-doc/html/evolution-shell/api-index-3.4.html
 share/gtk-doc/html/evolution-shell/api-index-full.html
 share/gtk-doc/html/evolution-shell/ch01.html
 share/gtk-doc/html/evolution-shell/ch02.html
-share/gtk-doc/html/evolution-shell/evolution-shell-Action-Groups.html
-share/gtk-doc/html/evolution-shell/evolution-shell-Shell-Actions.html
-share/gtk-doc/html/evolution-shell/evolution-shell-Shell-Utilities.html
+share/gtk-doc/html/evolution-shell/ch03.html
+share/gtk-doc/html/evolution-shell/evolution-shell-e-shell-migrate.html
+share/gtk-doc/html/evolution-shell/evolution-shell-e-shell-utils.html
+share/gtk-doc/html/evolution-shell/evolution-shell-e-shell-window-actions.html
 share/gtk-doc/html/evolution-shell/evolution-shell.devhelp2
 share/gtk-doc/html/evolution-shell/home.png
 share/gtk-doc/html/evolution-shell/index.html
-share/gtk-doc/html/evolution-shell/index.sgml
 share/gtk-doc/html/evolution-shell/left-insensitive.png
 share/gtk-doc/html/evolution-shell/left.png
 share/gtk-doc/html/evolution-shell/object-tree.html
@@ -995,9 +999,9 @@ share/gtk-doc/html/evolution-util/EAlert
 share/gtk-doc/html/evolution-util/EAlertSink.html
 share/gtk-doc/html/evolution-util/EAttachment.html
 share/gtk-doc/html/evolution-util/EAttachmentBar.html
-share/gtk-doc/html/evolution-util/EAttachmentButton.html
 share/gtk-doc/html/evolution-util/EAttachmentDialog.html
 share/gtk-doc/html/evolution-util/EAttachmentHandler.html
+share/gtk-doc/html/evolution-util/EAttachmentHandlerImage.html
 share/gtk-doc/html/evolution-util/EAttachmentIconView.html
 share/gtk-doc/html/evolution-util/EAttachmentPaned.html
 share/gtk-doc/html/evolution-util/EAttachmentStore.html
@@ -1023,6 +1027,7 @@ share/gtk-doc/html/evolution-util/ECellC
 share/gtk-doc/html/evolution-util/ECellCombo.html
 share/gtk-doc/html/evolution-util/ECellDate.html
 share/gtk-doc/html/evolution-util/ECellDateEdit.html
+share/gtk-doc/html/evolution-util/ECellDateInt.html
 share/gtk-doc/html/evolution-util/ECellHbox.html
 share/gtk-doc/html/evolution-util/ECellNumber.html
 share/gtk-doc/html/evolution-util/ECellPercent.html
@@ -1039,16 +1044,19 @@ share/gtk-doc/html/evolution-util/EClien
 share/gtk-doc/html/evolution-util/EClientSelector.html
 share/gtk-doc/html/evolution-util/EColorChooserWidget.html
 share/gtk-doc/html/evolution-util/EColorCombo.html
-share/gtk-doc/html/evolution-util/EConfig.html
+share/gtk-doc/html/evolution-util/EConfigHook.html
+share/gtk-doc/html/evolution-util/EConflictSearchSelector.html
 share/gtk-doc/html/evolution-util/EContactStore.html
+share/gtk-doc/html/evolution-util/EContentEditor.html
+share/gtk-doc/html/evolution-util/EContentRequest.html
 share/gtk-doc/html/evolution-util/EDataCapture.html
+share/gtk-doc/html/evolution-util/EDateEdit.html
 share/gtk-doc/html/evolution-util/EDestinationStore.html
-share/gtk-doc/html/evolution-util/EEmoticon.html
 share/gtk-doc/html/evolution-util/EEmoticonAction.html
 share/gtk-doc/html/evolution-util/EEmoticonChooser.html
 share/gtk-doc/html/evolution-util/EEmoticonChooserMenu.html
 share/gtk-doc/html/evolution-util/EEmoticonToolButton.html
-share/gtk-doc/html/evolution-util/EEvent.html
+share/gtk-doc/html/evolution-util/EEventHook.html
 share/gtk-doc/html/evolution-util/EFileRequest.html
 share/gtk-doc/html/evolution-util/EFilterCode.html
 share/gtk-doc/html/evolution-util/EFilterColor.html
@@ -1063,7 +1071,8 @@ share/gtk-doc/html/evolution-util/EFilte
 share/gtk-doc/html/evolution-util/EFocusTracker.html
 share/gtk-doc/html/evolution-util/EHTMLEditor.html
 share/gtk-doc/html/evolution-util/EHTMLEditorCellDialog.html
-share/gtk-doc/html/evolution-util/EHTMLEditorDialog.html
+share/gtk-doc/html/evolution-util/EHTMLEditorFindDialog.html
+share/gtk-doc/html/evolution-util/EHTMLEditorHRuleDialog.html
 share/gtk-doc/html/evolution-util/EHTMLEditorImageDialog.html
 share/gtk-doc/html/evolution-util/EHTMLEditorLinkDialog.html
 share/gtk-doc/html/evolution-util/EHTMLEditorPageDialog.html
@@ -1074,9 +1083,16 @@ share/gtk-doc/html/evolution-util/EHTMLE
 share/gtk-doc/html/evolution-util/EHTMLEditorTextDialog.html
 share/gtk-doc/html/evolution-util/EImageChooser.html
 share/gtk-doc/html/evolution-util/EImageChooserDialog.html
-share/gtk-doc/html/evolution-util/EImport.html
 share/gtk-doc/html/evolution-util/EImportAssistant.html
+share/gtk-doc/html/evolution-util/EImportHook.html
 share/gtk-doc/html/evolution-util/EIntervalChooser.html
+share/gtk-doc/html/evolution-util/EMailIdentityComboBox.html
+share/gtk-doc/html/evolution-util/EMailSignatureComboBox.html
+share/gtk-doc/html/evolution-util/EMailSignatureEditor.html
+share/gtk-doc/html/evolution-util/EMailSignatureManager.html
+share/gtk-doc/html/evolution-util/EMailSignaturePreview.html
+share/gtk-doc/html/evolution-util/EMailSignatureScriptDialog.html
+share/gtk-doc/html/evolution-util/EMailSignatureTreeView.html
 share/gtk-doc/html/evolution-util/EMap.html
 share/gtk-doc/html/evolution-util/EMenuToolAction.html
 share/gtk-doc/html/evolution-util/EMenuToolButton.html
@@ -1090,7 +1106,8 @@ share/gtk-doc/html/evolution-util/EPaned
 share/gtk-doc/html/evolution-util/EPhotoCache.html
 share/gtk-doc/html/evolution-util/EPhotoSource.html
 share/gtk-doc/html/evolution-util/EPictureGallery.html
-share/gtk-doc/html/evolution-util/EPlugin.html
+share/gtk-doc/html/evolution-util/EPluginHook.html
+share/gtk-doc/html/evolution-util/EPluginUIHook.html
 share/gtk-doc/html/evolution-util/EPopupAction.html
 share/gtk-doc/html/evolution-util/EPortEntry.html
 share/gtk-doc/html/evolution-util/EPreferencesWindow.html
@@ -1110,16 +1127,21 @@ share/gtk-doc/html/evolution-util/ESelec
 share/gtk-doc/html/evolution-util/ESelectionModel.html
 share/gtk-doc/html/evolution-util/ESelectionModelArray.html
 share/gtk-doc/html/evolution-util/ESelectionModelSimple.html
+share/gtk-doc/html/evolution-util/ESendOptionsDialog.html
+share/gtk-doc/html/evolution-util/ESimpleAsyncResult.html
 share/gtk-doc/html/evolution-util/ESorter.html
 share/gtk-doc/html/evolution-util/ESorterArray.html
 share/gtk-doc/html/evolution-util/ESourceComboBox.html
 share/gtk-doc/html/evolution-util/ESourceConfig.html
+share/gtk-doc/html/evolution-util/ESourceConfigBackend.html
 share/gtk-doc/html/evolution-util/ESourceConfigDialog.html
+share/gtk-doc/html/evolution-util/ESourceConflictSearch.html
 share/gtk-doc/html/evolution-util/ESourceSelector.html
 share/gtk-doc/html/evolution-util/ESourceSelectorDialog.html
 share/gtk-doc/html/evolution-util/ESpellChecker.html
 share/gtk-doc/html/evolution-util/ESpellDictionary.html
 share/gtk-doc/html/evolution-util/ESpellEntry.html
+share/gtk-doc/html/evolution-util/ESpinner.html
 share/gtk-doc/html/evolution-util/EStockRequest.html
 share/gtk-doc/html/evolution-util/ETable.html
 share/gtk-doc/html/evolution-util/ETableClickToAdd.html
@@ -1132,19 +1154,23 @@ share/gtk-doc/html/evolution-util/ETable
 share/gtk-doc/html/evolution-util/ETableFieldChooserDialog.html
 share/gtk-doc/html/evolution-util/ETableFieldChooserItem.html
 share/gtk-doc/html/evolution-util/ETableGroup.html
+share/gtk-doc/html/evolution-util/ETableGroupContainer.html
 share/gtk-doc/html/evolution-util/ETableGroupLeaf.html
 share/gtk-doc/html/evolution-util/ETableHeader.html
 share/gtk-doc/html/evolution-util/ETableHeaderItem.html
 share/gtk-doc/html/evolution-util/ETableItem.html
 share/gtk-doc/html/evolution-util/ETableModel.html
+share/gtk-doc/html/evolution-util/ETableOne.html
 share/gtk-doc/html/evolution-util/ETableSearch.html
 share/gtk-doc/html/evolution-util/ETableSelectionModel.html
 share/gtk-doc/html/evolution-util/ETableSortInfo.html
 share/gtk-doc/html/evolution-util/ETableSorted.html
+share/gtk-doc/html/evolution-util/ETableSortedVariable.html
 share/gtk-doc/html/evolution-util/ETableSorter.html
 share/gtk-doc/html/evolution-util/ETableSpecification.html
 share/gtk-doc/html/evolution-util/ETableState.html
 share/gtk-doc/html/evolution-util/ETableSubset.html
+share/gtk-doc/html/evolution-util/ETableSubsetVariable.html
 share/gtk-doc/html/evolution-util/EText.html
 share/gtk-doc/html/evolution-util/ETextEventProcessor.html
 share/gtk-doc/html/evolution-util/ETextEventProcessorEmacsLike.html
@@ -1166,6 +1192,21 @@ share/gtk-doc/html/evolution-util/GalVie
 share/gtk-doc/html/evolution-util/GalViewInstanceSaveAsDialog.html
 share/gtk-doc/html/evolution-util/annotation-glossary.html
 share/gtk-doc/html/evolution-util/api-index-full.html
+share/gtk-doc/html/evolution-util/api-index-2.22.html
+share/gtk-doc/html/evolution-util/api-index-2.24.html
+share/gtk-doc/html/evolution-util/api-index-2.26.html
+share/gtk-doc/html/evolution-util/api-index-2.30.html
+share/gtk-doc/html/evolution-util/api-index-2.32.html
+share/gtk-doc/html/evolution-util/api-index-3.10.html
+share/gtk-doc/html/evolution-util/api-index-3.12.html
+share/gtk-doc/html/evolution-util/api-index-3.16.html
+share/gtk-doc/html/evolution-util/api-index-3.18.html
+share/gtk-doc/html/evolution-util/api-index-3.2.html
+share/gtk-doc/html/evolution-util/api-index-3.20.html
+share/gtk-doc/html/evolution-util/api-index-3.22.html
+share/gtk-doc/html/evolution-util/api-index-3.4.html
+share/gtk-doc/html/evolution-util/api-index-3.6.html
+share/gtk-doc/html/evolution-util/api-index-3.8.html
 share/gtk-doc/html/evolution-util/ch01.html
 share/gtk-doc/html/evolution-util/ch02.html
 share/gtk-doc/html/evolution-util/ch03.html
@@ -1183,46 +1224,39 @@ share/gtk-doc/html/evolution-util/ch14.h
 share/gtk-doc/html/evolution-util/ch15.html
 share/gtk-doc/html/evolution-util/ch16.html
 share/gtk-doc/html/evolution-util/ch17.html
-share/gtk-doc/html/evolution-util/evolution-util-Canvas-Utilities.html
-share/gtk-doc/html/evolution-util/evolution-util-Category-Utilities.html
-share/gtk-doc/html/evolution-util/evolution-util-Date-and-Time-Formatting.html
-share/gtk-doc/html/evolution-util/evolution-util-Dialog-Utilities-(Legacy).html
-share/gtk-doc/html/evolution-util/evolution-util-EDateEdit.html
-share/gtk-doc/html/evolution-util/evolution-util-EHTMLEditorFindDialog.html
-share/gtk-doc/html/evolution-util/evolution-util-EHTMLEditorSelection.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailIdentityComboBox.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureComboBox.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureEditor.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureManager.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailSignaturePreview.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureScriptDialog.html
-share/gtk-doc/html/evolution-util/evolution-util-EMailSignatureTreeView.html
-share/gtk-doc/html/evolution-util/evolution-util-EPluginUI.html
-share/gtk-doc/html/evolution-util/evolution-util-EPoolv.html
-share/gtk-doc/html/evolution-util/evolution-util-ESendOptions.html
-share/gtk-doc/html/evolution-util/evolution-util-ESource-Utilities.html
-share/gtk-doc/html/evolution-util/evolution-util-ESourceConfigBackend.html
-share/gtk-doc/html/evolution-util/evolution-util-ETableGroupContainer.html
-share/gtk-doc/html/evolution-util/evolution-util-ETableOne.html
-share/gtk-doc/html/evolution-util/evolution-util-ETableSortedVariable.html
-share/gtk-doc/html/evolution-util/evolution-util-ETableSubsetVariable.html
-share/gtk-doc/html/evolution-util/evolution-util-GtkTextBuffer-Tagging.html
-share/gtk-doc/html/evolution-util/evolution-util-Icon-Utilities-(Legacy).html
-share/gtk-doc/html/evolution-util/evolution-util-Miscellaneous-Table-Utilities.html
-share/gtk-doc/html/evolution-util/evolution-util-Miscellaneous-Utilities.html
-share/gtk-doc/html/evolution-util/evolution-util-Password-Utilities-(Legacy).html
-share/gtk-doc/html/evolution-util/evolution-util-Popup-Menus-(Legacy).html
-share/gtk-doc/html/evolution-util/evolution-util-Printing.html
-share/gtk-doc/html/evolution-util/evolution-util-Reading-and-Writing-XML.html
-share/gtk-doc/html/evolution-util/evolution-util-Selections.html
-share/gtk-doc/html/evolution-util/evolution-util-Sorting-Utilities.html
-share/gtk-doc/html/evolution-util/evolution-util-Text-to-HTML-Conversion.html
-share/gtk-doc/html/evolution-util/evolution-util-Unicode-Utilities.html
+share/gtk-doc/html/evolution-util/evolution-util-EContentEditorDialog.html
+share/gtk-doc/html/evolution-util/evolution-util-e-buffer-tagger.html
+share/gtk-doc/html/evolution-util/evolution-util-e-canvas-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-categories-config.html
+share/gtk-doc/html/evolution-util/evolution-util-e-charset.html
+share/gtk-doc/html/evolution-util/evolution-util-e-datetime-format.html
+share/gtk-doc/html/evolution-util/evolution-util-e-dialog-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-dialog-widgets.html
+share/gtk-doc/html/evolution-util/evolution-util-e-emoticon.html
+share/gtk-doc/html/evolution-util/evolution-util-e-file-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-html-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-icon-factory.html
+share/gtk-doc/html/evolution-util/evolution-util-e-misc-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-mktemp.html
+share/gtk-doc/html/evolution-util/evolution-util-e-passwords.html
+share/gtk-doc/html/evolution-util/evolution-util-e-poolv.html
+share/gtk-doc/html/evolution-util/evolution-util-e-popup-menu.html
+share/gtk-doc/html/evolution-util/evolution-util-e-print.html
+share/gtk-doc/html/evolution-util/evolution-util-e-selection.html
+share/gtk-doc/html/evolution-util/evolution-util-e-source-util.html
 share/gtk-doc/html/evolution-util/evolution-util-e-spell-text-view.html
+share/gtk-doc/html/evolution-util/evolution-util-e-table-header-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-table-sorting-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-table-utils.html
+share/gtk-doc/html/evolution-util/evolution-util-e-text-event-processor-types.html
+share/gtk-doc/html/evolution-util/evolution-util-e-text-model-repos.html
+share/gtk-doc/html/evolution-util/evolution-util-e-unicode.html
+share/gtk-doc/html/evolution-util/evolution-util-e-util-enums.html
+share/gtk-doc/html/evolution-util/evolution-util-e-widget-undo.html
+share/gtk-doc/html/evolution-util/evolution-util-e-xml-utils.html
 share/gtk-doc/html/evolution-util/evolution-util.devhelp2
 share/gtk-doc/html/evolution-util/home.png
 share/gtk-doc/html/evolution-util/index.html
-share/gtk-doc/html/evolution-util/index.sgml
 share/gtk-doc/html/evolution-util/left-insensitive.png
 share/gtk-doc/html/evolution-util/left.png
 share/gtk-doc/html/evolution-util/object-tree.html
@@ -5462,6 +5496,7 @@ share/locale/eu/LC_MESSAGES/evolution-%%
 share/locale/fa/LC_MESSAGES/evolution-%%VERSION%%.mo
 share/locale/fi/LC_MESSAGES/evolution-%%VERSION%%.mo
 share/locale/fr/LC_MESSAGES/evolution-%%VERSION%%.mo
+share/locale/fur/LC_MESSAGES/evolution-%%VERSION%%.mo
 share/locale/ga/LC_MESSAGES/evolution-%%VERSION%%.mo
 share/locale/gl/LC_MESSAGES/evolution-%%VERSION%%.mo
 share/locale/gu/LC_MESSAGES/evolution-%%VERSION%%.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705170944.v4H9ivcV049732>