diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 2000-02-03 15:16:37 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 2000-02-03 15:16:37 +0800 |
commit | 38ca3c828fdca28729559e64f644214bc5222bee (patch) | |
tree | 6a322c68f739c915e7861d0a7203372c2dcdda07 /calendar/ChangeLog | |
parent | 9d6fc52249f34b5a3985bea8ace18059be9e4bba (diff) | |
download | gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar.gz gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar.zst gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.zip |
Sync to laptop - Federico
svn path=/trunk/; revision=1664
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <federico@helixcode.com> + + * 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 <federico@helixcode.com> * evolution-calendar.idl (Cal): Added the get_object() method. |