mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-01 03:37:22 +00:00
Monotone-Parent: af5a859ee61b26ffd727e648f95c54ee60e3079e
Monotone-Revision: 668c4f876568e36b66e3c665c37e3108a08fb967 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-08-15T19:50:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
2007-08-15 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* SoObjects/SOGo/NSArray+Utilities.m ([NSArray
|
||||
-keysWithFormat:format]): method that forward the method of the
|
||||
same name to each member of the array, considering they all are
|
||||
instances of NSDictionary.
|
||||
([NSArray -objectsForKey:key]): same principle as above.
|
||||
([NSArray -flattenedArray]): new method that transforms an array
|
||||
of arrays into a single array containing all the elements of the
|
||||
subarrays.
|
||||
|
||||
* SoObjects/SOGo/NSDictionary+Utilities.m ([NSDictionary
|
||||
-keysWithFormat:keyFormat]): new method inspired by the python
|
||||
string formatting system and which replaces occurences of "%{key}"
|
||||
|
||||
Reference in New Issue
Block a user