aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-08-07 17:19:27 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-08-07 17:19:27 +0800
commit776a73f7521f10ee7b65983caff3030c895cb4b4 (patch)
tree4f86308b113c6997d897f341371545c37744e2d4 /ChangeLog
parent2aaba13c9446ef82f37cca3d763b50c271b19bd5 (diff)
downloadgsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.tar
gsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.tar.gz
gsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.tar.bz2
gsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.tar.lz
gsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.tar.xz
gsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.tar.zst
gsoc2013-evolution-776a73f7521f10ee7b65983caff3030c895cb4b4.zip
** Fix for bug #535745
2008-08-07 Milan Crha <mcrha@redhat.com> ** Fix for bug #535745 * configure.in: Require and link calendar libs with libgdata and libgdata-google. * plugins/google-account-setup/google-source.c: (sanitize_user_mail), (construct_default_uri), (is_default_uri), (init_combo_values), (user_changed), (cal_combo_changed), (claim_error), (retrieve_list_clicked), (plugin_google): New widgets and functionality to retrieve list of subscribed calendars from the Google account and let user choose which one would be shown. Note: Requires newer EDS, at least revision 9294. svn path=/trunk/; revision=35921
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b372f98a09..54402ed777 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-07 Milan Crha <mcrha@redhat.com>
+
+ ** Part of fix for bug #535745
+
+ * configure.in: Require and link calendar libs with libgdata
+ and libgdata-google.
+
2008-08-06 Michael Monreal <mmonreal@svn.gnome.org>
** Fix for bug #467115