From cf97dee428848ae04b177887b787edf5dc7667b4 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Fri, 16 Mar 2012 21:14:38 +0000 Subject: [PATCH] Monotone-Parent: df7bf24308030f46878403591ecefe2986dc350b Monotone-Revision: a080c16a5e48751ac225497ff7300f2a67b4721f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-16T21:14:38 Monotone-Branch: ca.inverse.sogo --- ChangeLog | 27 +++++++++++---------------- 1 file changed, 11 insertions(+), 16 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4e8222a18..504f620cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,31 +1,26 @@ 2012-03-16 Wolfgang Sourdeau - * OpenChange/MAPIStoreTypes.m (MAPICNCompare): added as void * - parameter so that the function can be used as a comparator - function in NSArray sort methods. - - * OpenChange/MAPIStoreMailFolder.m - (-getPidTagMessageClass:inMemCtx:): removed method, as folders are - not supposed to return a PidTagMessageClass attribute. - * OpenChange/MAPIStoreGCSFolder.m (-predecessorChangeListForMessageWithKey:): same as below. (-setChangeKey:forMessageWithKey:): synchronise the version cache if the message entry is not found. + (-updateVersionsForMessageWithKey:withChangeKey:): new method, + common to all GCS messages, that updates the folder cache and + insert the PidTagChangeKey provided by the client during the save + operations. * OpenChange/MAPIStoreMailFolder.m (-predecessorChangeListForMessageWithKey:): the returned list must be binary ordered by GUID (as specified in the SPEC). We now do so using the new function below. + (-getPidTagMessageClass:inMemCtx:): removed method, as folders are + not supposed to return a PidTagMessageClass attribute. - * OpenChange/MAPIStoreTypes.m (MAPIChangeKeyGUIDCompare): new - comparator function to compare the GUID of two change key streams. - - * OpenChange/MAPIStoreGCSFolder.m - (-updateVersionsForMessageWithKey:withChangeKey:): new method, - common to all GCS messages, that updates the folder cache and - insert the PidTagChangeKey provided by the client during the save - operations. + * OpenChange/MAPIStoreTypes.m (MAPICNCompare): added as void * + parameter so that the function can be used as a comparator + function in NSArray sort methods. + (MAPIChangeKeyGUIDCompare): new comparator function to compare the + GUID of two change key streams. * OpenChange/MAPIStoreGCSMessage.m (-updateVersions): new proxy method for -[MAPIStoreGCSFolder