aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/google-account-setup/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 /plugins/google-account-setup/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 'plugins/google-account-setup/ChangeLog')
-rw-r--r--plugins/google-account-setup/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/google-account-setup/ChangeLog b/plugins/google-account-setup/ChangeLog
index 403bdd0333..037aa01a3c 100644
--- a/plugins/google-account-setup/ChangeLog
+++ b/plugins/google-account-setup/ChangeLog
@@ -1,3 +1,14 @@
+2008-08-07 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #535745
+
+ * 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.
+
2008-08-01 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #544860