aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-02-05 05:09:14 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-02-05 05:09:14 +0800
commitc67eedfff0ab44e481f538eabe2caa53f5911935 (patch)
tree47b54d4914ba8a0682f6406eb59ac36db35d25e5 /calendar/ChangeLog
parent7a316616d6857334adcca14ae0cd8029128cb672 (diff)
downloadgsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.gz
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.tar.zst
gsoc2013-evolution-c67eedfff0ab44e481f538eabe2caa53f5911935.zip
we only have a single client to free (prepare_events): make the vtodo list
2004-02-04 JP Rosevear <jpr@ximian.com> * importers/icalendar-importer.c (importer_destroy_cb): we only have a single client to free (prepare_events): make the vtodo list optional (button_toggled_cb): handle the type of thing to import switching (primary_selection_changed_cb): handle the selected item switching (create_control_fn): create a control with types (events, tasks) and corresponding source selectors (process_item_fn): only import one type of item at a time (load_file_fn): load the ecal as dictated by the source and type (vcal_importer_new): pass in control function (gnome_calendar_import_data_fn): get the default calendars * importers/Makefile.am (importersdir): add lib svn path=/trunk/; revision=24620
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e029c3a4ce..d6fa2e80c3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,19 @@
+2004-02-04 JP Rosevear <jpr@ximian.com>
+
+ * importers/icalendar-importer.c (importer_destroy_cb): we only
+ have a single client to free
+ (prepare_events): make the vtodo list optional
+ (button_toggled_cb): handle the type of thing to import switching
+ (primary_selection_changed_cb): handle the selected item switching
+ (create_control_fn): create a control with types (events, tasks)
+ and corresponding source selectors
+ (process_item_fn): only import one type of item at a time
+ (load_file_fn): load the ecal as dictated by the source and type
+ (vcal_importer_new): pass in control function
+ (gnome_calendar_import_data_fn): get the default calendars
+
+ * importers/Makefile.am (importersdir): add lib
+
2004-02-04 Rodrigo Moya <rodrigo@ximian.com>
Fixes #52970