aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/publish-calendar/ChangeLog
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-25 15:29:18 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-25 15:29:18 +0800
commitdbfb80ad80a6cdbf624582a8f154a12227b3459b (patch)
tree9399a52e57e9fa60810dbe733c3737de68541db5 /plugins/publish-calendar/ChangeLog
parent49477d1708a89e9fc2d939b54b894d69624e8d0f (diff)
downloadgsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar
gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.gz
gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.bz2
gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.lz
gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.xz
gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.tar.zst
gsoc2013-evolution-dbfb80ad80a6cdbf624582a8f154a12227b3459b.zip
Fixes #328224, 328408, 328389
svn path=/trunk/; revision=31303
Diffstat (limited to 'plugins/publish-calendar/ChangeLog')
-rw-r--r--plugins/publish-calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/publish-calendar/ChangeLog b/plugins/publish-calendar/ChangeLog
index 5166555a80..2435eebe1e 100644
--- a/plugins/publish-calendar/ChangeLog
+++ b/plugins/publish-calendar/ChangeLog
@@ -1,3 +1,15 @@
+2006-01-23 Chenthill Palanisamy <pchenthill@novell.com>
+
+ Fixes #328224, 328408, 328389
+ * publish-calendar.c: (publish_uri_async), (url_add_clicked),
+ (url_edit_clicked), ,
+ (publish_uris_set_timeout), (e_plugin_lib_enable): Publish
+ the calendar in a seperate thread so that the gui remains
+ responsive.
+ (publish_calendar_locations): Clear the items gtk store.
+ * publish-location.c: (migrateURI), (e_publish_uri_from_xml):
+ If the uri is NULL return back.
+
2006-01-11 Chenthill Palanisamy <pchenthill@novell.com>
Fixes #325926