aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 409c1bc54c..f68f74af3a 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,16 @@
2004-01-21 Rodrigo Moya <rodrigo@ximian.com>
+ * gui/e-tasks.[ch] (e_tasks_add_todo_uri, e_tasks_remove_todo_uri,
+ e_tasks_get_default_uri): renamed to _source and made them work
+ with ESource's.
+
+ * gui/tasks-component.c (update_uri_for_primary_selection,
+ add_uri_for_source, remove_uri_for_source):
+ * gui/tasks-control.c (tasks_control_set_property): updated for
+ changes in e-tasks.[ch].
+
+2004-01-21 Rodrigo Moya <rodrigo@ximian.com>
+
* gui/dialogs/calendar-setup.c (create_new_source_with_group):
added 'ECalSourceType' argument to be able to create the
ECal correctly. Added a call to e_cal_open with 'only_if_exists'