From 38ca3c828fdca28729559e64f644214bc5222bee Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 3 Feb 2000 07:16:37 +0000 Subject: Sync to laptop - Federico svn path=/trunk/; revision=1664 --- calendar/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index e49b508a1a..fdf45f6f6b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2000-02-04 Federico Mena Quintero + + * cal-backend.c (CalBackendPrivate): Renamed the event_hash field + to object_hash. Now we hash all the calendar's objects here based + on their UIDs. + (ensure_uid): New function to create UIDs for calendar objects + that don't have them. + (add_object): Ensure the object has an UID before inserting it in + the calendar. + (cal_backend_get_object): New function. + 2000-02-03 Federico Mena Quintero * evolution-calendar.idl (Cal): Added the get_object() method. -- cgit