From eabfee884f564a48e0cc1561417fd017a2b006d8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 7 Mar 2008 22:12:44 +0000 Subject: [PATCH] Monotone-Parent: fc1c7bf5235599e9080f17bb0917a268ed619660 Monotone-Revision: 16ddf3bffae0279bac86bf214c2a15cff134e2e9 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-03-07T22:12:44 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index dc62fc6b1..4438de65d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2008-03-07 Wolfgang Sourdeau + * SoObjects/Contacts/SOGoContactGCSFolder.m ([SOGoContactGCSFolder -objectClassForContent:content]) + ([SOGoContactGCSFolder -deduceObjectForName:inContext:]) + ([SOGoContactGCSFolder -requestNamedIsHandledLater:name]) + ([SOGoContactGCSFolder -lookupName:inContext:acquire:]): those + methods were modified to match the ones in SOGoAppointmentFolder, + in order to manage both vcard and vlist components. + + * SoObjects/Contacts/SOGoContactGCSList.[hm]: new class module + that implements the list counterpart to VCARD: VLIST. + * UI/Contacts/UIxContactEditor.m ([UIxContactEditor -saveURL]): new accessor that returns the url + "saveAsContact". ([UIxContactEditor