]> err.no Git - scalable-opengroupware.org/blob - SOPE/NGCards/ChangeLog
git-svn-id: http://svn.opengroupware.org/SOGo/inverse/trunk@1161 d1b88da0-ebda-0310...
[scalable-opengroupware.org] / SOPE / NGCards / ChangeLog
1 2007-08-07  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
2
3         * iCalRecurrenceRule.m ([iCalRecurrenceRule
4         -valueForFrequency:value]): returns NSNotFound whenever the
5         frequency text has a length of 0.
6         ([iCalRecurrenceRule -byDayMask]): return an empty mask whenever
7         the "byday" value has a length of 0.
8
9 2007-02-12  Helge Hess  <helge.hess@opengroupware.org>
10  
11         * iCalMonthlyRecurrenceCalculator.m: fixed byday calculation for days
12         which overflow the number of days in a month. Should fix OGo bug
13         #1829. (v4.7.79)
14         
15 2007-07-10  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
16
17         * iCalToDo.m ([iCalToDo -setDue:newDueDate]): use setDateTime:
18         instead of setDate: because the latter sets an "all day"
19         timestamp.
20
21 2007-07-03  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
22
23         * iCalRecurrenceRule.m ([iCalRecurrenceRule
24         +recurrenceRuleWithICalRepresentation:_iCalRep]): the
25         representation is generally a series of values separated by a ";".
26         Therefore we need to split those values and feed them one by one.
27         ([iCalRecurrenceRule -weekDayFromICalRepresentation:_day]): return
28         -1 instead of raising an exception if the week day could not be
29         recognized.
30
31         * CardElement.m ([CardElement -versitString]): remove the ending
32         "\r\n".
33
34 2007-06-12  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
35
36         * iCalDateTime.m ([iCalDateTime
37         -_setDateTime:dateTimeforAllDayEntity:forAllDayEntity]): take the
38         forAllDayEntity parameter into account when the date entity has a
39         timezone.
40
41         * iCalTimeZone.m ([iCalTimeZone -dateStringForDate:date]): new
42         method that returns dates formatted for all day events.
43
44 2007-06-07  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
45
46         * iCalDateTime.m ([iCalDateTime
47         -_setDateTime:dateTimeforAllDayEntity:forAllDayEntity]):
48         inverted the all day logic because all day dates where generated
49         for regular dates and the other way around...
50
51         * iCalEvent.m ([iCalEvent
52         -setAllDayWithStartDate:newStartDateduration:days]): new method
53         that sets the start and end dates in an all day fashion.
54         ([iCalEvent -setEndDate:newEndDate]): no longer use the methods
55         provided by the removed module CardGroup+iCal.
56         ([-isAllDay]): reimplemented method by testing if the start day
57         component is an all day date.
58
59         * iCalEntityObject.m ([iCalEntityObject -setCreated:newCreated]) 
60         ([iCalEntityObject -created], [-setLastModified:_value]) 
61         ([iCalEntityObject -lastModified]) 
62         ([iCalEntityObject -setTimeStampAsDate:newTimeStamp]) 
63         ([iCalEntityObject -timeStampAsDate], [-setStartDate:_value]) 
64         ([iCalEntityObject -startDate]): no longer use the methods
65         provided by the removed module CardGroup+iCal.
66
67         * iCalDateTime.m ([iCalDateTime -setDate:dateTime]): take the date
68         passed as parameter as an all day date.
69         ([iCalDateTime -isAllDay]): new method determining whether the
70         current value is an all day value.
71
72         * NSString+NGCards.m ([NSString -isAllDayDate]): new method that
73         determines whether the date represented in "self" is an all day
74         date (date only) or not (date + time).
75
76         * CardElement.h: moved IS_EQUAL macro from removed module
77         "common.h".
78
79         * CardGroup+iCal.[hm]: removed category module.
80
81 2007-04-27  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
82
83         * NGVCard.m ([NGVCard -n]): simplified method by returning the
84         values of the element returned by uniqueChildWithTag:.
85
86 2007-03-07  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
87
88         * iCalEntityObject.m ([iCalEntityObject -symbolicAccessClass]):
89         new method that parses the "CLASS" element of the card and returns
90         an enum value.
91
92         * NSString+NGCards.m ([NSString -foldedForVersitCards]):
93         simplified method by initializing and returning folderString
94         unconditionnally. If length < 76, the original string is appended
95         to it.
96
97         * CardGroup.m ([CardGroup +groupWithTag:aTag]): simply invoke
98         [self elementWithTag:].
99         ([CardGroup +groupWithTag:aTagchildren:someChildren]): same as
100         above.
101
102 2007-03-05  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
103
104         * iCalEntityObject.h (enum): added an enum with iCalAccessPublic,
105         iCalAccessPrivate and iCalAccessConfidential values.
106
107 2007-02-15  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
108
109         * CardGroup.m ([CardGroup -firstChildWithTag:aTag]): new method.
110
111 2007-02-09  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
112
113         * CardGroup.m ([CardGroup +cardParser]): find the correct parser
114         by requesting a parser by name instead of by mime-type. This way,
115         any parser which would declare the same types would not
116         enter in conflict.
117
118 2007-02-08  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
119
120         * CardElement.m ([CardElement -namedValue:aValueName]): use
121         NSString's rangeOfString instead of indexOfString for
122         compatibility with GNUstep.
123
124 2007-02-02  Wolfgang Sourdeau  <wsourdeau@inverse.ca>
125
126         * NGVCard.m ([NGVCard -classForTag:classTag]): declare an entry
127         for "FBURL".
128
129 2006-08-03  Helge Hess  <helge.hess@opengroupware.org>
130
131         * NGVCardSaxHandler.m: fixed a bug with returning parsing results.
132           Properly make a copy of the vCard array so that -clear doesn't
133           destroy references. Thanks go to Wolfgang Sourdeau for documenting
134           the issue! (v4.5.76)
135
136 2006-07-04  Helge Hess  <helge.hess@opengroupware.org>
137
138         * use %p for pointer formats, fixed gcc 4.1 warnings (v4.5.75)
139
140 2006-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
141
142         * iCalDataSource.h, common.h: changed EOControl related includes into
143           imports to enable compilation against MulleEOF (v4.5.74)
144
145 2006-04-07  Marcus Mueller  <znek@mulle-kybernetik.com>
146
147         * iCalEntityObject.h: added missing forward declaration for
148           gstep-base compile (v4.5.73)
149
150 2006-04-06  Marcus Mueller  <znek@mulle-kybernetik.com>
151
152         * v4.5.72
153
154         * iCalEntityObject.[hm]: added "url" property - unfortunately
155           this was missing before. Increased class version to "1".
156
157         * iCalRepeatableEntityObject.m, iCalEvent.m, iCalToDo.m: adjusted
158           super class version check.
159
160 2006-01-16  Helge Hess  <helge.hess@opengroupware.org>
161
162         * iCalRecurrenceRule.m: properly include NSString+Ext.h to avoid a
163           warning during Cocoa compilation (v4.5.71)
164
165 2005-11-17  Helge Hess  <helge.hess@opengroupware.org>
166
167         * include string.h where required (v4.5.70)
168
169 2005-10-05  Helge Hess  <helge.hess@opengroupware.org>
170
171         * iCalMonthlyRecurrenceCalculator.m: implemented calculation of
172           negative byday occurrences (eg -1TH) (v4.5.69)
173
174 2005-09-22  Helge Hess  <helge.hess@skyrix.com>
175
176         * iCalRecurrenceRule.m: added direct parser support for 'interval',
177           allow 'until' values w/o Z marker for date-only values (v4.5.68)
178
179 2005-09-22  Helge Hess  <helge.hess@opengroupware.org>
180
181         * v4.5.67
182
183         * iCalMonthlyRecurrenceCalculator.m: finished 'byday' calculation
184
185         * iCalRecurrenceRule.m: added support for 'bymonthday', fixed handling
186           of occurrence1
187
188 2005-09-21  Helge Hess  <helge.hess@skyrix.com>
189
190         * v4.5.66
191
192         * iCalRecurrenceRule.m: temporarily expose byDayOccurence1 until the
193           API is fixed
194
195         * iCalMonthlyRecurrenceCalculator.m: prepared for byday/bymonthday
196           rule specs
197
198         * v4.5.65
199
200         * iCalMonthlyRecurrenceCalculator.m: fixed calculation of 'count' field
201
202         * iCalRecurrenceCalculator.m: minor code cleanups
203
204         * iCalRecurrenceRule.m: improved rrule parser
205
206 2005-09-20  Helge Hess  <helge.hess@opengroupware.org>
207
208         * iCalMonthlyRecurrenceCalculator.m: stop calculation if a byday part
209           was detected in the rule (v4.5.64)
210
211         * iCalRecurrenceCalculator.m: moved cluster subclasses to own source
212           files (v4.5.63)
213
214         * iCalRecurrenceRule.m: added some parsing/gen support for BYDAY
215           (v4.5.62)
216
217 2005-09-19  Helge Hess  <helge.hess@opengroupware.org>
218
219         * iCalRecurrenceRule.m: minor code improvements, more tolerant on
220           invalid iCal rrule input (v4.5.61)
221
222 2005-08-16  Helge Hess  <helge.hess@opengroupware.org>
223
224         * GNUmakefile, GNUmakefile.preamble: added OSX framework compilation
225           (v4.5.60)
226
227 2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
228
229         * iCalCalendar.m, NGVCardName.m: fixed gcc 4.0 warnings (v4.5.59)
230
231 2005-08-05  Helge Hess  <helge.hess@opengroupware.org>
232
233         * NGVCardSaxHandler.h: fixed a gcc 4.0 warning (v4.5.58)
234
235 2005-07-18  Helge Hess  <helge.hess@opengroupware.org>
236
237         * iCalPerson.m: added -partStatWithDefault method to retrieve the
238           partstat and return NEEDS-ACTION in case none is set (v4.5.57)
239
240 2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
241
242         * iCalObject.[hm], iCalEntityObject.m, iCalToDo.m, iCalAlarm.m,
243           iCalPerson.m, iCalCalendar.m, iCalEvent.m, iCalTrigger.m,
244           iCalObject.m, iCalFreeBusy.m, iCalRepeatableEntityObject.m:
245           fixed NSCopying (v4.5.56)
246
247 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
248
249         * added fragile base class version checks (v4.5.55)
250
251 2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
252
253         * iCalObject.[hm], iCalEntityObject.m, iCalToDo.m, iCalAlarm.m,
254           iCalPerson.m, iCalCalendar.m, iCalEvent.m, iCalTrigger.m,
255           iCalObject.m, iCalFreeBusy.m, iCalRepeatableEntityObject.m:
256           added NSCopying (v4.5.54)
257
258 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
259
260         * v4.5.53
261
262         * iCalCalendar.m: added +parseCalendarFromSource: convenience method
263
264         * NGVCard.m: properly reset sax driver after parsing
265
266 2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
267
268         * iCalEntityObject.[hm]: added -increaseSequence (v4.5.52)
269
270         * iCalPerson.m: fixed -hasSameEmailAddress: to lowercase email
271           addresses before attempting comparison (v4.5.51)
272
273 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
274
275         * v4.5.50
276         
277         * NGiCal.xmap: fixed mapping of 'method' property (is an attribute of
278           the calendar)
279           
280         * iCalCalendar.m: use ASSIGNCOPY in accessors, added 'method' to
281           -description
282           
283 2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
284
285         * v4.5.49
286
287         * iCalCalendar.[hm]: added 'method'
288
289         * iCalEntityObject.[hm]: added 'userComment', changed all email
290           related comparisons to lowercase all strings before comparison
291
292         * iCalEvent.h: pretty printed iVars
293
294         * NGiCal.xmap: added mapping for 'comment' -> 'userComment' and
295           'method' -> 'method'
296
297 2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
298
299         * v4.5.48
300
301         * NGVCard.m: added some convenience methods to access the preferred
302           email, tel and adr
303
304         * NGVCardOrg.m: added a convenience method to access the first orgunit
305
306 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
307
308         * NSCalendarDate+ICal.m: fixed 'gmtcalfmt' which removed seconds from
309           format for no obvious reason (v4.5.47)
310
311 2005-05-31  Helge Hess  <helge.hess@skyrix.com>
312
313         * NGVCardSaxHandler.m: ensure that types are always uppercase, improved
314           check for DUPs (v4.5.46)
315
316 2005-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
317
318         * NGiCal.xcode: reorganized ordering of headers/classes
319
320 2005-05-15  Marcus Mueller  <znek@mulle-kybernetik.com>
321
322         * NGiCal.xcode: added vCard related stuff
323
324 2005-05-10  Helge Hess  <helge.hess@opengroupware.org>
325
326         * NGVCard.m: added support for profile, source, name (v4.5.45)
327
328 2005-05-09  Helge Hess  <helge.hess@opengroupware.org>
329
330         * first version of working vCard SAX handler (v4.5.54)
331
332 2005-05-08  Helge Hess  <helge.hess@opengroupware.org>
333
334         * more work on vCard parsing (v4.5.53)
335
336         * work on vCard objects (incomplete) (v4.5.52)
337
338 2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
339
340         * iCalDateHolder.m, iCalDataSource.m: fixed gcc 4.0 warnings (v4.5.51)
341
342 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
343
344         * v4.5.50
345
346         * iCalRenderer.h: added missing paranthesis for iVar declarations
347
348         * iCalTrigger.m, iCalEntityObject.m, iCalToDo.m,
349           iCalRecurrenceCalculator.m, iCalDateHolder.m, iCalDataSource.m,
350           iCalPerson.m, iCalCalendar.m: numerous dealloc bugs/leaks fixed
351
352 2005-03-02  Marcus Mueller  <znek@mulle-kybernetik.com>
353
354         * iCalRecurrenceCalculator.m: bugfix for monthly and yearly recurrences
355           (v4.5.49)
356
357         * iCalRecurrenceCalculator.m: optimized exception date handling in
358           complex calculation method quite a bit. Fixed bugs in all calculation
359           methods by introducing checks on the desired range. (v4.5.48)
360
361 2005-02-28  Marcus Mueller  <znek@mulle-kybernetik.com>
362
363         * v4.5.47
364
365         * iCalRepeatableEntityObject.m:  shifted code to
366           iCalRecurrenceCalculator
367
368         * iCalRecurrenceCalculator.[hm]: new class method to calculate
369           complex recurrences. In SOGo this information is stored in quick
370           fields to reduce the complexity of lookups, hence we need to offer
371           a proper API to calculate date ranges from this information.
372           Fixed all calculations to explicitly set timeZone for all newly
373           created startDates - it seems the timeZone information is not
374           properly retained by the hour:minute:second: method from NGExtensions
375           which lead to improper DST related shifts.
376
377         * iCalDateHolder.h: exposed the API
378
379         * NSCalendarDate+ICal.[hm]: new convenience constructor for calendar
380           dates from iCal representations (uses iCalDateHolder internally)
381
382         * iCalRecurrenceRule.m: changed setUntil: to utilize new public
383           NSCalendarDate+ICal category
384
385         * NGiCal.h: added NSCalendarDate+ICal.h to the public headers
386
387         * GNUmakefile: NSCalendarDate+ICal.h is public now
388
389 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
390
391         * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX)
392           (v.4.5.46)
393
394 2005-02-17  Helge Hess  <helge.hess@skyrix.com>
395
396         * GNUmakefile.preamble: fixed linking locations for dependencies
397           (v4.5.45)
398
399 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
400
401         * v4.5.44
402
403         * iCalEntityObject.[hm]: added convenience API
404
405         * iCalRepeatableEntityObject.[hm]: added convenience API
406
407         * iCalRecurrenceRule.m: bugfixes in -byDayList and
408           -iCalRepresentationForWeekDay:
409
410         * iCalRecurrenceCalculator.m: implemented 'BYDAY' calculations for
411           weekly frequency. Note that 'COUNT' is still broken for this case.
412
413         * iCalRenderer.m: updated rendering, now can render recurrence rules
414           and accompanied stuff properly.
415
416 2005-02-15  Marcus Mueller  <znek@mulle-kybernetik.com>
417
418         * v4.5.43
419
420         * iCalRecurrenceRule.[hm]: exposed some more of the API
421
422         * iCalRecurrenceCalculator.m: some bugfixes. Split the code and gave
423           iCalWeeklyRecurrenceCalculator its own calculation - there are a
424           number of foreseeable differences to daily calculation that make
425           this necessary in the near future anyways.
426
427         * v4.5.42
428
429         * iCalRepeatableEntityObject.[hm]: added ability to properly calculate
430           the recurrence ranges within a specific calendar date range, taking
431           all possible exceptions into account.
432
433         * iCalEvent.[hm]: convenience wrapper for the new method found in
434           iCalRepeatableEntityObject.
435
436 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
437
438         * v4.5.41
439
440         * GNUmakefile.preamble: added missing dependency on libNGExtensions
441           (which also adds the dependency on libDOM)
442
443         * iCalRecurrenceCalculator.h: fixed missing forward declaration in
444           header
445
446 2005-02-12  Marcus Mueller  <znek@mulle-kybernetik.com>
447
448         * v4.5.40
449
450         * iCalRecurrenceCalculator.[hm]: implemented all required (and simple)
451           calculations. Added some convenience API to query some of the more
452           obvious ranges suitable as limits for fetching/comparison. 
453
454         * iCalRepeatableEntityObject.[hm]: new method for calculating the
455           last possible recurrence start date. This can be used for fetches
456           as well.
457
458         * iCalEvent.[hm]: more convenient wrapper for the new method found in
459           iCalRepeatableEntityObject.
460
461         * NSCalendarDate+ICal.[hm]: convenience methods for calculating
462           "distances" between dates.
463
464         * tests/*: updated
465
466 2005-02-11  Marcus Mueller  <znek@mulle-kybernetik.com>
467
468         * v4.5.39
469
470         * README: updated
471
472         * iCalRepeatableEntityObject.[hm]: new base class for all other
473           repeatable entity objects. Offers a convenience API for generating
474           recurrence ranges and tests, taking all exceptions into account.
475
476         * iCalRecurrenceRule.[hm]: an iCal recurrence rule, modeled as closely
477           as possible to RFC2445. Please note that this is work in progress
478           and far from being complete, yet.
479
480         * iCalRecurrenceCalculator.[hm]: a controller implementing RFC2445
481           to properly generate recurrence ranges and accompanied functionality.
482
483         * iCalEvent.[hm], iCalToDo.[hm]: now subclasses from
484           iCalRepeatableEntityObject, thus removed code dealing with
485           recurrences
486
487         * NGiCal.h: added new headers
488
489         * NGiCal.xmap: changed recurrenceRule mappings due to model change
490
491         * tests/*: contains unit tests for stuff dealing with recurrences. See
492           accompanied README for details
493
494 2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
495
496         * iCalPerson.[hm]: formalized participationStatus according to RFC2445.
497           Provided convenience API to set status without concrete knowledge
498           of string values involved. (v4.5.38)
499
500 2004-12-16  Marcus Mueller  <znek@mulle-kybernetik.com>
501
502         * v4.5.37
503
504         * iCalEvent.[hm]: Added transparency 'TRANSP'. Also multiple
505           convenience methods provided.
506
507         * NGiCal.xmap: added proper mapping for 'transp'.
508
509 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
510
511         * NGiCal.xcode: minor changes and updated
512
513 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
514
515         * iCalPerson.[hm]: added -cnWithoutQuotes and -rfc822Email convenience
516           methods to simplify client code dealing with these properties
517           (v4.5.36)
518
519 2004-11-07  Marcus Mueller  <znek@mulle-kybernetik.com>
520
521         * NGiCal.xcode: provide SOPE_{MAJOR,MINOR}_VERSION to the build
522
523 2004-11-06  Helge Hess  <helge.hess@opengroupware.org>
524
525         * iCalRenderer.m: use SOPE version defines for iCalendar product id
526           (v4.5.35)
527
528 2004-11-04  Helge Hess  <helge.hess@skyrix.com>
529
530         * use Version file for install directory location of sax mapping
531
532 2004-10-31  Marcus Mueller  <znek@mulle-kybernetik.com>
533
534         * iCalAlarm.[hm], iCalEvent.[hm], iCalToDo.[hm],
535           NGiCal.xmap: added recurrenceRule (v4.3.34)
536
537 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
538
539         * NGiCal.xcode: added iCalRenderer.[hm], bumped framework version
540
541 2004-10-20  Helge Hess  <helge.hess@opengroupware.org>
542
543         * iCalRenderer.m: fixed some issue with Cocoa Foundation (v4.3.33)
544
545         * v4.3.32
546
547         * iCalEvent.m: added -vEvent method to produce an iCalendar
548           representation of an event
549
550         * added iCalRenderer class based on the SOGo render by ZNeK
551
552 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
553
554         * NGiCal.xmap: added "categories" mapping (v4.3.31)
555
556 2004-10-05  Marcus Mueller  <znek@mulle-kybernetik.com>
557
558         * iCalEntityObject.[hm]: added categories property (v4.3.30)
559
560 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
561
562         * NGiCal.xcode: fixed several build parameters
563
564 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
565
566         * v4.3.29
567
568         * iCalEventChanges.[hm]: new class for tracking changes between
569           two given events
570
571         * iCalEvent.[hm]: new API to generate iCalEventChanges objects.
572
573         * common.h: inline function and macro for "safe" comparison of
574           object values
575
576 2004-09-01  Helge Hess  <helge.hess@opengroupware.org>
577
578         * GNUmakefile.postamble: copy sax-model to FHS_INSTALL_ROOT + 
579           /share/sope-4.3/saxmappings/ when compiling for FHS (v4.3.28)
580
581 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
582
583         * added hack to install the project in FHS locations - the library,
584           its headers, the tools and the resources will be installed in
585           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
586           (v4.3.27)
587
588 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
589
590         * NGiCal.xcode: new Xcode project
591
592 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
593
594         * fixed for SOPE 3.3 directory layout (v4.3.26)
595
596         * moved to sope-ical
597
598         * moved to SOPE 4.3 (v4.3.25)
599
600 2004-08-14  Helge Hess  <helge.hess@opengroupware.org>
601
602         * iCalEntityObject.m: changed "sequence" attribute from NSString to
603           NSNumber (this might break some code, though some care was taken to
604           accept NSString parameters) (v4.2.24)
605
606 2004-07-14  Helge Hess  <helge.hess@opengroupware.org>
607
608         * iCalEvent.h: moved 'status' field to iCalEntityObject, because it is
609           also available in todo objects (v4.2.23)
610
611 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
612
613         * iCalEntityObject.m: added -removeAllAttendees and -removeAllAlarms.
614           These are necessary in case you want to remake the contents of these
615           collections, but keep all other attributes otherwise. (v4.2.22)
616
617 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
618
619         * v4.2.21
620
621         * GNUmakefile.preamble: added prebinding
622
623         * GNUmakefile: create GNUmakefile.preamble, GNUmakefile.postamble
624
625 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>
626
627         * GNUmakefile: added support for building with
628           GNUSTEP_BUILD_DIR environment variable set for recent
629           gnustep-make package. (v4.2.20)
630
631 2004-01-23  Helge Hess  <helge.hess@opengroupware.org>
632
633         * iCalDataSource.m: added some sanity checks, improved to work better
634           with Mozilla generated iCal files (v4.2.19)
635
636 2003-12-22  Helge Hess  <helge.hess@skyrix.com>
637
638         * iCalDateHolder.m: small fix not to print a warning for "YYYYMMDD"
639           style dates (which are supported) (v4.2.18)
640
641 2003-12-21  Helge Hess  <helge.hess@opengroupware.org>
642
643         * v4.2.17
644
645         * iCalEvent.m: added parsing of duration values and calculation of 
646           end-dates based on that (eg required for Panther iCal.app)
647         
648         * iCalEvent.m: added support for 'status' and 'duration' fields 
649
650 Thu Nov 20 16:31:15 2003  Martin Hoerning  <martin@opengroupware.org>
651
652         * iCalDateHolder.m: added timeless date format: YYYYMMDD
653           (solves ogo bug 424) (v4.2.16)
654
655 Wed Oct 29 22:04:32 2003  Martin Hoerning  <martin@opengroupware.org>
656
657         * iCalDateHolder.m, iCalObject.[m|h]: added iCalDefaultTimeZone to 
658           create date from iCalDates without timeZone. (solves OGoo bug 257) 
659           (v4.2.15)
660
661 2003-10-12  Helge Hess  <helge@opengroupware.org>
662
663         * GNUmakefile (libNGiCal_LIBRARIES_DEPEND_UPON): link against
664           libSaxObjC on MacOSX (v4.2.14)
665
666 Fri Jul 18 17:04:55 2003  Martin Hoerning  <mh@skyrix.com>
667
668         * iCalToDo.h, iCalPerson.h, iCalEvent.h, iCalEntityObject.h: added 
669           accessor-methods to interface (v4.2.13)
670
671 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
672
673         * iCalDateHolder.m: replaces and indexOfString with rangeOfString,
674           thanks to Filip Van Raemdonck for pointing that out (v4.2.12)
675
676 2003-03-21  Helge Hess  <helge.hess@skyrix.com>
677
678         * added some method prototypes
679
680 2003-03-13  Helge Hess  <helge.hess@skyrix.com>
681
682         * moved iCalEntityObject to a separate file (v4.2.11)
683
684 Mon Mar 10 18:41:10 2003  Bjoern Stierand  <bjoern@skyrix.com>
685
686         * NGiCal.xmap: added missing attendee attributes (as dictated by
687           mh on the phone)
688
689 2003-03-10  Helge Hess  <helge.hess@skyrix.com>
690
691         * iCalPerson.h: added some method prototypes
692
693 2003-02-24  Helge Hess  <helge.hess@skyrix.com>
694
695         * iCalObject.h: added some accessors (v4.2.10)
696
697 2003-02-12  Helge Hess  <helge.hess@skyrix.com>
698
699         * moved to skyrix-core (v4.2.9)
700
701 2003-01-13  Helge Hess  <helge.hess@skyrix.com>
702
703         * added some support for timezones to be able to parse Evolution
704           apt creation requests (v4.2.7)
705
706 2002-10-14  Helge Hess  <helge.hess@skyrix.com>
707
708         * added iCalDateHolder for decoding xCal date values with timezone
709           attributes to a NSCalendarDate
710
711         * iCalObject.m: ignore X- keys
712
713         * removed all the old stuff (v4.2.4)
714
715         * ICalVEvent.m: renamed -class to -eventClass since -class conflicts
716           with the NSObject method
717
718         * started XML based iCal (v4.2.3)
719
720 2002-10-10  Helge Hess  <helge.hess@skyrix.com>
721
722         * ICalParser.m: small cleanups (v4.2.2)
723
724 2002-10-04  Helge Hess  <helge.hess@skyrix.com>
725
726         * created ChangeLog, created NGiCal library into SkyCore
727
728