aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>2000-02-03 15:16:37 +0800
committerArturo Espinosa <unammx@src.gnome.org>2000-02-03 15:16:37 +0800
commit38ca3c828fdca28729559e64f644214bc5222bee (patch)
tree6a322c68f739c915e7861d0a7203372c2dcdda07 /calendar/ChangeLog
parent9d6fc52249f34b5a3985bea8ace18059be9e4bba (diff)
downloadgsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar
gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar.gz
gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar.bz2
gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar.lz
gsoc2013-evolution-38ca3c828fdca28729559e64f644214bc5222bee.tar.xz
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/ChangeLog11
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.