Monotone-Parent: f37623a786962bb0e963235762ec7e456c91d768

Monotone-Revision: 26cbeaca3585c432387d70a58a14fa4850bca000

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-02-11T21:36:37
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-02-11 21:36:37 +00:00
parent aaad02f35a
commit 6e1cf147bd
2 changed files with 65 additions and 13 deletions
+8
View File
@@ -1,5 +1,13 @@
2011-02-11 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreGCSMessageTable.m
(-evaluatePropertyRestriction:intoQualifier:)
took version of method from MAPIStoreTable and modified it to
handle all string comparisons with the "UPPER" operator.
(-_fixedDatePropertyRestriction:): renamed version of
evaluateDatePropertyRestriction:intoQualifier: which now returns a
new restriction instead of repassing it to evaluatePropert...
* OpenChange/NSAutoreleasePool+MAPIStore.m: new utility module
that enables the reparenting of a talloc pointer to the current
NSAutoreleasePool.