aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorVeerapuram Varadhan <vvaradan@src.gnome.org>2005-12-06 16:39:46 +0800
committerVeerapuram Varadhan <vvaradan@src.gnome.org>2005-12-06 16:39:46 +0800
commit5c0967e294e835aa096e0a636232f7419323f4ff (patch)
tree84038fa5bdfc77be2543be82e303df3a0ab5e57a /calendar/ChangeLog
parentbd1f4fbcd820f34571df425769ede23f7318811f (diff)
downloadgsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.tar
gsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.tar.gz
gsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.tar.bz2
gsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.tar.lz
gsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.tar.xz
gsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.tar.zst
gsoc2013-evolution-5c0967e294e835aa096e0a636232f7419323f4ff.zip
Authenticate by reading the stored-password for calendar that has "auth"
* conduits/calendar/calendar-conduit.c (start_calendar_server): Authenticate by reading the stored-password for calendar that has "auth" property set. (pre_sync): Moved setting of timezone to start_calendar_server as per the current e-d-s requirements. ** Fixes #316315 svn path=/trunk/; revision=30728
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 9aba117ee8..c8890c37f5 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,12 @@
+2005-12-06 Veerapuram Varadhan <vvaradhan@novell.com>
+
+ * conduits/calendar/calendar-conduit.c (start_calendar_server):
+ Authenticate by reading the stored-password for calendar that has
+ "auth" property set.
+ (pre_sync): Moved setting of timezone to start_calendar_server as
+ per the current e-d-s requirements.
+ ** Fixes #316315
+
2005-12-06 Tor Lillqvist <tml@novell.com>
* gui/e-cal-config.c (ecph_class_init)