aboutsummaryrefslogtreecommitdiff
path: root/mail/evolution
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2017-05-17 09:44:57 +0000
committerKoop Mast <kwm@FreeBSD.org>2017-05-17 09:44:57 +0000
commit0889927eedbb09c28a65d1be146ca774a2ce2b97 (patch)
tree17a664ac7dea397e4f04aaaa62f5a6156a73cb2b /mail/evolution
parent2a49563a173f3972161c8e47b95daddef42cb358 (diff)
Notes
Diffstat (limited to 'mail/evolution')
-rw-r--r--mail/evolution/Makefile28
-rw-r--r--mail/evolution/distinfo5
-rw-r--r--mail/evolution/files/patch-mail_mail-config.ui539
-rw-r--r--mail/evolution/pkg-plist243
4 files changed, 159 insertions, 656 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile
index 281070f929bf..9544b3eddafe 100644
--- a/mail/evolution/Makefile
+++ b/mail/evolution/Makefile
@@ -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.gschema.xml \
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=${LOCALBASE}/bin/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
diff --git a/mail/evolution/distinfo b/mail/evolution/distinfo
index f308b1638483..7f6012e1cf3c 100644
--- a/mail/evolution/distinfo
+++ b/mail/evolution/distinfo
@@ -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
diff --git a/mail/evolution/files/patch-mail_mail-config.ui b/mail/evolution/files/patch-mail_mail-config.ui
deleted file mode 100644
index 8d48d54b95cb..000000000000
--- a/mail/evolution/files/patch-mail_mail-config.ui
+++ /dev/null
@@ -1,539 +0,0 @@
-From 2da59292e2ddebc9d72a923580d4a9af00e0c981 Mon Sep 17 00:00:00 2001
-From: Milan Crha <mcrha@redhat.com>
-Date: Tue, 24 Nov 2015 15:42:22 +0100
-Subject: Mail Preferences->Junk page incorrectly referenced in the code
-
-The code expects a reference to a GtkNotebook page, but it wasn't
-the case for the Junk page, which was enclosed in a GtkAlignment.
-This could produce a runtime warning when opening the Preferences.
----
- mail/mail-config.ui | 430 ++++++++++++++++++++++++++--------------------------
- 1 file changed, 212 insertions(+), 218 deletions(-)
-
-diff --git a/mail/mail-config.ui b/mail/mail-config.ui
-index c5edf9b..733f5e7 100644
---- mail/mail-config.ui
-+++ mail/mail-config.ui
-@@ -3032,47 +3032,65 @@
- </packing>
- </child>
- <child>
-- <object class="GtkAlignment" id="junk-alignment">
-+ <object class="GtkVBox" id="vboxJunk">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
-- <property name="yalign">0</property>
-- <property name="yscale">0</property>
-+ <property name="border_width">12</property>
-+ <property name="spacing">12</property>
-+ <property name="valign">GTK_ALIGN_START</property>
- <child>
-- <object class="GtkVBox" id="vboxJunk">
-+ <object class="GtkVBox" id="junk-general-section">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
-- <property name="border_width">12</property>
-- <property name="spacing">12</property>
-+ <property name="spacing">6</property>
- <child>
-- <object class="GtkVBox" id="junk-general-section">
-+ <object class="GtkLabel" id="junk-general-header">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
-- <property name="spacing">6</property>
-+ <property name="xalign">0</property>
-+ <property name="label" translatable="yes">General</property>
-+ <attributes>
-+ <attribute name="weight" value="bold"/>
-+ </attributes>
-+ </object>
-+ <packing>
-+ <property name="expand">False</property>
-+ <property name="fill">False</property>
-+ <property name="position">0</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="GtkTable" id="junk-general-table">
-+ <property name="visible">True</property>
-+ <property name="can_focus">False</property>
-+ <property name="n_rows">7</property>
-+ <property name="row_spacing">4</property>
- <child>
-- <object class="GtkLabel" id="junk-general-header">
-+ <object class="GtkCheckButton" id="chkCheckIncomingMail">
-+ <property name="label" translatable="yes">Check incoming _messages for junk</property>
- <property name="visible">True</property>
-- <property name="can_focus">False</property>
-+ <property name="can_focus">True</property>
-+ <property name="receives_default">False</property>
-+ <property name="use_underline">True</property>
- <property name="xalign">0</property>
-- <property name="label" translatable="yes">General</property>
-- <attributes>
-- <attribute name="weight" value="bold"/>
-- </attributes>
-+ <property name="draw_indicator">True</property>
- </object>
- <packing>
-- <property name="expand">False</property>
-- <property name="fill">False</property>
-- <property name="position">0</property>
-+ <property name="top_attach">0</property>
-+ <property name="bottom_attach">1</property>
-+ <property name="x_options">GTK_FILL</property>
-+ <property name="y_options"/>
-+ <property name="x_padding">12</property>
- </packing>
- </child>
- <child>
-- <object class="GtkTable" id="junk-general-table">
-+ <object class="GtkHBox" id="hbox237">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
-- <property name="n_rows">7</property>
-- <property name="row_spacing">4</property>
-+ <property name="spacing">4</property>
- <child>
-- <object class="GtkCheckButton" id="chkCheckIncomingMail">
-- <property name="label" translatable="yes">Check incoming _messages for junk</property>
-+ <object class="GtkCheckButton" id="junk_empty_check">
-+ <property name="label" translatable="yes">_Delete junk messages</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
-@@ -3081,259 +3099,235 @@
- <property name="draw_indicator">True</property>
- </object>
- <packing>
-- <property name="top_attach">0</property>
-- <property name="bottom_attach">1</property>
-- <property name="x_options">GTK_FILL</property>
-- <property name="y_options"/>
-- <property name="x_padding">12</property>
-+ <property name="expand">False</property>
-+ <property name="fill">False</property>
-+ <property name="position">0</property>
- </packing>
- </child>
- <child>
-- <object class="GtkHBox" id="hbox237">
-+ <object class="GtkComboBox" id="junk_empty_combobox">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
-- <property name="spacing">4</property>
-- <child>
-- <object class="GtkCheckButton" id="junk_empty_check">
-- <property name="label" translatable="yes">_Delete junk messages</property>
-- <property name="visible">True</property>
-- <property name="can_focus">True</property>
-- <property name="receives_default">False</property>
-- <property name="use_underline">True</property>
-- <property name="xalign">0</property>
-- <property name="draw_indicator">True</property>
-- </object>
-- <packing>
-- <property name="expand">False</property>
-- <property name="fill">False</property>
-- <property name="position">0</property>
-- </packing>
-- </child>
-+ <property name="model">model2</property>
- <child>
-- <object class="GtkComboBox" id="junk_empty_combobox">
-- <property name="visible">True</property>
-- <property name="can_focus">False</property>
-- <property name="model">model2</property>
-- <child>
-- <object class="GtkCellRendererText" id="renderer2"/>
-- <attributes>
-- <attribute name="text">0</attribute>
-- </attributes>
-- </child>
-- </object>
-- <packing>
-- <property name="expand">False</property>
-- <property name="fill">False</property>
-- <property name="position">1</property>
-- </packing>
-+ <object class="GtkCellRendererText" id="renderer2"/>
-+ <attributes>
-+ <attribute name="text">0</attribute>
-+ </attributes>
- </child>
- </object>
- <packing>
-- <property name="top_attach">1</property>
-- <property name="bottom_attach">2</property>
-- <property name="x_options">GTK_FILL</property>
-- <property name="x_padding">12</property>
-- </packing>
-- </child>
-- <child>
-- <object class="GtkLabel" id="junk-test-opts-header">
-- <property name="visible">True</property>
-- <property name="can_focus">False</property>
-- <property name="xalign">0</property>
-- <property name="margin-top">12</property>
-- <property name="label" translatable="yes">Junk Test Options</property>
-- <attributes>
-- <attribute name="weight" value="bold"/>
-- </attributes>
-- </object>
-- <packing>
-- <property name="top_attach">2</property>
-- <property name="bottom_attach">3</property>
-- <property name="x_options">GTK_FILL</property>
-- <property name="y_options"/>
-- <property name="x_padding">0</property>
-- </packing>
-- </child>
-- <child>
-- <object class="GtkCheckButton" id="lookup_book">
-- <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my address book</property>
-- <property name="visible">True</property>
-- <property name="can_focus">True</property>
-- <property name="receives_default">False</property>
-- <property name="use_underline">True</property>
-- <property name="xalign">0</property>
-- <property name="draw_indicator">True</property>
-- </object>
-- <packing>
-- <property name="top_attach">3</property>
-- <property name="bottom_attach">4</property>
-- <property name="x_options">GTK_FILL</property>
-- <property name="y_options"/>
-- <property name="x_padding">12</property>
-- </packing>
-- </child>
-- <child>
-- <object class="GtkCheckButton" id="junk_lookup_local_only">
-- <property name="label" translatable="yes">_Lookup in local address book only</property>
-- <property name="visible">True</property>
-- <property name="can_focus">True</property>
-- <property name="receives_default">False</property>
-- <property name="use_underline">True</property>
-- <property name="xalign">0</property>
-- <property name="draw_indicator">True</property>
-- </object>
-- <packing>
-- <property name="top_attach">4</property>
-- <property name="bottom_attach">5</property>
-- <property name="x_options">GTK_FILL</property>
-- <property name="y_options"/>
-- <property name="x_padding">24</property>
-+ <property name="expand">False</property>
-+ <property name="fill">False</property>
-+ <property name="position">1</property>
- </packing>
- </child>
-+ </object>
-+ <packing>
-+ <property name="top_attach">1</property>
-+ <property name="bottom_attach">2</property>
-+ <property name="x_options">GTK_FILL</property>
-+ <property name="x_padding">12</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="GtkLabel" id="junk-test-opts-header">
-+ <property name="visible">True</property>
-+ <property name="can_focus">False</property>
-+ <property name="xalign">0</property>
-+ <property name="margin-top">12</property>
-+ <property name="label" translatable="yes">Junk Test Options</property>
-+ <attributes>
-+ <attribute name="weight" value="bold"/>
-+ </attributes>
-+ </object>
-+ <packing>
-+ <property name="top_attach">2</property>
-+ <property name="bottom_attach">3</property>
-+ <property name="x_options">GTK_FILL</property>
-+ <property name="y_options"/>
-+ <property name="x_padding">0</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="GtkCheckButton" id="lookup_book">
-+ <property name="label" translatable="yes">Do not mar_k messages as junk if sender is in my address book</property>
-+ <property name="visible">True</property>
-+ <property name="can_focus">True</property>
-+ <property name="receives_default">False</property>
-+ <property name="use_underline">True</property>
-+ <property name="xalign">0</property>
-+ <property name="draw_indicator">True</property>
-+ </object>
-+ <packing>
-+ <property name="top_attach">3</property>
-+ <property name="bottom_attach">4</property>
-+ <property name="x_options">GTK_FILL</property>
-+ <property name="y_options"/>
-+ <property name="x_padding">12</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="GtkCheckButton" id="junk_lookup_local_only">
-+ <property name="label" translatable="yes">_Lookup in local address book only</property>
-+ <property name="visible">True</property>
-+ <property name="can_focus">True</property>
-+ <property name="receives_default">False</property>
-+ <property name="use_underline">True</property>
-+ <property name="xalign">0</property>
-+ <property name="draw_indicator">True</property>
-+ </object>
-+ <packing>
-+ <property name="top_attach">4</property>
-+ <property name="bottom_attach">5</property>
-+ <property name="x_options">GTK_FILL</property>
-+ <property name="y_options"/>
-+ <property name="x_padding">24</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="GtkCheckButton" id="junk_header_check">
-+ <property name="label" translatable="yes">Check cu_stom headers for junk</property>
-+ <property name="visible">True</property>
-+ <property name="can_focus">True</property>
-+ <property name="receives_default">False</property>
-+ <property name="use_underline">True</property>
-+ <property name="xalign">0</property>
-+ <property name="draw_indicator">True</property>
-+ </object>
-+ <packing>
-+ <property name="top_attach">5</property>
-+ <property name="bottom_attach">6</property>
-+ <property name="x_options">GTK_FILL</property>
-+ <property name="y_options"/>
-+ <property name="x_padding">12</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="GtkHBox" id="hbox243">
-+ <property name="visible">True</property>
-+ <property name="can_focus">False</property>
-+ <property name="spacing">6</property>
- <child>
-- <object class="GtkCheckButton" id="junk_header_check">
-- <property name="label" translatable="yes">Check cu_stom headers for junk</property>
-+ <object class="GtkScrolledWindow" id="scrolledwindow51">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
-- <property name="receives_default">False</property>
-- <property name="use_underline">True</property>
-- <property name="xalign">0</property>
-- <property name="draw_indicator">True</property>
-+ <property name="shadow_type">in</property>
-+ <child>
-+ <object class="GtkTreeView" id="junk_header_tree">
-+ <property name="visible">True</property>
-+ <property name="can_focus">True</property>
-+ <child internal-child="selection">
-+ <object class="GtkTreeSelection" id="treeview-selection"/>
-+ </child>
-+ </object>
-+ </child>
- </object>
- <packing>
-- <property name="top_attach">5</property>
-- <property name="bottom_attach">6</property>
-- <property name="x_options">GTK_FILL</property>
-- <property name="y_options"/>
-- <property name="x_padding">12</property>
-+ <property name="expand">True</property>
-+ <property name="fill">True</property>
-+ <property name="position">0</property>
- </packing>
- </child>
- <child>
-- <object class="GtkHBox" id="hbox243">
-+ <object class="GtkVButtonBox" id="vbuttonbox26">
- <property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="spacing">6</property>
-+ <property name="layout_style">start</property>
- <child>
-- <object class="GtkScrolledWindow" id="scrolledwindow51">
-+ <object class="GtkButton" id="junk_header_add">
-+ <property name="label" translatable="yes">_Add</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
-- <property name="shadow_type">in</property>
-- <child>
-- <object class="GtkTreeView" id="junk_header_tree">
-- <property name="visible">True</property>
-- <property name="can_focus">True</property>
-- <child internal-child="selection">
-- <object class="GtkTreeSelection" id="treeview-selection"/>
-- </child>
-- </object>
-- </child>
-+ <property name="can_default">True</property>
-+ <property name="receives_default">True</property>
-+ <property name="use_stock">False</property>
-+ <property name="use-underline">True</property>
- </object>
- <packing>
-- <property name="expand">True</property>
-- <property name="fill">True</property>
-+ <property name="expand">False</property>
-+ <property name="fill">False</property>
- <property name="position">0</property>
- </packing>
- </child>
- <child>
-- <object class="GtkVButtonBox" id="vbuttonbox26">
-+ <object class="GtkButton" id="junk_header_remove">
-+ <property name="label" translatable="yes">_Remove</property>
- <property name="visible">True</property>
-- <property name="can_focus">False</property>
-- <property name="spacing">6</property>
-- <property name="layout_style">start</property>
-- <child>
-- <object class="GtkButton" id="junk_header_add">
-- <property name="label" translatable="yes">_Add</property>
-- <property name="visible">True</property>
-- <property name="can_focus">True</property>
-- <property name="can_default">True</property>
-- <property name="receives_default">True</property>
-- <property name="use_stock">False</property>
-- <property name="use-underline">True</property>
-- </object>
-- <packing>
-- <property name="expand">False</property>
-- <property name="fill">False</property>
-- <property name="position">0</property>
-- </packing>
-- </child>
-- <child>
-- <object class="GtkButton" id="junk_header_remove">
-- <property name="label" translatable="yes">_Remove</property>
-- <property name="visible">True</property>
-- <property name="can_focus">True</property>
-- <property name="can_default">True</property>
-- <property name="receives_default">True</property>
-- <property name="use_stock">False</property>
-- <property name="use-underline">True</property>
-- </object>
-- <packing>
-- <property name="expand">False</property>
-- <property name="fill">False</property>
-- <property name="position">1</property>
-- </packing>
-- </child>
-+ <property name="can_focus">True</property>
-+ <property name="can_default">True</property>
-+ <property name="receives_default">True</property>
-+ <property name="use_stock">False</property>
-+ <property name="use-underline">True</property>
- </object>
- <packing>
- <property name="expand">False</property>
-- <property name="fill">True</property>
-+ <property name="fill">False</property>
- <property name="position">1</property>
- </packing>
- </child>
- </object>
- <packing>
-- <property name="top_attach">6</property>
-- <property name="bottom_attach">7</property>
-- <property name="x_padding">12</property>
-+ <property name="expand">False</property>
-+ <property name="fill">True</property>
-+ <property name="position">1</property>
- </packing>
- </child>
-+ </object>
-+ <packing>
-+ <property name="top_attach">6</property>
-+ <property name="bottom_attach">7</property>
-+ <property name="x_padding">12</property>
-+ </packing>
-+ </child>
-+ <child>
-+ <object class="EMailJunkOptions" id="junk-module-options">
-+ <property name="visible">True</property>
-+ <property name="can_focus">False</property>
-+ <property name="row_spacing">6</property>
-+ <property name="column_spacing">6</property>
- <child>
-- <object class="EMailJunkOptions" id="junk-module-options">
-- <property name="visible">True</property>
-- <property name="can_focus">False</property>
-- <property name="row_spacing">6</property>
-- <property name="column_spacing">6</property>
-- <child>
-- <placeholder/>
-- </child>
-- <child>
-- <placeholder/>
-- </child>
-- <child>
-- <placeholder/>
-- </child>
-- <child>
-- <placeholder/>
-- </child>
-- <child>
-- <placeholder/>
-- </child>
-- </object>
-- <packing>
-- <property name="top_attach">7</property>
-- <property name="bottom_attach">8</property>
-- <property name="y_options">GTK_FILL</property>
-- <property name="y_padding">12</property>
-- </packing>
-+ <placeholder/>
-+ </child>
-+ <child>
-+ <placeholder/>
-+ </child>
-+ <child>
-+ <placeholder/>
-+ </child>
-+ <child>
-+ <placeholder/>
-+ </child>
-+ <child>
-+ <placeholder/>
- </child>
- </object>
- <packing>
-- <property name="expand">True</property>
-- <property name="fill">True</property>
-- <property name="position">1</property>
-+ <property name="top_attach">7</property>
-+ <property name="bottom_attach">8</property>
-+ <property name="y_options">GTK_FILL</property>
-+ <property name="y_padding">12</property>
- </packing>
- </child>
- </object>
- <packing>
-- <property name="expand">False</property>
-- <property name="fill">False</property>
-- <property name="position">0</property>
-+ <property name="expand">True</property>
-+ <property name="fill">True</property>
-+ <property name="position">1</property>
- </packing>
- </child>
- </object>
-+ <packing>
-+ <property name="expand">False</property>
-+ <property name="fill">False</property>
-+ <property name="position">0</property>
-+ </packing>
- </child>
- </object>
- <packing>
- <property name="position">4</property>
-+ <property name="tab_fill">False</property>
- </packing>
- </child>
- <child type="tab">
---
-cgit v0.12
-
diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist
index 1c6748c53ce2..65a9225c7714 100644
--- a/mail/evolution/pkg-plist
+++ b/mail/evolution/pkg-plist
@@ -5,34 +5,11 @@ include/evolution/calendar/gui/calendar-config-keys.h
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-model.h
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.h
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-link-dialog.h
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-model-simple.h
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-formatter.h
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-canvas-util.h
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-manager.h
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-plain.eplug
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-composer/EComposerPostHeader.html
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-composer/style.css
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/EMailJunkFilter.html
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/right.png
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/EShellSwitcher.html
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/EAlertDialog.html
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/ECellCheckbox.html
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/EClientComboBox.html
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/EFilterRule.html
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/EHTMLEditorTableDialog.html
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.html
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/ESelectable.html
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/ETableFieldChooser.html
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/GalViewInstance.html
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.html
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-%%VERSION%%.mo
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