Thu Oct 16 13:57:31 2008 UTC ()
update to 2.24.0
This switches to the gnome-2.24 release branch.


(drochner)
diff -r1.70 -r1.71 pkgsrc/mail/evolution-data-server/Makefile
diff -r1.21 -r1.22 pkgsrc/mail/evolution-data-server/PLIST
diff -r1.25 -r1.26 pkgsrc/mail/evolution-data-server/buildlink3.mk
diff -r1.48 -r1.49 pkgsrc/mail/evolution-data-server/distinfo
diff -r1.9 -r0 pkgsrc/mail/evolution-data-server/patches/patch-aa
diff -r1.4 -r1.5 pkgsrc/mail/evolution-data-server/patches/patch-ab
diff -r1.1 -r1.2 pkgsrc/mail/evolution-data-server/patches/patch-au

cvs diff -r1.70 -r1.71 pkgsrc/mail/evolution-data-server/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/evolution-data-server/Makefile 2008/09/06 20:54:33 1.70
+++ pkgsrc/mail/evolution-data-server/Makefile 2008/10/16 13:57:31 1.71
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.70 2008/09/06 20:54:33 wiz Exp $ 1# $NetBSD: Makefile,v 1.71 2008/10/16 13:57:31 drochner Exp $
2# 2#
3 3
4DISTNAME= evolution-data-server-2.22.3 4DISTNAME= evolution-data-server-2.24.0
5PKGREVISION= 1 
6CATEGORIES= mail gnome 5CATEGORIES= mail gnome
7MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-data-server/2.22/} 6MASTER_SITES= ${MASTER_SITE_GNOME:=sources/evolution-data-server/2.24/}
8EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.gnome.org/projects/evolution/ 10HOMEPAGE= http://www.gnome.org/projects/evolution/
12COMMENT= Evolution data server 11COMMENT= Evolution data server
13 12
14PKG_DESTDIR_SUPPORT= user-destdir 13PKG_DESTDIR_SUPPORT= user-destdir
15 14
16BUILDLINK_API_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3 15BUILDLINK_API_DEPENDS.libsoup-devel+= libsoup-devel>=2.2.3
17 16
18GNU_CONFIGURE= YES 17GNU_CONFIGURE= YES
19USE_DIRS+= xdg-1.1 18USE_DIRS+= xdg-1.1
20USE_TOOLS+= bison gmake intltool msgfmt pkg-config 19USE_TOOLS+= bison gmake intltool msgfmt pkg-config
@@ -67,26 +66,27 @@ PKGCONFIG_OVERRIDE+= libedataserverui/li @@ -67,26 +66,27 @@ PKGCONFIG_OVERRIDE+= libedataserverui/li
67PKGCONFIG_OVERRIDE+= servers/groupwise/libegroupwise.pc.in 66PKGCONFIG_OVERRIDE+= servers/groupwise/libegroupwise.pc.in
68PKGCONFIG_OVERRIDE+= evolution-data-server.pc.in 67PKGCONFIG_OVERRIDE+= evolution-data-server.pc.in
69 68
70BUILDLINK_TRANSFORM+= rm:-ldl 69BUILDLINK_TRANSFORM+= rm:-ldl
71 70
72.if ${OPSYS} == "NetBSD" 71.if ${OPSYS} == "NetBSD"
73# zone.tab file in /usr/share/zoneinfo 72# zone.tab file in /usr/share/zoneinfo
74DEPENDS+= zonetab-[0-9]*:../../time/zonetab 73DEPENDS+= zonetab-[0-9]*:../../time/zonetab
75.endif 74.endif
76 75
77.include "../../converters/libiconv/buildlink3.mk" 76.include "../../converters/libiconv/buildlink3.mk"
78.include "../../databases/openldap-client/buildlink3.mk" 77.include "../../databases/openldap-client/buildlink3.mk"
79.include "../../databases/db4/buildlink3.mk" 78.include "../../databases/db4/buildlink3.mk"
 79.include "../../databases/sqlite3/buildlink3.mk"
80.include "../../devel/GConf/buildlink3.mk" 80.include "../../devel/GConf/buildlink3.mk"
81.include "../../devel/gettext-lib/buildlink3.mk" 81.include "../../devel/gettext-lib/buildlink3.mk"
82.include "../../devel/glib2/buildlink3.mk" 82.include "../../devel/glib2/buildlink3.mk"
83.include "../../devel/libbonobo/buildlink3.mk" 83.include "../../devel/libbonobo/buildlink3.mk"
84.include "../../devel/libglade/buildlink3.mk" 84.include "../../devel/libglade/buildlink3.mk"
85.include "../../devel/libgnome/buildlink3.mk" 85.include "../../devel/libgnome/buildlink3.mk"
86.include "../../devel/libgnomeui/buildlink3.mk" 86.include "../../devel/libgnomeui/buildlink3.mk"
87.include "../../devel/nss/buildlink3.mk" 87.include "../../devel/nss/buildlink3.mk"
88.include "../../lang/python/application.mk" 88.include "../../lang/python/application.mk"
89.include "../../net/libsoup24/buildlink3.mk" 89.include "../../net/libsoup24/buildlink3.mk"
90.include "../../net/ORBit2/buildlink3.mk" 90.include "../../net/ORBit2/buildlink3.mk"
91.include "../../sysutils/gnome-vfs/buildlink3.mk" 91.include "../../sysutils/gnome-vfs/buildlink3.mk"
92.include "../../textproc/libxml2/buildlink3.mk" 92.include "../../textproc/libxml2/buildlink3.mk"

cvs diff -r1.21 -r1.22 pkgsrc/mail/evolution-data-server/PLIST (expand / switch to unified diff)

--- pkgsrc/mail/evolution-data-server/PLIST 2008/07/15 10:23:22 1.21
+++ pkgsrc/mail/evolution-data-server/PLIST 2008/10/16 13:57:31 1.22
@@ -1,451 +1,524 @@ @@ -1,451 +1,524 @@
1@comment $NetBSD: PLIST,v 1.21 2008/07/15 10:23:22 drochner Exp $ 1@comment $NetBSD: PLIST,v 1.22 2008/10/16 13:57:31 drochner Exp $
2include/evolution-data-server-2.22/camel/broken-date-parser.h 2include/evolution-data-server-2.24/camel/camel-address.h
3include/evolution-data-server-2.22/camel/camel-address.h 3include/evolution-data-server-2.24/camel/camel-arg.h
4include/evolution-data-server-2.22/camel/camel-arg.h 4include/evolution-data-server-2.24/camel/camel-block-file.h
5include/evolution-data-server-2.22/camel/camel-block-file.h 5include/evolution-data-server-2.24/camel/camel-certdb.h
6include/evolution-data-server-2.22/camel/camel-certdb.h 6include/evolution-data-server-2.24/camel/camel-charset-map.h
7include/evolution-data-server-2.22/camel/camel-charset-map.h 7include/evolution-data-server-2.24/camel/camel-cipher-context.h
8include/evolution-data-server-2.22/camel/camel-cipher-context.h 8include/evolution-data-server-2.24/camel/camel-data-cache.h
9include/evolution-data-server-2.22/camel/camel-data-cache.h 9include/evolution-data-server-2.24/camel/camel-data-wrapper.h
10include/evolution-data-server-2.22/camel/camel-data-wrapper.h 10include/evolution-data-server-2.24/camel/camel-db.h
11include/evolution-data-server-2.22/camel/camel-debug.h 11include/evolution-data-server-2.24/camel/camel-debug.h
12include/evolution-data-server-2.22/camel/camel-digest-folder.h 12include/evolution-data-server-2.24/camel/camel-digest-folder.h
13include/evolution-data-server-2.22/camel/camel-digest-store.h 13include/evolution-data-server-2.24/camel/camel-digest-store.h
14include/evolution-data-server-2.22/camel/camel-digest-summary.h 14include/evolution-data-server-2.24/camel/camel-digest-summary.h
15include/evolution-data-server-2.22/camel/camel-disco-diary.h 15include/evolution-data-server-2.24/camel/camel-disco-diary.h
16include/evolution-data-server-2.22/camel/camel-disco-folder.h 16include/evolution-data-server-2.24/camel/camel-disco-folder.h
17include/evolution-data-server-2.22/camel/camel-disco-store.h 17include/evolution-data-server-2.24/camel/camel-disco-store.h
18include/evolution-data-server-2.22/camel/camel-exception-list.def 18include/evolution-data-server-2.24/camel/camel-exception-list.def
19include/evolution-data-server-2.22/camel/camel-exception.h 19include/evolution-data-server-2.24/camel/camel-exception.h
20include/evolution-data-server-2.22/camel/camel-file-utils.h 20include/evolution-data-server-2.24/camel/camel-file-utils.h
21include/evolution-data-server-2.22/camel/camel-filter-driver.h 21include/evolution-data-server-2.24/camel/camel-filter-driver.h
22include/evolution-data-server-2.22/camel/camel-filter-search.h 22include/evolution-data-server-2.24/camel/camel-filter-search.h
23include/evolution-data-server-2.22/camel/camel-folder-search.h 23include/evolution-data-server-2.24/camel/camel-folder-search.h
24include/evolution-data-server-2.22/camel/camel-folder-summary.h 24include/evolution-data-server-2.24/camel/camel-folder-summary.h
25include/evolution-data-server-2.22/camel/camel-folder-thread.h 25include/evolution-data-server-2.24/camel/camel-folder-thread.h
26include/evolution-data-server-2.22/camel/camel-folder.h 26include/evolution-data-server-2.24/camel/camel-folder.h
27include/evolution-data-server-2.22/camel/camel-gpg-context.h 27include/evolution-data-server-2.24/camel/camel-gpg-context.h
28include/evolution-data-server-2.22/camel/camel-html-parser.h 28include/evolution-data-server-2.24/camel/camel-html-parser.h
29include/evolution-data-server-2.22/camel/camel-http-stream.h 29include/evolution-data-server-2.24/camel/camel-http-stream.h
30include/evolution-data-server-2.22/camel/camel-i18n.h 30include/evolution-data-server-2.24/camel/camel-i18n.h
31include/evolution-data-server-2.22/camel/camel-iconv.h 31include/evolution-data-server-2.24/camel/camel-iconv.h
32include/evolution-data-server-2.22/camel/camel-index.h 32include/evolution-data-server-2.24/camel/camel-index.h
33include/evolution-data-server-2.22/camel/camel-internet-address.h 33include/evolution-data-server-2.24/camel/camel-internet-address.h
34include/evolution-data-server-2.22/camel/camel-junk-plugin.h 34include/evolution-data-server-2.24/camel/camel-junk-plugin.h
35include/evolution-data-server-2.22/camel/camel-list-utils.h 35include/evolution-data-server-2.24/camel/camel-list-utils.h
36include/evolution-data-server-2.22/camel/camel-lock-client.h 36include/evolution-data-server-2.24/camel/camel-lock-client.h
37include/evolution-data-server-2.22/camel/camel-lock-helper.h 37include/evolution-data-server-2.24/camel/camel-lock-helper.h
38include/evolution-data-server-2.22/camel/camel-lock.h 38include/evolution-data-server-2.24/camel/camel-lock.h
39include/evolution-data-server-2.22/camel/camel-medium.h 39include/evolution-data-server-2.24/camel/camel-medium.h
40include/evolution-data-server-2.22/camel/camel-mime-filter-basic.h 40include/evolution-data-server-2.24/camel/camel-mime-filter-basic.h
41include/evolution-data-server-2.22/camel/camel-mime-filter-bestenc.h 41include/evolution-data-server-2.24/camel/camel-mime-filter-bestenc.h
42include/evolution-data-server-2.22/camel/camel-mime-filter-canon.h 42include/evolution-data-server-2.24/camel/camel-mime-filter-canon.h
43include/evolution-data-server-2.22/camel/camel-mime-filter-charset.h 43include/evolution-data-server-2.24/camel/camel-mime-filter-charset.h
44include/evolution-data-server-2.22/camel/camel-mime-filter-crlf.h 44include/evolution-data-server-2.24/camel/camel-mime-filter-crlf.h
45include/evolution-data-server-2.22/camel/camel-mime-filter-enriched.h 45include/evolution-data-server-2.24/camel/camel-mime-filter-enriched.h
46include/evolution-data-server-2.22/camel/camel-mime-filter-from.h 46include/evolution-data-server-2.24/camel/camel-mime-filter-from.h
47include/evolution-data-server-2.22/camel/camel-mime-filter-gzip.h 47include/evolution-data-server-2.24/camel/camel-mime-filter-gzip.h
48include/evolution-data-server-2.22/camel/camel-mime-filter-html.h 48include/evolution-data-server-2.24/camel/camel-mime-filter-html.h
49include/evolution-data-server-2.22/camel/camel-mime-filter-index.h 49include/evolution-data-server-2.24/camel/camel-mime-filter-index.h
50include/evolution-data-server-2.22/camel/camel-mime-filter-linewrap.h 50include/evolution-data-server-2.24/camel/camel-mime-filter-linewrap.h
51include/evolution-data-server-2.22/camel/camel-mime-filter-pgp.h 51include/evolution-data-server-2.24/camel/camel-mime-filter-pgp.h
52include/evolution-data-server-2.22/camel/camel-mime-filter-save.h 52include/evolution-data-server-2.24/camel/camel-mime-filter-progress.h
53include/evolution-data-server-2.22/camel/camel-mime-filter-tohtml.h 53include/evolution-data-server-2.24/camel/camel-mime-filter-save.h
54include/evolution-data-server-2.22/camel/camel-mime-filter-windows.h 54include/evolution-data-server-2.24/camel/camel-mime-filter-tohtml.h
55include/evolution-data-server-2.22/camel/camel-mime-filter-yenc.h 55include/evolution-data-server-2.24/camel/camel-mime-filter-windows.h
56include/evolution-data-server-2.22/camel/camel-mime-filter.h 56include/evolution-data-server-2.24/camel/camel-mime-filter-yenc.h
57include/evolution-data-server-2.22/camel/camel-mime-message.h 57include/evolution-data-server-2.24/camel/camel-mime-filter.h
58include/evolution-data-server-2.22/camel/camel-mime-parser.h 58include/evolution-data-server-2.24/camel/camel-mime-message.h
59include/evolution-data-server-2.22/camel/camel-mime-part-utils.h 59include/evolution-data-server-2.24/camel/camel-mime-parser.h
60include/evolution-data-server-2.22/camel/camel-mime-part.h 60include/evolution-data-server-2.24/camel/camel-mime-part-utils.h
61include/evolution-data-server-2.22/camel/camel-mime-utils.h 61include/evolution-data-server-2.24/camel/camel-mime-part.h
62include/evolution-data-server-2.22/camel/camel-movemail.h 62include/evolution-data-server-2.24/camel/camel-mime-utils.h
63include/evolution-data-server-2.22/camel/camel-multipart-encrypted.h 63include/evolution-data-server-2.24/camel/camel-movemail.h
64include/evolution-data-server-2.22/camel/camel-multipart-signed.h 64include/evolution-data-server-2.24/camel/camel-msgport.h
65include/evolution-data-server-2.22/camel/camel-multipart.h 65include/evolution-data-server-2.24/camel/camel-multipart-encrypted.h
66include/evolution-data-server-2.22/camel/camel-net-utils.h 66include/evolution-data-server-2.24/camel/camel-multipart-signed.h
67include/evolution-data-server-2.22/camel/camel-news-address.h 67include/evolution-data-server-2.24/camel/camel-multipart.h
68include/evolution-data-server-2.22/camel/camel-nntp-address.h 68include/evolution-data-server-2.24/camel/camel-net-utils.h
69include/evolution-data-server-2.22/camel/camel-object.h 69include/evolution-data-server-2.24/camel/camel-news-address.h
70include/evolution-data-server-2.22/camel/camel-offline-folder.h 70include/evolution-data-server-2.24/camel/camel-nntp-address.h
71include/evolution-data-server-2.22/camel/camel-offline-journal.h 71include/evolution-data-server-2.24/camel/camel-object.h
72include/evolution-data-server-2.22/camel/camel-offline-store.h 72include/evolution-data-server-2.24/camel/camel-offline-folder.h
73include/evolution-data-server-2.22/camel/camel-operation.h 73include/evolution-data-server-2.24/camel/camel-offline-journal.h
74include/evolution-data-server-2.22/camel/camel-partition-table.h 74include/evolution-data-server-2.24/camel/camel-offline-store.h
75include/evolution-data-server-2.22/camel/camel-process.h 75include/evolution-data-server-2.24/camel/camel-operation.h
76include/evolution-data-server-2.22/camel/camel-provider.h 76include/evolution-data-server-2.24/camel/camel-partition-table.h
77include/evolution-data-server-2.22/camel/camel-sasl-anonymous.h 77include/evolution-data-server-2.24/camel/camel-process.h
78include/evolution-data-server-2.22/camel/camel-sasl-cram-md5.h 78include/evolution-data-server-2.24/camel/camel-provider.h
79include/evolution-data-server-2.22/camel/camel-sasl-digest-md5.h 79include/evolution-data-server-2.24/camel/camel-sasl-anonymous.h
80include/evolution-data-server-2.22/camel/camel-sasl-gssapi.h 80include/evolution-data-server-2.24/camel/camel-sasl-cram-md5.h
81include/evolution-data-server-2.22/camel/camel-sasl-kerberos4.h 81include/evolution-data-server-2.24/camel/camel-sasl-digest-md5.h
82include/evolution-data-server-2.22/camel/camel-sasl-login.h 82include/evolution-data-server-2.24/camel/camel-sasl-gssapi.h
83include/evolution-data-server-2.22/camel/camel-sasl-ntlm.h 83include/evolution-data-server-2.24/camel/camel-sasl-kerberos4.h
84include/evolution-data-server-2.22/camel/camel-sasl-plain.h 84include/evolution-data-server-2.24/camel/camel-sasl-login.h
85include/evolution-data-server-2.22/camel/camel-sasl-popb4smtp.h 85include/evolution-data-server-2.24/camel/camel-sasl-ntlm.h
86include/evolution-data-server-2.22/camel/camel-sasl.h 86include/evolution-data-server-2.24/camel/camel-sasl-plain.h
87include/evolution-data-server-2.22/camel/camel-search-private.h 87include/evolution-data-server-2.24/camel/camel-sasl-popb4smtp.h
88include/evolution-data-server-2.22/camel/camel-seekable-stream.h 88include/evolution-data-server-2.24/camel/camel-sasl.h
89include/evolution-data-server-2.22/camel/camel-seekable-substream.h 89include/evolution-data-server-2.24/camel/camel-search-private.h
90include/evolution-data-server-2.22/camel/camel-service.h 90include/evolution-data-server-2.24/camel/camel-search-sql-sexp.h
91include/evolution-data-server-2.22/camel/camel-session.h 91include/evolution-data-server-2.24/camel/camel-search-sql.h
92include/evolution-data-server-2.22/camel/camel-smime-context.h 92include/evolution-data-server-2.24/camel/camel-seekable-stream.h
93include/evolution-data-server-2.22/camel/camel-store-summary.h 93include/evolution-data-server-2.24/camel/camel-seekable-substream.h
94include/evolution-data-server-2.22/camel/camel-store.h 94include/evolution-data-server-2.24/camel/camel-service.h
95include/evolution-data-server-2.22/camel/camel-stream-buffer.h 95include/evolution-data-server-2.24/camel/camel-session.h
96include/evolution-data-server-2.22/camel/camel-stream-filter.h 96include/evolution-data-server-2.24/camel/camel-smime-context.h
97include/evolution-data-server-2.22/camel/camel-stream-fs.h 97include/evolution-data-server-2.24/camel/camel-store-summary.h
98include/evolution-data-server-2.22/camel/camel-stream-mem.h 98include/evolution-data-server-2.24/camel/camel-store.h
99include/evolution-data-server-2.22/camel/camel-stream-null.h 99include/evolution-data-server-2.24/camel/camel-stream-buffer.h
100include/evolution-data-server-2.22/camel/camel-stream-process.h 100include/evolution-data-server-2.24/camel/camel-stream-filter.h
101include/evolution-data-server-2.22/camel/camel-stream-vfs.h 101include/evolution-data-server-2.24/camel/camel-stream-fs.h
102include/evolution-data-server-2.22/camel/camel-stream.h 102include/evolution-data-server-2.24/camel/camel-stream-mem.h
103include/evolution-data-server-2.22/camel/camel-string-utils.h 103include/evolution-data-server-2.24/camel/camel-stream-null.h
104include/evolution-data-server-2.22/camel/camel-tcp-stream-raw.h 104include/evolution-data-server-2.24/camel/camel-stream-process.h
105include/evolution-data-server-2.22/camel/camel-tcp-stream-ssl.h 105include/evolution-data-server-2.24/camel/camel-stream-vfs.h
106include/evolution-data-server-2.22/camel/camel-tcp-stream.h 106include/evolution-data-server-2.24/camel/camel-stream.h
107include/evolution-data-server-2.22/camel/camel-text-index.h 107include/evolution-data-server-2.24/camel/camel-string-utils.h
108include/evolution-data-server-2.22/camel/camel-transport.h 108include/evolution-data-server-2.24/camel/camel-tcp-stream-raw.h
109include/evolution-data-server-2.22/camel/camel-types.h 109include/evolution-data-server-2.24/camel/camel-tcp-stream-ssl.h
110include/evolution-data-server-2.22/camel/camel-uid-cache.h 110include/evolution-data-server-2.24/camel/camel-tcp-stream.h
111include/evolution-data-server-2.22/camel/camel-url-scanner.h 111include/evolution-data-server-2.24/camel/camel-text-index.h
112include/evolution-data-server-2.22/camel/camel-url.h 112include/evolution-data-server-2.24/camel/camel-transport.h
113include/evolution-data-server-2.22/camel/camel-utf8.h 113include/evolution-data-server-2.24/camel/camel-trie.h
114include/evolution-data-server-2.22/camel/camel-vee-folder.h 114include/evolution-data-server-2.24/camel/camel-types.h
115include/evolution-data-server-2.22/camel/camel-vee-store.h 115include/evolution-data-server-2.24/camel/camel-uid-cache.h
116include/evolution-data-server-2.22/camel/camel-vee-summary.h 116include/evolution-data-server-2.24/camel/camel-url-scanner.h
117include/evolution-data-server-2.22/camel/camel-vtrash-folder.h 117include/evolution-data-server-2.24/camel/camel-url.h
118include/evolution-data-server-2.22/camel/camel.h 118include/evolution-data-server-2.24/camel/camel-utf8.h
119include/evolution-data-server-2.22/exchange/e-folder-exchange.h 119include/evolution-data-server-2.24/camel/camel-vee-folder.h
120include/evolution-data-server-2.22/exchange/e-folder.h 120include/evolution-data-server-2.24/camel/camel-vee-store.h
121include/evolution-data-server-2.22/exchange/e-storage.h 121include/evolution-data-server-2.24/camel/camel-vee-summary.h
122include/evolution-data-server-2.22/exchange/e2k-autoconfig.h 122include/evolution-data-server-2.24/camel/camel-vtrash-folder.h
123include/evolution-data-server-2.22/exchange/e2k-context.h 123include/evolution-data-server-2.24/camel/camel.h
124include/evolution-data-server-2.22/exchange/e2k-freebusy.h 124include/evolution-data-server-2.24/exchange/e-folder-exchange.h
125include/evolution-data-server-2.22/exchange/e2k-global-catalog-ldap.h 125include/evolution-data-server-2.24/exchange/e-folder.h
126include/evolution-data-server-2.22/exchange/e2k-global-catalog.h 126include/evolution-data-server-2.24/exchange/e-storage.h
127include/evolution-data-server-2.22/exchange/e2k-http-utils.h 127include/evolution-data-server-2.24/exchange/e2k-autoconfig.h
128include/evolution-data-server-2.22/exchange/e2k-marshal.h 128include/evolution-data-server-2.24/exchange/e2k-context.h
129include/evolution-data-server-2.22/exchange/e2k-operation.h 129include/evolution-data-server-2.24/exchange/e2k-freebusy.h
130include/evolution-data-server-2.22/exchange/e2k-properties.h 130include/evolution-data-server-2.24/exchange/e2k-global-catalog-ldap.h
131include/evolution-data-server-2.22/exchange/e2k-propnames.h 131include/evolution-data-server-2.24/exchange/e2k-global-catalog.h
132include/evolution-data-server-2.22/exchange/e2k-restriction.h 132include/evolution-data-server-2.24/exchange/e2k-http-utils.h
133include/evolution-data-server-2.22/exchange/e2k-result.h 133include/evolution-data-server-2.24/exchange/e2k-marshal.h
134include/evolution-data-server-2.22/exchange/e2k-security-descriptor.h 134include/evolution-data-server-2.24/exchange/e2k-operation.h
135include/evolution-data-server-2.22/exchange/e2k-sid.h 135include/evolution-data-server-2.24/exchange/e2k-properties.h
136include/evolution-data-server-2.22/exchange/e2k-types.h 136include/evolution-data-server-2.24/exchange/e2k-propnames.h
137include/evolution-data-server-2.22/exchange/e2k-uri.h 137include/evolution-data-server-2.24/exchange/e2k-restriction.h
138include/evolution-data-server-2.22/exchange/e2k-utils.h 138include/evolution-data-server-2.24/exchange/e2k-result.h
139include/evolution-data-server-2.22/exchange/e2k-validate.h 139include/evolution-data-server-2.24/exchange/e2k-security-descriptor.h
140include/evolution-data-server-2.22/exchange/e2k-xml-utils.h 140include/evolution-data-server-2.24/exchange/e2k-sid.h
141include/evolution-data-server-2.22/exchange/exchange-account.h 141include/evolution-data-server-2.24/exchange/e2k-types.h
142include/evolution-data-server-2.22/exchange/exchange-constants.h 142include/evolution-data-server-2.24/exchange/e2k-uri.h
143include/evolution-data-server-2.22/exchange/exchange-esource.h 143include/evolution-data-server-2.24/exchange/e2k-utils.h
144include/evolution-data-server-2.22/exchange/exchange-folder-size.h 144include/evolution-data-server-2.24/exchange/e2k-validate.h
145include/evolution-data-server-2.22/exchange/exchange-hierarchy-foreign.h 145include/evolution-data-server-2.24/exchange/e2k-xml-utils.h
146include/evolution-data-server-2.22/exchange/exchange-hierarchy-somedav.h 146include/evolution-data-server-2.24/exchange/exchange-account.h
147include/evolution-data-server-2.22/exchange/exchange-hierarchy-webdav.h 147include/evolution-data-server-2.24/exchange/exchange-constants.h
148include/evolution-data-server-2.22/exchange/exchange-hierarchy.h 148include/evolution-data-server-2.24/exchange/exchange-esource.h
149include/evolution-data-server-2.22/exchange/exchange-oof.h 149include/evolution-data-server-2.24/exchange/exchange-folder-size.h
150include/evolution-data-server-2.22/exchange/exchange-types.h 150include/evolution-data-server-2.24/exchange/exchange-hierarchy-foreign.h
151include/evolution-data-server-2.22/exchange/mapi.h 151include/evolution-data-server-2.24/exchange/exchange-hierarchy-somedav.h
152include/evolution-data-server-2.22/google/gdata-google/gdata-google-service.h 152include/evolution-data-server-2.24/exchange/exchange-hierarchy-webdav.h
153include/evolution-data-server-2.22/google/gdata/gdata-entry.h 153include/evolution-data-server-2.24/exchange/exchange-hierarchy.h
154include/evolution-data-server-2.22/google/gdata/gdata-feed.h 154include/evolution-data-server-2.24/exchange/exchange-oof.h
155include/evolution-data-server-2.22/google/gdata/gdata-service-iface.h 155include/evolution-data-server-2.24/exchange/exchange-types.h
156include/evolution-data-server-2.22/groupwise/e-gw-connection.h 156include/evolution-data-server-2.24/exchange/mapi.h
157include/evolution-data-server-2.22/groupwise/e-gw-container.h 157include/evolution-data-server-2.24/google/libgdata-google/gdata-google-service.h
158include/evolution-data-server-2.22/groupwise/e-gw-filter.h 158include/evolution-data-server-2.24/google/libgdata/gdata-entry.h
159include/evolution-data-server-2.22/groupwise/e-gw-item.h 159include/evolution-data-server-2.24/google/libgdata/gdata-feed.h
160include/evolution-data-server-2.22/groupwise/e-gw-message.h 160include/evolution-data-server-2.24/google/libgdata/gdata-service-iface.h
161include/evolution-data-server-2.22/groupwise/e-gw-proxy.h 161include/evolution-data-server-2.24/groupwise/e-gw-connection.h
162include/evolution-data-server-2.22/groupwise/e-gw-recur-utils.h 162include/evolution-data-server-2.24/groupwise/e-gw-container.h
163include/evolution-data-server-2.22/groupwise/e-gw-sendoptions.h 163include/evolution-data-server-2.24/groupwise/e-gw-filter.h
164include/evolution-data-server-2.22/groupwise/soup-soap-message.h 164include/evolution-data-server-2.24/groupwise/e-gw-item.h
165include/evolution-data-server-2.22/groupwise/soup-soap-response.h 165include/evolution-data-server-2.24/groupwise/e-gw-message.h
166include/evolution-data-server-2.22/libebook/e-address-western.h 166include/evolution-data-server-2.24/groupwise/e-gw-proxy.h
167include/evolution-data-server-2.22/libebook/e-book-query.h 167include/evolution-data-server-2.24/groupwise/e-gw-recur-utils.h
168include/evolution-data-server-2.22/libebook/e-book-types.h 168include/evolution-data-server-2.24/groupwise/e-gw-sendoptions.h
169include/evolution-data-server-2.22/libebook/e-book-view.h 169include/evolution-data-server-2.24/groupwise/soup-soap-message.h
170include/evolution-data-server-2.22/libebook/e-book.h 170include/evolution-data-server-2.24/groupwise/soup-soap-response.h
171include/evolution-data-server-2.22/libebook/e-contact.h 171include/evolution-data-server-2.24/libebackend/e-data-server-module.h
172include/evolution-data-server-2.22/libebook/e-destination.h 172include/evolution-data-server-2.24/libebackend/e-db3-utils.h
173include/evolution-data-server-2.22/libebook/e-name-western.h 173include/evolution-data-server-2.24/libebackend/e-dbhash.h
174include/evolution-data-server-2.22/libebook/e-vcard.h 174include/evolution-data-server-2.24/libebackend/e-file-cache.h
175include/evolution-data-server-2.22/libecal/e-cal-check-timezones.h 175include/evolution-data-server-2.24/libebook/e-address-western.h
176include/evolution-data-server-2.22/libecal/e-cal-component.h 176include/evolution-data-server-2.24/libebook/e-book-query.h
177include/evolution-data-server-2.22/libecal/e-cal-recur.h 177include/evolution-data-server-2.24/libebook/e-book-types.h
178include/evolution-data-server-2.22/libecal/e-cal-time-util.h 178include/evolution-data-server-2.24/libebook/e-book-view.h
179include/evolution-data-server-2.22/libecal/e-cal-types.h 179include/evolution-data-server-2.24/libebook/e-book.h
180include/evolution-data-server-2.22/libecal/e-cal-util.h 180include/evolution-data-server-2.24/libebook/e-contact.h
181include/evolution-data-server-2.22/libecal/e-cal-view.h 181include/evolution-data-server-2.24/libebook/e-destination.h
182include/evolution-data-server-2.22/libecal/e-cal.h 182include/evolution-data-server-2.24/libebook/e-name-western.h
183include/evolution-data-server-2.22/libedata-book/Evolution-DataServer-Addressbook.h 183include/evolution-data-server-2.24/libebook/e-vcard.h
184include/evolution-data-server-2.22/libedata-book/e-book-backend-cache.h 184include/evolution-data-server-2.24/libecal/e-cal-check-timezones.h
185include/evolution-data-server-2.22/libedata-book/e-book-backend-db-cache.h 185include/evolution-data-server-2.24/libecal/e-cal-component.h
186include/evolution-data-server-2.22/libedata-book/e-book-backend-factory.h 186include/evolution-data-server-2.24/libecal/e-cal-recur.h
187include/evolution-data-server-2.22/libedata-book/e-book-backend-sexp.h 187include/evolution-data-server-2.24/libecal/e-cal-time-util.h
188include/evolution-data-server-2.22/libedata-book/e-book-backend-summary.h 188include/evolution-data-server-2.24/libecal/e-cal-types.h
189include/evolution-data-server-2.22/libedata-book/e-book-backend-sync.h 189include/evolution-data-server-2.24/libecal/e-cal-util.h
190include/evolution-data-server-2.22/libedata-book/e-book-backend.h 190include/evolution-data-server-2.24/libecal/e-cal-view.h
191include/evolution-data-server-2.22/libedata-book/e-data-book-factory.h 191include/evolution-data-server-2.24/libecal/e-cal.h
192include/evolution-data-server-2.22/libedata-book/e-data-book-types.h 192include/evolution-data-server-2.24/libedata-book/Evolution-DataServer-Addressbook.h
193include/evolution-data-server-2.22/libedata-book/e-data-book-view.h 193include/evolution-data-server-2.24/libedata-book/e-book-backend-cache.h
194include/evolution-data-server-2.22/libedata-book/e-data-book.h 194include/evolution-data-server-2.24/libedata-book/e-book-backend-db-cache.h
195include/evolution-data-server-2.22/libedata-cal/Evolution-DataServer-Calendar.h 195include/evolution-data-server-2.24/libedata-book/e-book-backend-factory.h
196include/evolution-data-server-2.22/libedata-cal/e-cal-backend-cache.h 196include/evolution-data-server-2.24/libedata-book/e-book-backend-sexp.h
197include/evolution-data-server-2.22/libedata-cal/e-cal-backend-factory.h 197include/evolution-data-server-2.24/libedata-book/e-book-backend-summary.h
198include/evolution-data-server-2.22/libedata-cal/e-cal-backend-sexp.h 198include/evolution-data-server-2.24/libedata-book/e-book-backend-sync.h
199include/evolution-data-server-2.22/libedata-cal/e-cal-backend-sync.h 199include/evolution-data-server-2.24/libedata-book/e-book-backend.h
200include/evolution-data-server-2.22/libedata-cal/e-cal-backend-util.h 200include/evolution-data-server-2.24/libedata-book/e-data-book-factory.h
201include/evolution-data-server-2.22/libedata-cal/e-cal-backend.h 201include/evolution-data-server-2.24/libedata-book/e-data-book-types.h
202include/evolution-data-server-2.22/libedata-cal/e-data-cal-common.h 202include/evolution-data-server-2.24/libedata-book/e-data-book-view.h
203include/evolution-data-server-2.22/libedata-cal/e-data-cal-factory.h 203include/evolution-data-server-2.24/libedata-book/e-data-book.h
204include/evolution-data-server-2.22/libedata-cal/e-data-cal-view.h 204include/evolution-data-server-2.24/libedata-cal/Evolution-DataServer-Calendar.h
205include/evolution-data-server-2.22/libedata-cal/e-data-cal.h 205include/evolution-data-server-2.24/libedata-cal/e-cal-backend-cache.h
206include/evolution-data-server-2.22/libedataserver/e-account-list.h 206include/evolution-data-server-2.24/libedata-cal/e-cal-backend-factory.h
207include/evolution-data-server-2.22/libedataserver/e-account.h 207include/evolution-data-server-2.24/libedata-cal/e-cal-backend-loader-factory.h
208include/evolution-data-server-2.22/libedataserver/e-categories.h 208include/evolution-data-server-2.24/libedata-cal/e-cal-backend-sexp.h
209include/evolution-data-server-2.22/libedataserver/e-component-listener.h 209include/evolution-data-server-2.24/libedata-cal/e-cal-backend-sync.h
210include/evolution-data-server-2.22/libedataserver/e-data-server-module.h 210include/evolution-data-server-2.24/libedata-cal/e-cal-backend-util.h
211include/evolution-data-server-2.22/libedataserver/e-data-server-util.h 211include/evolution-data-server-2.24/libedata-cal/e-cal-backend.h
212include/evolution-data-server-2.22/libedataserver/e-db3-utils.h 212include/evolution-data-server-2.24/libedata-cal/e-data-cal-common.h
213include/evolution-data-server-2.22/libedataserver/e-dbhash.h 213include/evolution-data-server-2.24/libedata-cal/e-data-cal-factory.h
214include/evolution-data-server-2.22/libedataserver/e-file-cache.h 214include/evolution-data-server-2.24/libedata-cal/e-data-cal-view.h
215include/evolution-data-server-2.22/libedataserver/e-flag.h 215include/evolution-data-server-2.24/libedata-cal/e-data-cal.h
216include/evolution-data-server-2.22/libedataserver/e-iconv.h 216include/evolution-data-server-2.24/libedataserver/e-account-list.h
217include/evolution-data-server-2.22/libedataserver/e-iterator.h 217include/evolution-data-server-2.24/libedataserver/e-account.h
218include/evolution-data-server-2.22/libedataserver/e-list-iterator.h 218include/evolution-data-server-2.24/libedataserver/e-categories.h
219include/evolution-data-server-2.22/libedataserver/e-list.h 219include/evolution-data-server-2.24/libedataserver/e-component-listener.h
220include/evolution-data-server-2.22/libedataserver/e-memory.h 220include/evolution-data-server-2.24/libedataserver/e-data-server-util.h
221include/evolution-data-server-2.22/libedataserver/e-msgport.h 221include/evolution-data-server-2.24/libedataserver/e-flag.h
222include/evolution-data-server-2.22/libedataserver/e-sexp.h 222include/evolution-data-server-2.24/libedataserver/e-iconv.h
223include/evolution-data-server-2.22/libedataserver/e-source-group.h 223include/evolution-data-server-2.24/libedataserver/e-iterator.h
224include/evolution-data-server-2.22/libedataserver/e-source-list.h 224include/evolution-data-server-2.24/libedataserver/e-list-iterator.h
225include/evolution-data-server-2.22/libedataserver/e-source.h 225include/evolution-data-server-2.24/libedataserver/e-list.h
226include/evolution-data-server-2.22/libedataserver/e-time-utils.h 226include/evolution-data-server-2.24/libedataserver/e-memory.h
227include/evolution-data-server-2.22/libedataserver/e-trie.h 227include/evolution-data-server-2.24/libedataserver/e-msgport.h
228include/evolution-data-server-2.22/libedataserver/e-uid.h 228include/evolution-data-server-2.24/libedataserver/e-proxy.h
229include/evolution-data-server-2.22/libedataserver/e-url.h 229include/evolution-data-server-2.24/libedataserver/e-sexp.h
230include/evolution-data-server-2.22/libedataserver/e-xml-hash-utils.h 230include/evolution-data-server-2.24/libedataserver/e-source-group.h
231include/evolution-data-server-2.22/libedataserver/e-xml-utils.h 231include/evolution-data-server-2.24/libedataserver/e-source-list.h
232include/evolution-data-server-2.22/libedataserver/md5-utils.h 232include/evolution-data-server-2.24/libedataserver/e-source.h
233include/evolution-data-server-2.22/libedataserverui/e-book-auth-util.h 233include/evolution-data-server-2.24/libedataserver/e-time-utils.h
234include/evolution-data-server-2.22/libedataserverui/e-categories-dialog.h 234include/evolution-data-server-2.24/libedataserver/e-trie.h
235include/evolution-data-server-2.22/libedataserverui/e-cell-renderer-color.h 235include/evolution-data-server-2.24/libedataserver/e-uid.h
236include/evolution-data-server-2.22/libedataserverui/e-contact-store.h 236include/evolution-data-server-2.24/libedataserver/e-url.h
237include/evolution-data-server-2.22/libedataserverui/e-destination-store.h 237include/evolution-data-server-2.24/libedataserver/e-xml-hash-utils.h
238include/evolution-data-server-2.22/libedataserverui/e-name-selector-dialog.h 238include/evolution-data-server-2.24/libedataserver/e-xml-utils.h
239include/evolution-data-server-2.22/libedataserverui/e-name-selector-entry.h 239include/evolution-data-server-2.24/libedataserver/eds-version.h
240include/evolution-data-server-2.22/libedataserverui/e-name-selector-list.h 240include/evolution-data-server-2.24/libedataserver/md5-utils.h
241include/evolution-data-server-2.22/libedataserverui/e-name-selector-model.h 241include/evolution-data-server-2.24/libedataserverui/e-book-auth-util.h
242include/evolution-data-server-2.22/libedataserverui/e-name-selector.h 242include/evolution-data-server-2.24/libedataserverui/e-categories-dialog.h
243include/evolution-data-server-2.22/libedataserverui/e-passwords.h 243include/evolution-data-server-2.24/libedataserverui/e-cell-renderer-color.h
244include/evolution-data-server-2.22/libedataserverui/e-source-combo-box.h 244include/evolution-data-server-2.24/libedataserverui/e-contact-store.h
245include/evolution-data-server-2.22/libedataserverui/e-source-option-menu.h 245include/evolution-data-server-2.24/libedataserverui/e-destination-store.h
246include/evolution-data-server-2.22/libedataserverui/e-source-selector-dialog.h 246include/evolution-data-server-2.24/libedataserverui/e-name-selector-dialog.h
247include/evolution-data-server-2.22/libedataserverui/e-source-selector.h 247include/evolution-data-server-2.24/libedataserverui/e-name-selector-entry.h
248include/evolution-data-server-2.22/libedataserverui/e-tree-model-generator.h 248include/evolution-data-server-2.24/libedataserverui/e-name-selector-list.h
249include/evolution-data-server-2.22/libical/ical.h 249include/evolution-data-server-2.24/libedataserverui/e-name-selector-model.h
250include/evolution-data-server-2.22/libical/icalarray.h 250include/evolution-data-server-2.24/libedataserverui/e-name-selector.h
251include/evolution-data-server-2.22/libical/icalattach.h 251include/evolution-data-server-2.24/libedataserverui/e-passwords.h
252include/evolution-data-server-2.22/libical/icalcalendar.h 252include/evolution-data-server-2.24/libedataserverui/e-source-combo-box.h
253include/evolution-data-server-2.22/libical/icalclassify.h 253include/evolution-data-server-2.24/libedataserverui/e-source-option-menu.h
254include/evolution-data-server-2.22/libical/icalcluster.h 254include/evolution-data-server-2.24/libedataserverui/e-source-selector-dialog.h
255include/evolution-data-server-2.22/libical/icalcomponent.h 255include/evolution-data-server-2.24/libedataserverui/e-source-selector.h
256include/evolution-data-server-2.22/libical/icalderivedparameter.h 256include/evolution-data-server-2.24/libedataserverui/e-tree-model-generator.h
257include/evolution-data-server-2.22/libical/icalderivedproperty.h 257include/evolution-data-server-2.24/libical/ical.h
258include/evolution-data-server-2.22/libical/icalderivedvalue.h 258include/evolution-data-server-2.24/libical/icalarray.h
259include/evolution-data-server-2.22/libical/icaldirset.h 259include/evolution-data-server-2.24/libical/icalattach.h
260include/evolution-data-server-2.22/libical/icaldirsetimpl.h 260include/evolution-data-server-2.24/libical/icalcalendar.h
261include/evolution-data-server-2.22/libical/icalduration.h 261include/evolution-data-server-2.24/libical/icalclassify.h
262include/evolution-data-server-2.22/libical/icalenums.h 262include/evolution-data-server-2.24/libical/icalcluster.h
263include/evolution-data-server-2.22/libical/icalerror.h 263include/evolution-data-server-2.24/libical/icalcomponent.h
264include/evolution-data-server-2.22/libical/icalfileset.h 264include/evolution-data-server-2.24/libical/icalderivedparameter.h
265include/evolution-data-server-2.22/libical/icalfilesetimpl.h 265include/evolution-data-server-2.24/libical/icalderivedproperty.h
266include/evolution-data-server-2.22/libical/icalgauge.h 266include/evolution-data-server-2.24/libical/icalderivedvalue.h
267include/evolution-data-server-2.22/libical/icalgaugeimpl.h 267include/evolution-data-server-2.24/libical/icaldirset.h
268include/evolution-data-server-2.22/libical/icallangbind.h 268include/evolution-data-server-2.24/libical/icaldirsetimpl.h
269include/evolution-data-server-2.22/libical/icalmemory.h 269include/evolution-data-server-2.24/libical/icalduration.h
270include/evolution-data-server-2.22/libical/icalmessage.h 270include/evolution-data-server-2.24/libical/icalenums.h
271include/evolution-data-server-2.22/libical/icalmime.h 271include/evolution-data-server-2.24/libical/icalerror.h
272include/evolution-data-server-2.22/libical/icalparameter.h 272include/evolution-data-server-2.24/libical/icalfileset.h
273include/evolution-data-server-2.22/libical/icalparser.h 273include/evolution-data-server-2.24/libical/icalfilesetimpl.h
274include/evolution-data-server-2.22/libical/icalperiod.h 274include/evolution-data-server-2.24/libical/icalgauge.h
275include/evolution-data-server-2.22/libical/icalproperty.h 275include/evolution-data-server-2.24/libical/icalgaugeimpl.h
276include/evolution-data-server-2.22/libical/icalrecur.h 276include/evolution-data-server-2.24/libical/icallangbind.h
277include/evolution-data-server-2.22/libical/icalrestriction.h 277include/evolution-data-server-2.24/libical/icalmemory.h
278include/evolution-data-server-2.22/libical/icalset.h 278include/evolution-data-server-2.24/libical/icalmessage.h
279include/evolution-data-server-2.22/libical/icalspanlist.h 279include/evolution-data-server-2.24/libical/icalmime.h
280include/evolution-data-server-2.22/libical/icalss.h 280include/evolution-data-server-2.24/libical/icalparameter.h
281include/evolution-data-server-2.22/libical/icalssyacc.h 281include/evolution-data-server-2.24/libical/icalparser.h
282include/evolution-data-server-2.22/libical/icaltime.h 282include/evolution-data-server-2.24/libical/icalperiod.h
283include/evolution-data-server-2.22/libical/icaltimezone.h 283include/evolution-data-server-2.24/libical/icalproperty.h
284include/evolution-data-server-2.22/libical/icaltypes.h 284include/evolution-data-server-2.24/libical/icalrecur.h
285include/evolution-data-server-2.22/libical/icaltz-util.h 285include/evolution-data-server-2.24/libical/icalrestriction.h
286include/evolution-data-server-2.22/libical/icalvalue.h 286include/evolution-data-server-2.24/libical/icalset.h
287include/evolution-data-server-2.22/libical/icalvcal.h 287include/evolution-data-server-2.24/libical/icalspanlist.h
288include/evolution-data-server-2.22/libical/port.h 288include/evolution-data-server-2.24/libical/icalss.h
289include/evolution-data-server-2.22/libical/pvl.h 289include/evolution-data-server-2.24/libical/icalssyacc.h
290include/evolution-data-server-2.22/libical/sspm.h 290include/evolution-data-server-2.24/libical/icaltime.h
291include/evolution-data-server-2.22/libical/vcaltmp.h 291include/evolution-data-server-2.24/libical/icaltimezone.h
292include/evolution-data-server-2.22/libical/vcc.h 292include/evolution-data-server-2.24/libical/icaltypes.h
293include/evolution-data-server-2.22/libical/vobject.h 293include/evolution-data-server-2.24/libical/icaltz-util.h
 294include/evolution-data-server-2.24/libical/icalvalue.h
 295include/evolution-data-server-2.24/libical/icalvcal.h
 296include/evolution-data-server-2.24/libical/port.h
 297include/evolution-data-server-2.24/libical/pvl.h
 298include/evolution-data-server-2.24/libical/sspm.h
 299include/evolution-data-server-2.24/libical/vcaltmp.h
 300include/evolution-data-server-2.24/libical/vcc.h
 301include/evolution-data-server-2.24/libical/vobject.h
294lib/bonobo/servers/GNOME_Evolution_DataServer_1.2.server 302lib/bonobo/servers/GNOME_Evolution_DataServer_1.2.server
295lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.la 303lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.la
296lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.urls 304lib/evolution-data-server-1.2/camel-providers/libcamelgroupwise.urls
297lib/evolution-data-server-1.2/camel-providers/libcamelhula.la 
298lib/evolution-data-server-1.2/camel-providers/libcamelhula.urls 
299lib/evolution-data-server-1.2/camel-providers/libcamelimap.la 305lib/evolution-data-server-1.2/camel-providers/libcamelimap.la
300lib/evolution-data-server-1.2/camel-providers/libcamelimap.urls 306lib/evolution-data-server-1.2/camel-providers/libcamelimap.urls
301lib/evolution-data-server-1.2/camel-providers/libcamellocal.la 307lib/evolution-data-server-1.2/camel-providers/libcamellocal.la
302lib/evolution-data-server-1.2/camel-providers/libcamellocal.urls 308lib/evolution-data-server-1.2/camel-providers/libcamellocal.urls
303lib/evolution-data-server-1.2/camel-providers/libcamelnntp.la 309lib/evolution-data-server-1.2/camel-providers/libcamelnntp.la
304lib/evolution-data-server-1.2/camel-providers/libcamelnntp.urls 310lib/evolution-data-server-1.2/camel-providers/libcamelnntp.urls
305lib/evolution-data-server-1.2/camel-providers/libcamelpop3.la 311lib/evolution-data-server-1.2/camel-providers/libcamelpop3.la
306lib/evolution-data-server-1.2/camel-providers/libcamelpop3.urls 312lib/evolution-data-server-1.2/camel-providers/libcamelpop3.urls
307lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.la 313lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.la
308lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.urls 314lib/evolution-data-server-1.2/camel-providers/libcamelsendmail.urls
309lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.la 315lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.la
310lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.urls 316lib/evolution-data-server-1.2/camel-providers/libcamelsmtp.urls
311lib/evolution-data-server-1.2/extensions/libebookbackendfile.la 317lib/evolution-data-server-1.2/extensions/libebookbackendfile.la
 318lib/evolution-data-server-1.2/extensions/libebookbackendgoogle.la
312lib/evolution-data-server-1.2/extensions/libebookbackendgroupwise.la 319lib/evolution-data-server-1.2/extensions/libebookbackendgroupwise.la
313lib/evolution-data-server-1.2/extensions/libebookbackendldap.la 320lib/evolution-data-server-1.2/extensions/libebookbackendldap.la
314lib/evolution-data-server-1.2/extensions/libebookbackendvcf.la 321lib/evolution-data-server-1.2/extensions/libebookbackendvcf.la
 322lib/evolution-data-server-1.2/extensions/libebookbackendwebdav.la
315lib/evolution-data-server-1.2/extensions/libecalbackendcaldav.la 323lib/evolution-data-server-1.2/extensions/libecalbackendcaldav.la
316lib/evolution-data-server-1.2/extensions/libecalbackendcontacts.la 324lib/evolution-data-server-1.2/extensions/libecalbackendcontacts.la
317lib/evolution-data-server-1.2/extensions/libecalbackendfile.la 325lib/evolution-data-server-1.2/extensions/libecalbackendfile.la
318lib/evolution-data-server-1.2/extensions/libecalbackendgoogle.la 326lib/evolution-data-server-1.2/extensions/libecalbackendgoogle.la
319lib/evolution-data-server-1.2/extensions/libecalbackendgroupwise.la 327lib/evolution-data-server-1.2/extensions/libecalbackendgroupwise.la
320lib/evolution-data-server-1.2/extensions/libecalbackendhttp.la 328lib/evolution-data-server-1.2/extensions/libecalbackendhttp.la
321lib/evolution-data-server-1.2/extensions/libecalbackendweather.la 329lib/evolution-data-server-1.2/extensions/libecalbackendweather.la
322lib/libcamel-1.2.la 330lib/libcamel-1.2.la
323lib/libcamel-provider-1.2.la 331lib/libcamel-provider-1.2.la
 332lib/libebackend-1.2.la
324lib/libebook-1.2.la 333lib/libebook-1.2.la
325lib/libecal-1.2.la 334lib/libecal-1.2.la
326lib/libedata-book-1.2.la 335lib/libedata-book-1.2.la
327lib/libedata-cal-1.2.la 336lib/libedata-cal-1.2.la
328lib/libedataserver-1.2.la 337lib/libedataserver-1.2.la
329lib/libedataserverui-1.2.la 338lib/libedataserverui-1.2.la
330lib/libegroupwise-1.2.la 339lib/libegroupwise-1.2.la
331lib/libexchange-storage-1.2.la 340lib/libexchange-storage-1.2.la
332lib/libgdata-1.2.la 341lib/libgdata-1.2.la
333lib/libgdata-google-1.2.la 342lib/libgdata-google-1.2.la
334lib/pkgconfig/camel-1.2.pc 343lib/pkgconfig/camel-1.2.pc
335lib/pkgconfig/camel-provider-1.2.pc 344lib/pkgconfig/camel-provider-1.2.pc
336lib/pkgconfig/evolution-data-server-1.2.pc 345lib/pkgconfig/evolution-data-server-1.2.pc
 346lib/pkgconfig/libebackend-1.2.pc
337lib/pkgconfig/libebook-1.2.pc 347lib/pkgconfig/libebook-1.2.pc
338lib/pkgconfig/libecal-1.2.pc 348lib/pkgconfig/libecal-1.2.pc
339lib/pkgconfig/libedata-book-1.2.pc 349lib/pkgconfig/libedata-book-1.2.pc
340lib/pkgconfig/libedata-cal-1.2.pc 350lib/pkgconfig/libedata-cal-1.2.pc
341lib/pkgconfig/libedataserver-1.2.pc 351lib/pkgconfig/libedataserver-1.2.pc
342lib/pkgconfig/libedataserverui-1.2.pc 352lib/pkgconfig/libedataserverui-1.2.pc
343lib/pkgconfig/libegroupwise-1.2.pc 353lib/pkgconfig/libegroupwise-1.2.pc
344lib/pkgconfig/libexchange-storage-1.2.pc 354lib/pkgconfig/libexchange-storage-1.2.pc
345lib/pkgconfig/libgdata-1.2.pc 355lib/pkgconfig/libgdata-1.2.pc
346lib/pkgconfig/libgdata-google-1.2.pc 356lib/pkgconfig/libgdata-google-1.2.pc
347libexec/camel-index-control-1.2 357libexec/camel-index-control-1.2
348libexec/camel-lock-helper-1.2 358libexec/camel-lock-helper-1.2
349libexec/evolution-data-server-2.22 359libexec/evolution-data-server-2.24
350share/evolution-data-server-2.22/evolutionperson.schema 360share/evolution-data-server-2.24/evolutionperson.schema
351share/evolution-data-server-2.22/glade/e-categories-dialog.glade 361share/evolution-data-server-2.24/glade/e-categories-dialog.glade
352share/evolution-data-server-2.22/glade/e-name-selector-dialog.glade 362share/evolution-data-server-2.24/glade/e-name-selector-dialog.glade
353share/evolution-data-server-2.22/weather/Locations.xml 363share/evolution-data-server-2.24/weather/Locations.xml
354share/gtk-doc/html/camel/Addresses.html 364share/gtk-doc/html/camel/Addresses.html
355share/gtk-doc/html/camel/ClassTree.html 365share/gtk-doc/html/camel/ClassTree.html
356share/gtk-doc/html/camel/Crypto.html 366share/gtk-doc/html/camel/Crypto.html
 367share/gtk-doc/html/camel/Deprecated.html
357share/gtk-doc/html/camel/Filters.html 368share/gtk-doc/html/camel/Filters.html
358share/gtk-doc/html/camel/Folders.html 369share/gtk-doc/html/camel/Folders.html
359share/gtk-doc/html/camel/Fundamentals.html 370share/gtk-doc/html/camel/Fundamentals.html
360share/gtk-doc/html/camel/MIME.html 371share/gtk-doc/html/camel/MIME.html
 372share/gtk-doc/html/camel/SearchFolders.html
361share/gtk-doc/html/camel/Services.html 373share/gtk-doc/html/camel/Services.html
 374share/gtk-doc/html/camel/Storage.html
 375share/gtk-doc/html/camel/StreamFilters.html
362share/gtk-doc/html/camel/Streams.html 376share/gtk-doc/html/camel/Streams.html
 377share/gtk-doc/html/camel/Utilities.html
363share/gtk-doc/html/camel/camel-CamelAddress.html 378share/gtk-doc/html/camel/camel-CamelAddress.html
 379share/gtk-doc/html/camel/camel-CamelCertDB.html
364share/gtk-doc/html/camel/camel-CamelCipherContext.html 380share/gtk-doc/html/camel/camel-CamelCipherContext.html
 381share/gtk-doc/html/camel/camel-CamelDB.html
 382share/gtk-doc/html/camel/camel-CamelDataCache.html
365share/gtk-doc/html/camel/camel-CamelDataWrapper.html 383share/gtk-doc/html/camel/camel-CamelDataWrapper.html
 384share/gtk-doc/html/camel/camel-CamelFilterDriver.html
366share/gtk-doc/html/camel/camel-CamelFolder.html 385share/gtk-doc/html/camel/camel-CamelFolder.html
 386share/gtk-doc/html/camel/camel-CamelFolderSearch.html
367share/gtk-doc/html/camel/camel-CamelFolderSummary.html 387share/gtk-doc/html/camel/camel-CamelFolderSummary.html
368share/gtk-doc/html/camel/camel-CamelGpgContext.html 388share/gtk-doc/html/camel/camel-CamelGpgContext.html
 389share/gtk-doc/html/camel/camel-CamelHttpStream.html
 390share/gtk-doc/html/camel/camel-CamelIndex.html
369share/gtk-doc/html/camel/camel-CamelInternetAddress.html 391share/gtk-doc/html/camel/camel-CamelInternetAddress.html
 392share/gtk-doc/html/camel/camel-CamelKeyFile.html
 393share/gtk-doc/html/camel/camel-CamelKeyTable.html
370share/gtk-doc/html/camel/camel-CamelMedium.html 394share/gtk-doc/html/camel/camel-CamelMedium.html
371share/gtk-doc/html/camel/camel-CamelMimeFilter.html 395share/gtk-doc/html/camel/camel-CamelMimeFilter.html
372share/gtk-doc/html/camel/camel-CamelMimeFilterBasic.html 396share/gtk-doc/html/camel/camel-CamelMimeFilterBasic.html
373share/gtk-doc/html/camel/camel-CamelMimeFilterBestenc.html 397share/gtk-doc/html/camel/camel-CamelMimeFilterBestenc.html
374share/gtk-doc/html/camel/camel-CamelMimeFilterCRLF.html 398share/gtk-doc/html/camel/camel-CamelMimeFilterCRLF.html
375share/gtk-doc/html/camel/camel-CamelMimeFilterCanon.html 399share/gtk-doc/html/camel/camel-CamelMimeFilterCanon.html
376share/gtk-doc/html/camel/camel-CamelMimeFilterCharset.html 400share/gtk-doc/html/camel/camel-CamelMimeFilterCharset.html
377share/gtk-doc/html/camel/camel-CamelMimeFilterEnriched.html 401share/gtk-doc/html/camel/camel-CamelMimeFilterEnriched.html
378share/gtk-doc/html/camel/camel-CamelMimeFilterFrom.html 402share/gtk-doc/html/camel/camel-CamelMimeFilterFrom.html
 403share/gtk-doc/html/camel/camel-CamelMimeFilterGZip.html
379share/gtk-doc/html/camel/camel-CamelMimeFilterHTML.html 404share/gtk-doc/html/camel/camel-CamelMimeFilterHTML.html
380share/gtk-doc/html/camel/camel-CamelMimeFilterIndex.html 405share/gtk-doc/html/camel/camel-CamelMimeFilterIndex.html
 406share/gtk-doc/html/camel/camel-CamelMimeFilterLinewrap.html
381share/gtk-doc/html/camel/camel-CamelMimeFilterPgp.html 407share/gtk-doc/html/camel/camel-CamelMimeFilterPgp.html
 408share/gtk-doc/html/camel/camel-CamelMimeFilterProgress.html
382share/gtk-doc/html/camel/camel-CamelMimeFilterSave.html 409share/gtk-doc/html/camel/camel-CamelMimeFilterSave.html
383share/gtk-doc/html/camel/camel-CamelMimeFilterToHTML.html 410share/gtk-doc/html/camel/camel-CamelMimeFilterToHTML.html
384share/gtk-doc/html/camel/camel-CamelMimeFilterWindows.html 411share/gtk-doc/html/camel/camel-CamelMimeFilterWindows.html
385share/gtk-doc/html/camel/camel-CamelMimeFilterYenc.html 412share/gtk-doc/html/camel/camel-CamelMimeFilterYenc.html
386share/gtk-doc/html/camel/camel-CamelMimeMessage.html 413share/gtk-doc/html/camel/camel-CamelMimeMessage.html
387share/gtk-doc/html/camel/camel-CamelMimeParser.html 414share/gtk-doc/html/camel/camel-CamelMimeParser.html
388share/gtk-doc/html/camel/camel-CamelMimePart.html 415share/gtk-doc/html/camel/camel-CamelMimePart.html
 416share/gtk-doc/html/camel/camel-CamelMsgPort.html
389share/gtk-doc/html/camel/camel-CamelMultipart.html 417share/gtk-doc/html/camel/camel-CamelMultipart.html
390share/gtk-doc/html/camel/camel-CamelMultipartEncrypted.html 418share/gtk-doc/html/camel/camel-CamelMultipartEncrypted.html
391share/gtk-doc/html/camel/camel-CamelMultipartSigned.html 419share/gtk-doc/html/camel/camel-CamelMultipartSigned.html
 420share/gtk-doc/html/camel/camel-CamelNNTPAddress.html
 421share/gtk-doc/html/camel/camel-CamelNewsAddress.html
392share/gtk-doc/html/camel/camel-CamelObject.html 422share/gtk-doc/html/camel/camel-CamelObject.html
393share/gtk-doc/html/camel/camel-CamelOfflineFolder.html 423share/gtk-doc/html/camel/camel-CamelOfflineFolder.html
394share/gtk-doc/html/camel/camel-CamelOfflineJournal.html 424share/gtk-doc/html/camel/camel-CamelOfflineJournal.html
395share/gtk-doc/html/camel/camel-CamelOfflineStore.html 425share/gtk-doc/html/camel/camel-CamelOfflineStore.html
 426share/gtk-doc/html/camel/camel-CamelSMIMEContext.html
396share/gtk-doc/html/camel/camel-CamelSasl.html 427share/gtk-doc/html/camel/camel-CamelSasl.html
397share/gtk-doc/html/camel/camel-CamelSaslAnonymous.html 428share/gtk-doc/html/camel/camel-CamelSaslAnonymous.html
398share/gtk-doc/html/camel/camel-CamelSaslCramMd5.html 429share/gtk-doc/html/camel/camel-CamelSaslCramMd5.html
399share/gtk-doc/html/camel/camel-CamelSaslDigestMd5.html 430share/gtk-doc/html/camel/camel-CamelSaslDigestMd5.html
400share/gtk-doc/html/camel/camel-CamelSaslGssapi.html 431share/gtk-doc/html/camel/camel-CamelSaslGssapi.html
401share/gtk-doc/html/camel/camel-CamelSaslKerberos4.html 432share/gtk-doc/html/camel/camel-CamelSaslKerberos4.html
402share/gtk-doc/html/camel/camel-CamelSaslLogin.html 433share/gtk-doc/html/camel/camel-CamelSaslLogin.html
403share/gtk-doc/html/camel/camel-CamelSaslNTLM.html 434share/gtk-doc/html/camel/camel-CamelSaslNTLM.html
 435share/gtk-doc/html/camel/camel-CamelSaslPOPB4SMTP.html
404share/gtk-doc/html/camel/camel-CamelSaslPlain.html 436share/gtk-doc/html/camel/camel-CamelSaslPlain.html
405share/gtk-doc/html/camel/camel-CamelSeekableStream.html 437share/gtk-doc/html/camel/camel-CamelSeekableStream.html
406share/gtk-doc/html/camel/camel-CamelSeekableSubstream.html 438share/gtk-doc/html/camel/camel-CamelSeekableSubstream.html
407share/gtk-doc/html/camel/camel-CamelService.html 439share/gtk-doc/html/camel/camel-CamelService.html
408share/gtk-doc/html/camel/camel-CamelSession.html 440share/gtk-doc/html/camel/camel-CamelSession.html
409share/gtk-doc/html/camel/camel-CamelStore.html 441share/gtk-doc/html/camel/camel-CamelStore.html
410share/gtk-doc/html/camel/camel-CamelStoreSummary.html 442share/gtk-doc/html/camel/camel-CamelStoreSummary.html
411share/gtk-doc/html/camel/camel-CamelStream.html 443share/gtk-doc/html/camel/camel-CamelStream.html
412share/gtk-doc/html/camel/camel-CamelStreamBuffer.html 444share/gtk-doc/html/camel/camel-CamelStreamBuffer.html
413share/gtk-doc/html/camel/camel-CamelStreamFilter.html 445share/gtk-doc/html/camel/camel-CamelStreamFilter.html
414share/gtk-doc/html/camel/camel-CamelStreamFs.html 446share/gtk-doc/html/camel/camel-CamelStreamFs.html
415share/gtk-doc/html/camel/camel-CamelStreamMem.html 447share/gtk-doc/html/camel/camel-CamelStreamMem.html
416share/gtk-doc/html/camel/camel-CamelStreamNull.html 448share/gtk-doc/html/camel/camel-CamelStreamNull.html
 449share/gtk-doc/html/camel/camel-CamelStreamProcess.html
417share/gtk-doc/html/camel/camel-CamelStreamVFS.html 450share/gtk-doc/html/camel/camel-CamelStreamVFS.html
418share/gtk-doc/html/camel/camel-CamelTcpStream.html 451share/gtk-doc/html/camel/camel-CamelTcpStream.html
419share/gtk-doc/html/camel/camel-CamelTcpStreamRaw.html 452share/gtk-doc/html/camel/camel-CamelTcpStreamRaw.html
420share/gtk-doc/html/camel/camel-CamelTcpStreamSSL.html 453share/gtk-doc/html/camel/camel-CamelTcpStreamSSL.html
 454share/gtk-doc/html/camel/camel-CamelTextIndexName.html
421share/gtk-doc/html/camel/camel-CamelTransport.html 455share/gtk-doc/html/camel/camel-CamelTransport.html
422share/gtk-doc/html/camel/camel-CamelVTrashFolder.html 456share/gtk-doc/html/camel/camel-CamelVTrashFolder.html
423share/gtk-doc/html/camel/camel-CamelVeeFolder.html 457share/gtk-doc/html/camel/camel-CamelVeeFolder.html
 458share/gtk-doc/html/camel/camel-CamelVeeStore.html
 459share/gtk-doc/html/camel/camel-CamelVeeSummary.html
 460share/gtk-doc/html/camel/camel-camel-arg.html
 461share/gtk-doc/html/camel/camel-camel-charset-map.html
 462share/gtk-doc/html/camel/camel-camel-debug.html
424share/gtk-doc/html/camel/camel-camel-exception.html 463share/gtk-doc/html/camel/camel-camel-exception.html
 464share/gtk-doc/html/camel/camel-camel-file-utils.html
 465share/gtk-doc/html/camel/camel-camel-filter-search.html
 466share/gtk-doc/html/camel/camel-camel-folder-thread.html
 467share/gtk-doc/html/camel/camel-camel-i18n.html
 468share/gtk-doc/html/camel/camel-camel-iconv.html
 469share/gtk-doc/html/camel/camel-camel-junk-plugin.html
 470share/gtk-doc/html/camel/camel-camel-list-utils.html
 471share/gtk-doc/html/camel/camel-camel-lock-client.html
 472share/gtk-doc/html/camel/camel-camel-lock.html
 473share/gtk-doc/html/camel/camel-camel-mime-utils.html
 474share/gtk-doc/html/camel/camel-camel-movemail.html
 475share/gtk-doc/html/camel/camel-camel-net-utils.html
425share/gtk-doc/html/camel/camel-camel-operation.html 476share/gtk-doc/html/camel/camel-camel-operation.html
 477share/gtk-doc/html/camel/camel-camel-process.html
426share/gtk-doc/html/camel/camel-camel-provider.html 478share/gtk-doc/html/camel/camel-camel-provider.html
 479share/gtk-doc/html/camel/camel-camel-search-sql.html
 480share/gtk-doc/html/camel/camel-camel-string-utils.html
 481share/gtk-doc/html/camel/camel-camel-trie.html
 482share/gtk-doc/html/camel/camel-camel-uid-cache.html
 483share/gtk-doc/html/camel/camel-camel-url-scanner.html
427share/gtk-doc/html/camel/camel-camel-url.html 484share/gtk-doc/html/camel/camel-camel-url.html
 485share/gtk-doc/html/camel/camel-camel-utf8.html
428share/gtk-doc/html/camel/camel.devhelp 486share/gtk-doc/html/camel/camel.devhelp
429share/gtk-doc/html/camel/camel.devhelp2 487share/gtk-doc/html/camel/camel.devhelp2
430share/gtk-doc/html/camel/classes.html 488share/gtk-doc/html/camel/classes.html
431share/gtk-doc/html/camel/home.png 489share/gtk-doc/html/camel/home.png
432share/gtk-doc/html/camel/index.html 490share/gtk-doc/html/camel/index.html
433share/gtk-doc/html/camel/index.sgml 491share/gtk-doc/html/camel/index.sgml
434share/gtk-doc/html/camel/ix01.html 492share/gtk-doc/html/camel/ix01.html
 493share/gtk-doc/html/camel/ix02.html
435share/gtk-doc/html/camel/left.png 494share/gtk-doc/html/camel/left.png
436share/gtk-doc/html/camel/right.png 495share/gtk-doc/html/camel/right.png
437share/gtk-doc/html/camel/style.css 496share/gtk-doc/html/camel/style.css
438share/gtk-doc/html/camel/up.png 497share/gtk-doc/html/camel/up.png
 498share/gtk-doc/html/libebackend/EFileCache.html
 499share/gtk-doc/html/libebackend/ch01.html
 500share/gtk-doc/html/libebackend/home.png
 501share/gtk-doc/html/libebackend/index.html
 502share/gtk-doc/html/libebackend/index.sgml
 503share/gtk-doc/html/libebackend/left.png
 504share/gtk-doc/html/libebackend/libebackend-e-data-server-module.html
 505share/gtk-doc/html/libebackend/libebackend-e-db3-utils.html
 506share/gtk-doc/html/libebackend/libebackend-e-dbhash.html
 507share/gtk-doc/html/libebackend/libebackend.devhelp
 508share/gtk-doc/html/libebackend/libebackend.devhelp2
 509share/gtk-doc/html/libebackend/right.png
 510share/gtk-doc/html/libebackend/style.css
 511share/gtk-doc/html/libebackend/up.png
439share/gtk-doc/html/libebook/EBook.html 512share/gtk-doc/html/libebook/EBook.html
440share/gtk-doc/html/libebook/EBookListener.html 513share/gtk-doc/html/libebook/EBookListener.html
441share/gtk-doc/html/libebook/EBookView.html 514share/gtk-doc/html/libebook/EBookView.html
442share/gtk-doc/html/libebook/EBookViewListener.html 515share/gtk-doc/html/libebook/EBookViewListener.html
443share/gtk-doc/html/libebook/EContact.html 516share/gtk-doc/html/libebook/EContact.html
444share/gtk-doc/html/libebook/EDestination.html 517share/gtk-doc/html/libebook/EDestination.html
445share/gtk-doc/html/libebook/EVCard.html 518share/gtk-doc/html/libebook/EVCard.html
446share/gtk-doc/html/libebook/ch01.html 519share/gtk-doc/html/libebook/ch01.html
447share/gtk-doc/html/libebook/home.png 520share/gtk-doc/html/libebook/home.png
448share/gtk-doc/html/libebook/index.html 521share/gtk-doc/html/libebook/index.html
449share/gtk-doc/html/libebook/index.sgml 522share/gtk-doc/html/libebook/index.sgml
450share/gtk-doc/html/libebook/ix01.html 523share/gtk-doc/html/libebook/ix01.html
451share/gtk-doc/html/libebook/left.png 524share/gtk-doc/html/libebook/left.png
@@ -459,26 +532,27 @@ share/gtk-doc/html/libebook/right.png @@ -459,26 +532,27 @@ share/gtk-doc/html/libebook/right.png
459share/gtk-doc/html/libebook/style.css 532share/gtk-doc/html/libebook/style.css
460share/gtk-doc/html/libebook/up.png 533share/gtk-doc/html/libebook/up.png
461share/gtk-doc/html/libecal/ECal.html 534share/gtk-doc/html/libecal/ECal.html
462share/gtk-doc/html/libecal/ECalComponent.html 535share/gtk-doc/html/libecal/ECalComponent.html
463share/gtk-doc/html/libecal/ECalListener.html 536share/gtk-doc/html/libecal/ECalListener.html
464share/gtk-doc/html/libecal/ECalView.html 537share/gtk-doc/html/libecal/ECalView.html
465share/gtk-doc/html/libecal/ECalViewListener.html 538share/gtk-doc/html/libecal/ECalViewListener.html
466share/gtk-doc/html/libecal/ch01.html 539share/gtk-doc/html/libecal/ch01.html
467share/gtk-doc/html/libecal/home.png 540share/gtk-doc/html/libecal/home.png
468share/gtk-doc/html/libecal/index.html 541share/gtk-doc/html/libecal/index.html
469share/gtk-doc/html/libecal/index.sgml 542share/gtk-doc/html/libecal/index.sgml
470share/gtk-doc/html/libecal/ix01.html 543share/gtk-doc/html/libecal/ix01.html
471share/gtk-doc/html/libecal/left.png 544share/gtk-doc/html/libecal/left.png
 545share/gtk-doc/html/libecal/libecal-e-cal-check-timezones.html
472share/gtk-doc/html/libecal/libecal-e-cal-recur.html 546share/gtk-doc/html/libecal/libecal-e-cal-recur.html
473share/gtk-doc/html/libecal/libecal-e-cal-time-util.html 547share/gtk-doc/html/libecal/libecal-e-cal-time-util.html
474share/gtk-doc/html/libecal/libecal-e-cal-types.html 548share/gtk-doc/html/libecal/libecal-e-cal-types.html
475share/gtk-doc/html/libecal/libecal-e-cal-util.html 549share/gtk-doc/html/libecal/libecal-e-cal-util.html
476share/gtk-doc/html/libecal/libecal.devhelp 550share/gtk-doc/html/libecal/libecal.devhelp
477share/gtk-doc/html/libecal/libecal.devhelp2 551share/gtk-doc/html/libecal/libecal.devhelp2
478share/gtk-doc/html/libecal/right.png 552share/gtk-doc/html/libecal/right.png
479share/gtk-doc/html/libecal/style.css 553share/gtk-doc/html/libecal/style.css
480share/gtk-doc/html/libecal/up.png 554share/gtk-doc/html/libecal/up.png
481share/gtk-doc/html/libedata-book/EBookBackend.html 555share/gtk-doc/html/libedata-book/EBookBackend.html
482share/gtk-doc/html/libedata-book/EBookBackendCache.html 556share/gtk-doc/html/libedata-book/EBookBackendCache.html
483share/gtk-doc/html/libedata-book/EBookBackendFactory.html 557share/gtk-doc/html/libedata-book/EBookBackendFactory.html
484share/gtk-doc/html/libedata-book/EBookBackendSExp.html 558share/gtk-doc/html/libedata-book/EBookBackendSExp.html
@@ -513,45 +587,43 @@ share/gtk-doc/html/libedata-cal/home.png @@ -513,45 +587,43 @@ share/gtk-doc/html/libedata-cal/home.png
513share/gtk-doc/html/libedata-cal/index.html 587share/gtk-doc/html/libedata-cal/index.html
514share/gtk-doc/html/libedata-cal/index.sgml 588share/gtk-doc/html/libedata-cal/index.sgml
515share/gtk-doc/html/libedata-cal/ix01.html 589share/gtk-doc/html/libedata-cal/ix01.html
516share/gtk-doc/html/libedata-cal/left.png 590share/gtk-doc/html/libedata-cal/left.png
517share/gtk-doc/html/libedata-cal/libedata-cal-e-cal-backend-util.html 591share/gtk-doc/html/libedata-cal/libedata-cal-e-cal-backend-util.html
518share/gtk-doc/html/libedata-cal/libedata-cal.devhelp 592share/gtk-doc/html/libedata-cal/libedata-cal.devhelp
519share/gtk-doc/html/libedata-cal/libedata-cal.devhelp2 593share/gtk-doc/html/libedata-cal/libedata-cal.devhelp2
520share/gtk-doc/html/libedata-cal/right.png 594share/gtk-doc/html/libedata-cal/right.png
521share/gtk-doc/html/libedata-cal/style.css 595share/gtk-doc/html/libedata-cal/style.css
522share/gtk-doc/html/libedata-cal/up.png 596share/gtk-doc/html/libedata-cal/up.png
523share/gtk-doc/html/libedataserver/EAccount.html 597share/gtk-doc/html/libedataserver/EAccount.html
524share/gtk-doc/html/libedataserver/EAccountList.html 598share/gtk-doc/html/libedataserver/EAccountList.html
525share/gtk-doc/html/libedataserver/EComponentListener.html 599share/gtk-doc/html/libedataserver/EComponentListener.html
526share/gtk-doc/html/libedataserver/EFileCache.html 
527share/gtk-doc/html/libedataserver/EIterator.html 600share/gtk-doc/html/libedataserver/EIterator.html
528share/gtk-doc/html/libedataserver/EList.html 601share/gtk-doc/html/libedataserver/EList.html
529share/gtk-doc/html/libedataserver/EListIterator.html 602share/gtk-doc/html/libedataserver/EListIterator.html
530share/gtk-doc/html/libedataserver/ESource.html 603share/gtk-doc/html/libedataserver/ESource.html
531share/gtk-doc/html/libedataserver/ESourceGroup.html 604share/gtk-doc/html/libedataserver/ESourceGroup.html
532share/gtk-doc/html/libedataserver/ESourceList.html 605share/gtk-doc/html/libedataserver/ESourceList.html
533share/gtk-doc/html/libedataserver/ch01.html 606share/gtk-doc/html/libedataserver/ch01.html
534share/gtk-doc/html/libedataserver/home.png 607share/gtk-doc/html/libedataserver/home.png
535share/gtk-doc/html/libedataserver/index.html 608share/gtk-doc/html/libedataserver/index.html
536share/gtk-doc/html/libedataserver/index.sgml 609share/gtk-doc/html/libedataserver/index.sgml
537share/gtk-doc/html/libedataserver/ix01.html 610share/gtk-doc/html/libedataserver/ix01.html
538share/gtk-doc/html/libedataserver/left.png 611share/gtk-doc/html/libedataserver/left.png
539share/gtk-doc/html/libedataserver/libedataserver-EFlag.html 612share/gtk-doc/html/libedataserver/libedataserver-EFlag.html
 613share/gtk-doc/html/libedataserver/libedataserver-EProxy.html
540share/gtk-doc/html/libedataserver/libedataserver-ESExp.html 614share/gtk-doc/html/libedataserver/libedataserver-ESExp.html
 615share/gtk-doc/html/libedataserver/libedataserver-Version-Information.html
541share/gtk-doc/html/libedataserver/libedataserver-e-categories.html 616share/gtk-doc/html/libedataserver/libedataserver-e-categories.html
542share/gtk-doc/html/libedataserver/libedataserver-e-data-server-module.html 
543share/gtk-doc/html/libedataserver/libedataserver-e-db3-utils.html 
544share/gtk-doc/html/libedataserver/libedataserver-e-dbhash.html 
545share/gtk-doc/html/libedataserver/libedataserver-e-iconv.html 617share/gtk-doc/html/libedataserver/libedataserver-e-iconv.html
546share/gtk-doc/html/libedataserver/libedataserver-e-memory.html 618share/gtk-doc/html/libedataserver/libedataserver-e-memory.html
547share/gtk-doc/html/libedataserver/libedataserver-e-msgport.html 619share/gtk-doc/html/libedataserver/libedataserver-e-msgport.html
548share/gtk-doc/html/libedataserver/libedataserver-e-time-utils.html 620share/gtk-doc/html/libedataserver/libedataserver-e-time-utils.html
549share/gtk-doc/html/libedataserver/libedataserver-e-trie.html 621share/gtk-doc/html/libedataserver/libedataserver-e-trie.html
550share/gtk-doc/html/libedataserver/libedataserver-e-uid.html 622share/gtk-doc/html/libedataserver/libedataserver-e-uid.html
551share/gtk-doc/html/libedataserver/libedataserver-e-url.html 623share/gtk-doc/html/libedataserver/libedataserver-e-url.html
552share/gtk-doc/html/libedataserver/libedataserver-e-util.html 624share/gtk-doc/html/libedataserver/libedataserver-e-util.html
553share/gtk-doc/html/libedataserver/libedataserver-e-xml-hash-utils.html 625share/gtk-doc/html/libedataserver/libedataserver-e-xml-hash-utils.html
554share/gtk-doc/html/libedataserver/libedataserver-md5-utils.html 626share/gtk-doc/html/libedataserver/libedataserver-md5-utils.html
555share/gtk-doc/html/libedataserver/libedataserver.devhelp 627share/gtk-doc/html/libedataserver/libedataserver.devhelp
556share/gtk-doc/html/libedataserver/libedataserver.devhelp2 628share/gtk-doc/html/libedataserver/libedataserver.devhelp2
557share/gtk-doc/html/libedataserver/right.png 629share/gtk-doc/html/libedataserver/right.png
@@ -578,104 +650,104 @@ share/gtk-doc/html/libedataserverui/ix01 @@ -578,104 +650,104 @@ share/gtk-doc/html/libedataserverui/ix01
578share/gtk-doc/html/libedataserverui/left.png 650share/gtk-doc/html/libedataserverui/left.png
579share/gtk-doc/html/libedataserverui/libedataserverui-ECellRendererColor.html 651share/gtk-doc/html/libedataserverui/libedataserverui-ECellRendererColor.html
580share/gtk-doc/html/libedataserverui/libedataserverui-e-book-auth-util.html 652share/gtk-doc/html/libedataserverui/libedataserverui-e-book-auth-util.html
581share/gtk-doc/html/libedataserverui/libedataserverui-e-data-server-ui-marshal.html 653share/gtk-doc/html/libedataserverui/libedataserverui-e-data-server-ui-marshal.html
582share/gtk-doc/html/libedataserverui/libedataserverui-e-passwords.html 654share/gtk-doc/html/libedataserverui/libedataserverui-e-passwords.html
583share/gtk-doc/html/libedataserverui/libedataserverui.devhelp 655share/gtk-doc/html/libedataserverui/libedataserverui.devhelp
584share/gtk-doc/html/libedataserverui/libedataserverui.devhelp2 656share/gtk-doc/html/libedataserverui/libedataserverui.devhelp2
585share/gtk-doc/html/libedataserverui/right.png 657share/gtk-doc/html/libedataserverui/right.png
586share/gtk-doc/html/libedataserverui/style.css 658share/gtk-doc/html/libedataserverui/style.css
587share/gtk-doc/html/libedataserverui/up.png 659share/gtk-doc/html/libedataserverui/up.png
588share/idl/evolution-data-server-1.2/Evolution-DataServer-Addressbook.idl 660share/idl/evolution-data-server-1.2/Evolution-DataServer-Addressbook.idl
589share/idl/evolution-data-server-1.2/Evolution-DataServer-Calendar.idl 661share/idl/evolution-data-server-1.2/Evolution-DataServer-Calendar.idl
590share/idl/evolution-data-server-1.2/Evolution-DataServer.idl 662share/idl/evolution-data-server-1.2/Evolution-DataServer.idl
591share/locale/am/LC_MESSAGES/evolution-data-server-2.22.mo 663share/locale/am/LC_MESSAGES/evolution-data-server-2.24.mo
592share/locale/ar/LC_MESSAGES/evolution-data-server-2.22.mo 664share/locale/ar/LC_MESSAGES/evolution-data-server-2.24.mo
593share/locale/as/LC_MESSAGES/evolution-data-server-2.22.mo 665share/locale/as/LC_MESSAGES/evolution-data-server-2.24.mo
594share/locale/az/LC_MESSAGES/evolution-data-server-2.22.mo 666share/locale/az/LC_MESSAGES/evolution-data-server-2.24.mo
595share/locale/be/LC_MESSAGES/evolution-data-server-2.22.mo 667share/locale/be/LC_MESSAGES/evolution-data-server-2.24.mo
596share/locale/bg/LC_MESSAGES/evolution-data-server-2.22.mo 668share/locale/bg/LC_MESSAGES/evolution-data-server-2.24.mo
597share/locale/bn/LC_MESSAGES/evolution-data-server-2.22.mo 669share/locale/bn/LC_MESSAGES/evolution-data-server-2.24.mo
598share/locale/bn_IN/LC_MESSAGES/evolution-data-server-2.22.mo 670share/locale/bn_IN/LC_MESSAGES/evolution-data-server-2.24.mo
599share/locale/bs/LC_MESSAGES/evolution-data-server-2.22.mo 671share/locale/bs/LC_MESSAGES/evolution-data-server-2.24.mo
600share/locale/ca/LC_MESSAGES/evolution-data-server-2.22.mo 672share/locale/ca/LC_MESSAGES/evolution-data-server-2.24.mo
601share/locale/cs/LC_MESSAGES/evolution-data-server-2.22.mo 673share/locale/cs/LC_MESSAGES/evolution-data-server-2.24.mo
602share/locale/cy/LC_MESSAGES/evolution-data-server-2.22.mo 674share/locale/cy/LC_MESSAGES/evolution-data-server-2.24.mo
603share/locale/da/LC_MESSAGES/evolution-data-server-2.22.mo 675share/locale/da/LC_MESSAGES/evolution-data-server-2.24.mo
604share/locale/de/LC_MESSAGES/evolution-data-server-2.22.mo 676share/locale/de/LC_MESSAGES/evolution-data-server-2.24.mo
605share/locale/dz/LC_MESSAGES/evolution-data-server-2.22.mo 677share/locale/dz/LC_MESSAGES/evolution-data-server-2.24.mo
606share/locale/el/LC_MESSAGES/evolution-data-server-2.22.mo 678share/locale/el/LC_MESSAGES/evolution-data-server-2.24.mo
607share/locale/en_AU/LC_MESSAGES/evolution-data-server-2.22.mo 679share/locale/en_AU/LC_MESSAGES/evolution-data-server-2.24.mo
608share/locale/en_CA/LC_MESSAGES/evolution-data-server-2.22.mo 680share/locale/en_CA/LC_MESSAGES/evolution-data-server-2.24.mo
609share/locale/en_GB/LC_MESSAGES/evolution-data-server-2.22.mo 681share/locale/en_GB/LC_MESSAGES/evolution-data-server-2.24.mo
610share/locale/es/LC_MESSAGES/evolution-data-server-2.22.mo 682share/locale/es/LC_MESSAGES/evolution-data-server-2.24.mo
611share/locale/et/LC_MESSAGES/evolution-data-server-2.22.mo 683share/locale/et/LC_MESSAGES/evolution-data-server-2.24.mo
612share/locale/eu/LC_MESSAGES/evolution-data-server-2.22.mo 684share/locale/eu/LC_MESSAGES/evolution-data-server-2.24.mo
613share/locale/fa/LC_MESSAGES/evolution-data-server-2.22.mo 685share/locale/fa/LC_MESSAGES/evolution-data-server-2.24.mo
614share/locale/fi/LC_MESSAGES/evolution-data-server-2.22.mo 686share/locale/fi/LC_MESSAGES/evolution-data-server-2.24.mo
615share/locale/fr/LC_MESSAGES/evolution-data-server-2.22.mo 687share/locale/fr/LC_MESSAGES/evolution-data-server-2.24.mo
616share/locale/ga/LC_MESSAGES/evolution-data-server-2.22.mo 688share/locale/ga/LC_MESSAGES/evolution-data-server-2.24.mo
617share/locale/gl/LC_MESSAGES/evolution-data-server-2.22.mo 689share/locale/gl/LC_MESSAGES/evolution-data-server-2.24.mo
618share/locale/gu/LC_MESSAGES/evolution-data-server-2.22.mo 690share/locale/gu/LC_MESSAGES/evolution-data-server-2.24.mo
619share/locale/he/LC_MESSAGES/evolution-data-server-2.22.mo 691share/locale/he/LC_MESSAGES/evolution-data-server-2.24.mo
620share/locale/hi/LC_MESSAGES/evolution-data-server-2.22.mo 692share/locale/hi/LC_MESSAGES/evolution-data-server-2.24.mo
621share/locale/hr/LC_MESSAGES/evolution-data-server-2.22.mo 693share/locale/hr/LC_MESSAGES/evolution-data-server-2.24.mo
622share/locale/hu/LC_MESSAGES/evolution-data-server-2.22.mo 694share/locale/hu/LC_MESSAGES/evolution-data-server-2.24.mo
623share/locale/id/LC_MESSAGES/evolution-data-server-2.22.mo 695share/locale/id/LC_MESSAGES/evolution-data-server-2.24.mo
624share/locale/is/LC_MESSAGES/evolution-data-server-2.22.mo 696share/locale/is/LC_MESSAGES/evolution-data-server-2.24.mo
625share/locale/it/LC_MESSAGES/evolution-data-server-2.22.mo 697share/locale/it/LC_MESSAGES/evolution-data-server-2.24.mo
626share/locale/ja/LC_MESSAGES/evolution-data-server-2.22.mo 698share/locale/ja/LC_MESSAGES/evolution-data-server-2.24.mo
627share/locale/ka/LC_MESSAGES/evolution-data-server-2.22.mo 699share/locale/ka/LC_MESSAGES/evolution-data-server-2.24.mo
628share/locale/kn/LC_MESSAGES/evolution-data-server-2.22.mo 700share/locale/kn/LC_MESSAGES/evolution-data-server-2.24.mo
629share/locale/ko/LC_MESSAGES/evolution-data-server-2.22.mo 701share/locale/ko/LC_MESSAGES/evolution-data-server-2.24.mo
630share/locale/ku/LC_MESSAGES/evolution-data-server-2.22.mo 702share/locale/ku/LC_MESSAGES/evolution-data-server-2.24.mo
631share/locale/lt/LC_MESSAGES/evolution-data-server-2.22.mo 703share/locale/lt/LC_MESSAGES/evolution-data-server-2.24.mo
632share/locale/lv/LC_MESSAGES/evolution-data-server-2.22.mo 704share/locale/lv/LC_MESSAGES/evolution-data-server-2.24.mo
633share/locale/mk/LC_MESSAGES/evolution-data-server-2.22.mo 705share/locale/mk/LC_MESSAGES/evolution-data-server-2.24.mo
634share/locale/ml/LC_MESSAGES/evolution-data-server-2.22.mo 706share/locale/ml/LC_MESSAGES/evolution-data-server-2.24.mo
635share/locale/mn/LC_MESSAGES/evolution-data-server-2.22.mo 707share/locale/mn/LC_MESSAGES/evolution-data-server-2.24.mo
636share/locale/mr/LC_MESSAGES/evolution-data-server-2.22.mo 708share/locale/mr/LC_MESSAGES/evolution-data-server-2.24.mo
637share/locale/ms/LC_MESSAGES/evolution-data-server-2.22.mo 709share/locale/ms/LC_MESSAGES/evolution-data-server-2.24.mo
638share/locale/nb/LC_MESSAGES/evolution-data-server-2.22.mo 710share/locale/nb/LC_MESSAGES/evolution-data-server-2.24.mo
639share/locale/ne/LC_MESSAGES/evolution-data-server-2.22.mo 711share/locale/ne/LC_MESSAGES/evolution-data-server-2.24.mo
640share/locale/nl/LC_MESSAGES/evolution-data-server-2.22.mo 712share/locale/nl/LC_MESSAGES/evolution-data-server-2.24.mo
641share/locale/nn/LC_MESSAGES/evolution-data-server-2.22.mo 713share/locale/nn/LC_MESSAGES/evolution-data-server-2.24.mo
642share/locale/oc/LC_MESSAGES/evolution-data-server-2.22.mo 714share/locale/oc/LC_MESSAGES/evolution-data-server-2.24.mo
643share/locale/or/LC_MESSAGES/evolution-data-server-2.22.mo 715share/locale/or/LC_MESSAGES/evolution-data-server-2.24.mo
644share/locale/pa/LC_MESSAGES/evolution-data-server-2.22.mo 716share/locale/pa/LC_MESSAGES/evolution-data-server-2.24.mo
645share/locale/pl/LC_MESSAGES/evolution-data-server-2.22.mo 717share/locale/pl/LC_MESSAGES/evolution-data-server-2.24.mo
646share/locale/pt/LC_MESSAGES/evolution-data-server-2.22.mo 718share/locale/pt/LC_MESSAGES/evolution-data-server-2.24.mo
647share/locale/pt_BR/LC_MESSAGES/evolution-data-server-2.22.mo 719share/locale/pt_BR/LC_MESSAGES/evolution-data-server-2.24.mo
648share/locale/ro/LC_MESSAGES/evolution-data-server-2.22.mo 720share/locale/ro/LC_MESSAGES/evolution-data-server-2.24.mo
649share/locale/ru/LC_MESSAGES/evolution-data-server-2.22.mo 721share/locale/ru/LC_MESSAGES/evolution-data-server-2.24.mo
650share/locale/rw/LC_MESSAGES/evolution-data-server-2.22.mo 722share/locale/rw/LC_MESSAGES/evolution-data-server-2.24.mo
651share/locale/si/LC_MESSAGES/evolution-data-server-2.22.mo 723share/locale/si/LC_MESSAGES/evolution-data-server-2.24.mo
652share/locale/sk/LC_MESSAGES/evolution-data-server-2.22.mo 724share/locale/sk/LC_MESSAGES/evolution-data-server-2.24.mo
653share/locale/sl/LC_MESSAGES/evolution-data-server-2.22.mo 725share/locale/sl/LC_MESSAGES/evolution-data-server-2.24.mo
654share/locale/sq/LC_MESSAGES/evolution-data-server-2.22.mo 726share/locale/sq/LC_MESSAGES/evolution-data-server-2.24.mo
655share/locale/sr/LC_MESSAGES/evolution-data-server-2.22.mo 727share/locale/sr/LC_MESSAGES/evolution-data-server-2.24.mo
656share/locale/sr@Latn/LC_MESSAGES/evolution-data-server-2.22.mo 728share/locale/sr@latin/LC_MESSAGES/evolution-data-server-2.24.mo
657share/locale/sv/LC_MESSAGES/evolution-data-server-2.22.mo 729share/locale/sv/LC_MESSAGES/evolution-data-server-2.24.mo
658share/locale/ta/LC_MESSAGES/evolution-data-server-2.22.mo 730share/locale/ta/LC_MESSAGES/evolution-data-server-2.24.mo
659share/locale/te/LC_MESSAGES/evolution-data-server-2.22.mo 731share/locale/te/LC_MESSAGES/evolution-data-server-2.24.mo
660share/locale/th/LC_MESSAGES/evolution-data-server-2.22.mo 732share/locale/th/LC_MESSAGES/evolution-data-server-2.24.mo
661share/locale/tr/LC_MESSAGES/evolution-data-server-2.22.mo 733share/locale/tr/LC_MESSAGES/evolution-data-server-2.24.mo
662share/locale/uk/LC_MESSAGES/evolution-data-server-2.22.mo 734share/locale/uk/LC_MESSAGES/evolution-data-server-2.24.mo
663share/locale/vi/LC_MESSAGES/evolution-data-server-2.22.mo 735share/locale/vi/LC_MESSAGES/evolution-data-server-2.24.mo
664share/locale/wa/LC_MESSAGES/evolution-data-server-2.22.mo 736share/locale/wa/LC_MESSAGES/evolution-data-server-2.24.mo
665share/locale/xh/LC_MESSAGES/evolution-data-server-2.22.mo 737share/locale/xh/LC_MESSAGES/evolution-data-server-2.24.mo
666share/locale/zh_CN/LC_MESSAGES/evolution-data-server-2.22.mo 738share/locale/zh_CN/LC_MESSAGES/evolution-data-server-2.24.mo
667share/locale/zh_HK/LC_MESSAGES/evolution-data-server-2.22.mo 739share/locale/zh_HK/LC_MESSAGES/evolution-data-server-2.24.mo
668share/locale/zh_TW/LC_MESSAGES/evolution-data-server-2.22.mo 740share/locale/zh_TW/LC_MESSAGES/evolution-data-server-2.24.mo
669share/pixmaps/evolution-data-server/category_birthday_16.png 741share/pixmaps/evolution-data-server/category_birthday_16.png
670share/pixmaps/evolution-data-server/category_business_16.png 742share/pixmaps/evolution-data-server/category_business_16.png
671share/pixmaps/evolution-data-server/category_favorites_16.png 743share/pixmaps/evolution-data-server/category_favorites_16.png
672share/pixmaps/evolution-data-server/category_gifts_16.png 744share/pixmaps/evolution-data-server/category_gifts_16.png
673share/pixmaps/evolution-data-server/category_goals_16.png 745share/pixmaps/evolution-data-server/category_goals_16.png
674share/pixmaps/evolution-data-server/category_holiday-cards_16.png 746share/pixmaps/evolution-data-server/category_holiday-cards_16.png
675share/pixmaps/evolution-data-server/category_holiday_16.png 747share/pixmaps/evolution-data-server/category_holiday_16.png
676share/pixmaps/evolution-data-server/category_hot-contacts_16.png 748share/pixmaps/evolution-data-server/category_hot-contacts_16.png
677share/pixmaps/evolution-data-server/category_ideas_16.png 749share/pixmaps/evolution-data-server/category_ideas_16.png
678share/pixmaps/evolution-data-server/category_international_16.png 750share/pixmaps/evolution-data-server/category_international_16.png
679share/pixmaps/evolution-data-server/category_key-customer_16.png 751share/pixmaps/evolution-data-server/category_key-customer_16.png
680share/pixmaps/evolution-data-server/category_miscellaneous_16.png 752share/pixmaps/evolution-data-server/category_miscellaneous_16.png
681share/pixmaps/evolution-data-server/category_personal_16.png 753share/pixmaps/evolution-data-server/category_personal_16.png
@@ -684,35 +756,37 @@ share/pixmaps/evolution-data-server/cate @@ -684,35 +756,37 @@ share/pixmaps/evolution-data-server/cate
684share/pixmaps/evolution-data-server/category_strategies_16.png 756share/pixmaps/evolution-data-server/category_strategies_16.png
685share/pixmaps/evolution-data-server/category_suppliers_16.png 757share/pixmaps/evolution-data-server/category_suppliers_16.png
686share/pixmaps/evolution-data-server/category_time-and-expenses_16.png 758share/pixmaps/evolution-data-server/category_time-and-expenses_16.png
687@dirrm share/pixmaps/evolution-data-server 759@dirrm share/pixmaps/evolution-data-server
688@comment in xdg-dirs: @dirrm share/pixmaps 760@comment in xdg-dirs: @dirrm share/pixmaps
689@dirrm share/idl/evolution-data-server-1.2 761@dirrm share/idl/evolution-data-server-1.2
690@comment in ORBit2: @dirrm share/idl 762@comment in ORBit2: @dirrm share/idl
691@dirrm share/gtk-doc/html/libedataserverui 763@dirrm share/gtk-doc/html/libedataserverui
692@dirrm share/gtk-doc/html/libedataserver 764@dirrm share/gtk-doc/html/libedataserver
693@dirrm share/gtk-doc/html/libedata-cal 765@dirrm share/gtk-doc/html/libedata-cal
694@dirrm share/gtk-doc/html/libedata-book 766@dirrm share/gtk-doc/html/libedata-book
695@dirrm share/gtk-doc/html/libecal 767@dirrm share/gtk-doc/html/libecal
696@dirrm share/gtk-doc/html/libebook 768@dirrm share/gtk-doc/html/libebook
 769@dirrm share/gtk-doc/html/libebackend
697@dirrm share/gtk-doc/html/camel 770@dirrm share/gtk-doc/html/camel
698@dirrm share/evolution-data-server-2.22/weather 771@dirrm share/evolution-data-server-2.24/weather
699@dirrm share/evolution-data-server-2.22/glade 772@dirrm share/evolution-data-server-2.24/glade
700@dirrm share/evolution-data-server-2.22 773@dirrm share/evolution-data-server-2.24
701@dirrm lib/evolution-data-server-1.2/extensions 774@dirrm lib/evolution-data-server-1.2/extensions
702@dirrm lib/evolution-data-server-1.2/camel-providers 775@dirrm lib/evolution-data-server-1.2/camel-providers
703@dirrm lib/evolution-data-server-1.2 776@dirrm lib/evolution-data-server-1.2
704@comment in libbonobo: @dirrm lib/bonobo/servers 777@comment in libbonobo: @dirrm lib/bonobo/servers
705@dirrm include/evolution-data-server-2.22/libical 778@dirrm include/evolution-data-server-2.24/libical
706@dirrm include/evolution-data-server-2.22/libedataserverui 779@dirrm include/evolution-data-server-2.24/libedataserverui
707@dirrm include/evolution-data-server-2.22/libedataserver 780@dirrm include/evolution-data-server-2.24/libedataserver
708@dirrm include/evolution-data-server-2.22/libedata-cal 781@dirrm include/evolution-data-server-2.24/libedata-cal
709@dirrm include/evolution-data-server-2.22/libedata-book 782@dirrm include/evolution-data-server-2.24/libedata-book
710@dirrm include/evolution-data-server-2.22/libecal 783@dirrm include/evolution-data-server-2.24/libecal
711@dirrm include/evolution-data-server-2.22/libebook 784@dirrm include/evolution-data-server-2.24/libebook
712@dirrm include/evolution-data-server-2.22/groupwise 785@dirrm include/evolution-data-server-2.24/libebackend
713@dirrm include/evolution-data-server-2.22/google/gdata-google 786@dirrm include/evolution-data-server-2.24/groupwise
714@dirrm include/evolution-data-server-2.22/google/gdata 787@dirrm include/evolution-data-server-2.24/google/libgdata-google
715@dirrm include/evolution-data-server-2.22/google 788@dirrm include/evolution-data-server-2.24/google/libgdata
716@dirrm include/evolution-data-server-2.22/exchange 789@dirrm include/evolution-data-server-2.24/google
717@dirrm include/evolution-data-server-2.22/camel 790@dirrm include/evolution-data-server-2.24/exchange
718@dirrm include/evolution-data-server-2.22 791@dirrm include/evolution-data-server-2.24/camel
 792@dirrm include/evolution-data-server-2.24

cvs diff -r1.25 -r1.26 pkgsrc/mail/evolution-data-server/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/mail/evolution-data-server/buildlink3.mk 2008/09/06 20:54:33 1.25
+++ pkgsrc/mail/evolution-data-server/buildlink3.mk 2008/10/16 13:57:31 1.26
@@ -1,32 +1,34 @@ @@ -1,32 +1,34 @@
1# $NetBSD: buildlink3.mk,v 1.25 2008/09/06 20:54:33 wiz Exp $ 1# $NetBSD: buildlink3.mk,v 1.26 2008/10/16 13:57:31 drochner Exp $
2 2
3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ 3BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
4EVOLUTION_DATA_SERVER_BUILDLINK3_MK:= ${EVOLUTION_DATA_SERVER_BUILDLINK3_MK}+ 4EVOLUTION_DATA_SERVER_BUILDLINK3_MK:= ${EVOLUTION_DATA_SERVER_BUILDLINK3_MK}+
5 5
6.if !empty(BUILDLINK_DEPTH:M+) 6.if !empty(BUILDLINK_DEPTH:M+)
7BUILDLINK_DEPENDS+= evolution-data-server 7BUILDLINK_DEPENDS+= evolution-data-server
8.endif 8.endif
9 9
10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nevolution-data-server} 10BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nevolution-data-server}
11BUILDLINK_PACKAGES+= evolution-data-server 11BUILDLINK_PACKAGES+= evolution-data-server
12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}evolution-data-server 12BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}evolution-data-server
13 13
14.if !empty(EVOLUTION_DATA_SERVER_BUILDLINK3_MK:M+) 14.if !empty(EVOLUTION_DATA_SERVER_BUILDLINK3_MK:M+)
15BUILDLINK_API_DEPENDS.evolution-data-server+= evolution-data-server>=1.8.0 15BUILDLINK_API_DEPENDS.evolution-data-server+= evolution-data-server>=1.8.0
16BUILDLINK_ABI_DEPENDS.evolution-data-server?= evolution-data-server>=2.22.3nb1 16BUILDLINK_ABI_DEPENDS.evolution-data-server?= evolution-data-server>=2.22.3nb1
17BUILDLINK_PKGSRCDIR.evolution-data-server?= ../../mail/evolution-data-server 17BUILDLINK_PKGSRCDIR.evolution-data-server?= ../../mail/evolution-data-server
18 18
19PRINT_PLIST_AWK+=/^@dirrm lib\/evolution-data-server-1.2\/extensions$$/ \ 19PRINT_PLIST_AWK+=/^@dirrm lib\/evolution-data-server-1.2\/extensions$$/ \
20 { print "@comment in evolution-data-server: " $$0; next } 20 { print "@comment in evolution-data-server: " $$0; next }
21PRINT_PLIST_AWK+=/^@dirrm lib\/evolution-data-server-1.2\/camel-providers$$/ \ 21PRINT_PLIST_AWK+=/^@dirrm lib\/evolution-data-server-1.2\/camel-providers$$/ \
22 { print "@comment in evolution-data-server: " $$0; next } 22 { print "@comment in evolution-data-server: " $$0; next }
23PRINT_PLIST_AWK+=/^@dirrm lib\/evolution-data-server-1.2$$/ \ 23PRINT_PLIST_AWK+=/^@dirrm lib\/evolution-data-server-1.2$$/ \
24 { print "@comment in evolution-data-server: " $$0; next } 24 { print "@comment in evolution-data-server: " $$0; next }
25.endif # EVOLUTION_DATA_SERVER_BUILDLINK3_MK 25.endif # EVOLUTION_DATA_SERVER_BUILDLINK3_MK
26 26
 27.include "../../databases/sqlite3/buildlink3.mk"
27.include "../../devel/libbonobo/buildlink3.mk" 28.include "../../devel/libbonobo/buildlink3.mk"
28.include "../../devel/libgnome/buildlink3.mk" 29.include "../../devel/libgnome/buildlink3.mk"
29.include "../../devel/nss/buildlink3.mk" 30.include "../../devel/nss/buildlink3.mk"
30.include "../../databases/db4/buildlink3.mk" 31.include "../../databases/db4/buildlink3.mk"
 32.include "../../net/libsoup24/buildlink3.mk"
31 33
32BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//} 34BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}

cvs diff -r1.48 -r1.49 pkgsrc/mail/evolution-data-server/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/evolution-data-server/distinfo 2008/10/05 17:49:04 1.48
+++ pkgsrc/mail/evolution-data-server/distinfo 2008/10/16 13:57:31 1.49
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1$NetBSD: distinfo,v 1.48 2008/10/05 17:49:04 schwarz Exp $ 1$NetBSD: distinfo,v 1.49 2008/10/16 13:57:31 drochner Exp $
2 2
3SHA1 (evolution-data-server-2.22.3.tar.bz2) = 5d01b1248fcacef9c478787892f223338dff731b 3SHA1 (evolution-data-server-2.24.0.tar.bz2) = bf068de94f1d6d4a1aec3800f709d02ba7fcfeac
4RMD160 (evolution-data-server-2.22.3.tar.bz2) = eed9c26fba0b69f0cbe44b01d698388c4ae44a0b 4RMD160 (evolution-data-server-2.24.0.tar.bz2) = 2d8afa4c5211576a94b7eff5caf55184007b9574
5Size (evolution-data-server-2.22.3.tar.bz2) = 7621470 bytes 5Size (evolution-data-server-2.24.0.tar.bz2) = 7860772 bytes
6SHA1 (patch-aa) = b4f513be7eebe6e0ab90b53f3b008e0fb969ca46 6SHA1 (patch-ab) = fff3e022aee934c463d7a66b681e020d3bebe1b0
7SHA1 (patch-ab) = c8efcca7debbbd9b53a1282e10d584a7aab0ea8b 
8SHA1 (patch-af) = 1e458720684cfe3823b3b73665044336588c4620 7SHA1 (patch-af) = 1e458720684cfe3823b3b73665044336588c4620
9SHA1 (patch-ak) = e363f45994be14f7c1f0cf6cfd35e66646c69a51 8SHA1 (patch-ak) = e363f45994be14f7c1f0cf6cfd35e66646c69a51
10SHA1 (patch-ao) = c98089bab9110eb29339e529fb88b01dbe454623 9SHA1 (patch-ao) = c98089bab9110eb29339e529fb88b01dbe454623
11SHA1 (patch-aq) = 375d592b72f59fa70160bf23aa260338d350c517 10SHA1 (patch-aq) = 375d592b72f59fa70160bf23aa260338d350c517
12SHA1 (patch-ar) = b6b92b068f94954d435cff11543a4de7d07712ac 11SHA1 (patch-ar) = b6b92b068f94954d435cff11543a4de7d07712ac
13SHA1 (patch-as) = ce5e7768c421abdafbcc6937da7c09cf9fba683e 12SHA1 (patch-as) = ce5e7768c421abdafbcc6937da7c09cf9fba683e
14SHA1 (patch-at) = 2b94015299ab7a97aca4c9edda8dd3794b07437b 13SHA1 (patch-at) = 2b94015299ab7a97aca4c9edda8dd3794b07437b
15SHA1 (patch-au) = 6b6ad9dd3120924e932f893dbb396e05e4c44fb4 14SHA1 (patch-au) = 4a08a387e47c6ea99ecfcbb9f9fb4e22ecd4f24b

File Deleted: pkgsrc/mail/evolution-data-server/patches/Attic/patch-aa

cvs diff -r1.4 -r1.5 pkgsrc/mail/evolution-data-server/patches/Attic/patch-ab (expand / switch to unified diff)

--- pkgsrc/mail/evolution-data-server/patches/Attic/patch-ab 2008/04/15 17:45:38 1.4
+++ pkgsrc/mail/evolution-data-server/patches/Attic/patch-ab 2008/10/16 13:57:31 1.5
@@ -1,15 +1,14 @@ @@ -1,15 +1,14 @@
1$NetBSD: patch-ab,v 1.4 2008/04/15 17:45:38 drochner Exp $ 1$NetBSD: patch-ab,v 1.5 2008/10/16 13:57:31 drochner Exp $
2 2
3--- calendar/libedata-cal/Makefile.in.orig 2008-03-09 18:55:15.000000000 +0100 3--- calendar/libedata-cal/Makefile.in.orig 2008-09-22 04:26:02.000000000 +0200
4+++ calendar/libedata-cal/Makefile.in 4+++ calendar/libedata-cal/Makefile.in
5@@ -60,9 +60,7 @@ libedata_cal_1_2_la_DEPENDENCIES = \ 5@@ -61,9 +61,6 @@ libedata_cal_1_2_la_DEPENDENCIES = \
6 $(top_builddir)/calendar/libecal/libecal-1.2.la \ 
7 $(top_builddir)/libedataserver/libedataserver-1.2.la \ 6 $(top_builddir)/libedataserver/libedataserver-1.2.la \
 7 $(top_builddir)/libebackend/libebackend-1.2.la \
8 $(am__DEPENDENCIES_1) 8 $(am__DEPENDENCIES_1)
9-am__objects_1 = Evolution-DataServer-Calendar-common.lo \ 9-am__objects_1 = Evolution-DataServer-Calendar-common.lo \
10- Evolution-DataServer-Calendar-skels.lo \ 10- Evolution-DataServer-Calendar-skels.lo \
11- Evolution-DataServer-Calendar-stubs.lo 11- Evolution-DataServer-Calendar-stubs.lo
12+am__objects_1 = 
13 am_libedata_cal_1_2_la_OBJECTS = $(am__objects_1) e-cal-backend.lo \ 12 am_libedata_cal_1_2_la_OBJECTS = $(am__objects_1) e-cal-backend.lo \
14 e-cal-backend-cache.lo e-cal-backend-factory.lo \ 13 e-cal-backend-cache.lo e-cal-backend-factory.lo \
15 e-cal-backend-sexp.lo e-cal-backend-sync.lo \ 14 e-cal-backend-loader-factory.lo e-cal-backend-sexp.lo \

cvs diff -r1.1 -r1.2 pkgsrc/mail/evolution-data-server/patches/Attic/patch-au (expand / switch to unified diff)

--- pkgsrc/mail/evolution-data-server/patches/Attic/patch-au 2008/01/14 12:50:17 1.1
+++ pkgsrc/mail/evolution-data-server/patches/Attic/patch-au 2008/10/16 13:57:31 1.2
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-au,v 1.1 2008/01/14 12:50:17 drochner Exp $ 1$NetBSD: patch-au,v 1.2 2008/10/16 13:57:31 drochner Exp $
2 2
3--- ./docs/reference/camel/Makefile.in.orig 2008-01-14 12:37:01.000000000 +0100 3--- ./docs/reference/camel/Makefile.in.orig 2008-09-22 04:26:11.000000000 +0200
4+++ ./docs/reference/camel/Makefile.in 4+++ ./docs/reference/camel/Makefile.in
5@@ -684,8 +684,9 @@ install-data-local: 5@@ -706,8 +706,9 @@ install-data-local:
 6 echo '-- Installing '$$i ; \
 7 $(INSTALL_DATA) $$i $(DESTDIR)$(TARGET_DIR); \
6 done; \ 8 done; \
7 echo '-- Installing $(srcdir)/html/index.sgml' ; \ 
8 $(INSTALL_DATA) $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) || :; \ 
9- which gtkdoc-rebase >/dev/null && \ 9- which gtkdoc-rebase >/dev/null && \
10+ if test `which gtkdoc-rebase` != ""; then \ 10+ if test `which gtkdoc-rebase` != ""; then \
11 gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \ 11 gtkdoc-rebase --relative --dest-dir=$(DESTDIR) --html-dir=$(DESTDIR)$(TARGET_DIR) ; \
12+ fi \ 12+ fi \
13 fi 13 fi
14  14
15 uninstall-local: 15 uninstall-local: