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