Monotone-Parent: 7d9ee580367f7631b0793eae0e55ae9255d331bc

Monotone-Revision: e93a01f806a40f4a4ff41e64bf05eae122e0eb6a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2012-04-19T02:49:57
maint-2.0.2
Wolfgang Sourdeau 2012-04-19 02:49:57 +00:00
parent 5753cf3384
commit 3713513e51
2 changed files with 11 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2012-04-18 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* iCalRecurrenceRule.m (-orderOfValueKeys): overrriden method.
* NSDictionary+NGCards.m
(-versitRenderInString:withKeyOrdering:asAttributes:): now takes
an "ordering" parameter resulting from the methods below and

View File

@ -854,6 +854,15 @@ NSString *iCalWeekDayString[] = { @"SU", @"MO", @"TU", @"WE", @"TH", @"FR",
// }
// }
/* versit key ordering */
- (NSArray *) orderOfValueKeys
{
return [NSArray arrayWithObjects: @"freq", @"interval", @"count", @"until",
@"bymonth", @"byweekno", @"byyearday", @"bymonthday",
@"byday", @"byhour", @"byminute", @"bysecond", @"bysetpos",
nil];
}
/* key/value coding */
- (void) handleTakeValue: (id) _value