]> err.no Git - sope/blob - sope-ical/NGiCal/ChangeLog
NSCopying support added
[sope] / sope-ical / NGiCal / ChangeLog
1 2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * iCalObject.[hm], iCalEntityObject.m, iCalToDo.m, iCalAlarm.m,
4           iCalPerson.m, iCalCalendar.m, iCalEvent.m, iCalTrigger.m,
5           iCalObject.m, iCalFreeBusy.m, iCalRepeatableEntityObject.m:
6           added NSCopying (v4.5.54)
7
8 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
9
10         * v4.5.53
11
12         * iCalCalendar.m: added +parseCalendarFromSource: convenience method
13
14         * NGVCard.m: properly reset sax driver after parsing
15
16 2005-07-15  Marcus Mueller  <znek@mulle-kybernetik.com>
17
18         * iCalEntityObject.[hm]: added -increaseSequence (v4.5.52)
19
20         * iCalPerson.m: fixed -hasSameEmailAddress: to lowercase email
21           addresses before attempting comparison (v4.5.51)
22
23 2005-07-15  Helge Hess  <helge.hess@opengroupware.org>
24
25         * v4.5.50
26         
27         * NGiCal.xmap: fixed mapping of 'method' property (is an attribute of
28           the calendar)
29           
30         * iCalCalendar.m: use ASSIGNCOPY in accessors, added 'method' to
31           -description
32           
33 2005-07-14  Marcus Mueller  <znek@mulle-kybernetik.com>
34
35         * v4.5.49
36
37         * iCalCalendar.[hm]: added 'method'
38
39         * iCalEntityObject.[hm]: added 'userComment', changed all email
40           related comparisons to lowercase all strings before comparison
41
42         * iCalEvent.h: pretty printed iVars
43
44         * NGiCal.xmap: added mapping for 'comment' -> 'userComment' and
45           'method' -> 'method'
46
47 2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
48
49         * v4.5.48
50
51         * NGVCard.m: added some convenience methods to access the preferred
52           email, tel and adr
53
54         * NGVCardOrg.m: added a convenience method to access the first orgunit
55
56 2005-07-05  Marcus Mueller  <znek@mulle-kybernetik.com>
57
58         * NSCalendarDate+ICal.m: fixed 'gmtcalfmt' which removed seconds from
59           format for no obvious reason (v4.5.47)
60
61 2005-05-31  Helge Hess  <helge.hess@skyrix.com>
62
63         * NGVCardSaxHandler.m: ensure that types are always uppercase, improved
64           check for DUPs (v4.5.46)
65
66 2005-05-16  Marcus Mueller  <znek@mulle-kybernetik.com>
67
68         * NGiCal.xcode: reorganized ordering of headers/classes
69
70 2005-05-15  Marcus Mueller  <znek@mulle-kybernetik.com>
71
72         * NGiCal.xcode: added vCard related stuff
73
74 2005-05-10  Helge Hess  <helge.hess@opengroupware.org>
75
76         * NGVCard.m: added support for profile, source, name (v4.5.45)
77
78 2005-05-09  Helge Hess  <helge.hess@opengroupware.org>
79
80         * first version of working vCard SAX handler (v4.5.54)
81
82 2005-05-08  Helge Hess  <helge.hess@opengroupware.org>
83
84         * more work on vCard parsing (v4.5.53)
85
86         * work on vCard objects (incomplete) (v4.5.52)
87
88 2005-04-25  Helge Hess  <helge.hess@opengroupware.org>
89
90         * iCalDateHolder.m, iCalDataSource.m: fixed gcc 4.0 warnings (v4.5.51)
91
92 2005-03-23  Marcus Mueller  <znek@mulle-kybernetik.com>
93
94         * v4.5.50
95
96         * iCalRenderer.h: added missing paranthesis for iVar declarations
97
98         * iCalTrigger.m, iCalEntityObject.m, iCalToDo.m,
99           iCalRecurrenceCalculator.m, iCalDateHolder.m, iCalDataSource.m,
100           iCalPerson.m, iCalCalendar.m: numerous dealloc bugs/leaks fixed
101
102 2005-03-02  Marcus Mueller  <znek@mulle-kybernetik.com>
103
104         * iCalRecurrenceCalculator.m: bugfix for monthly and yearly recurrences
105           (v4.5.49)
106
107         * iCalRecurrenceCalculator.m: optimized exception date handling in
108           complex calculation method quite a bit. Fixed bugs in all calculation
109           methods by introducing checks on the desired range. (v4.5.48)
110
111 2005-02-28  Marcus Mueller  <znek@mulle-kybernetik.com>
112
113         * v4.5.47
114
115         * iCalRepeatableEntityObject.m:  shifted code to
116           iCalRecurrenceCalculator
117
118         * iCalRecurrenceCalculator.[hm]: new class method to calculate
119           complex recurrences. In SOGo this information is stored in quick
120           fields to reduce the complexity of lookups, hence we need to offer
121           a proper API to calculate date ranges from this information.
122           Fixed all calculations to explicitly set timeZone for all newly
123           created startDates - it seems the timeZone information is not
124           properly retained by the hour:minute:second: method from NGExtensions
125           which lead to improper DST related shifts.
126
127         * iCalDateHolder.h: exposed the API
128
129         * NSCalendarDate+ICal.[hm]: new convenience constructor for calendar
130           dates from iCal representations (uses iCalDateHolder internally)
131
132         * iCalRecurrenceRule.m: changed setUntil: to utilize new public
133           NSCalendarDate+ICal category
134
135         * NGiCal.h: added NSCalendarDate+ICal.h to the public headers
136
137         * GNUmakefile: NSCalendarDate+ICal.h is public now
138
139 2005-02-20  Helge Hess  <helge.hess@opengroupware.org>
140
141         * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX)
142           (v.4.5.46)
143
144 2005-02-17  Helge Hess  <helge.hess@skyrix.com>
145
146         * GNUmakefile.preamble: fixed linking locations for dependencies
147           (v4.5.45)
148
149 2005-02-17  Marcus Mueller  <znek@mulle-kybernetik.com>
150
151         * v4.5.44
152
153         * iCalEntityObject.[hm]: added convenience API
154
155         * iCalRepeatableEntityObject.[hm]: added convenience API
156
157         * iCalRecurrenceRule.m: bugfixes in -byDayList and
158           -iCalRepresentationForWeekDay:
159
160         * iCalRecurrenceCalculator.m: implemented 'BYDAY' calculations for
161           weekly frequency. Note that 'COUNT' is still broken for this case.
162
163         * iCalRenderer.m: updated rendering, now can render recurrence rules
164           and accompanied stuff properly.
165
166 2005-02-15  Marcus Mueller  <znek@mulle-kybernetik.com>
167
168         * v4.5.43
169
170         * iCalRecurrenceRule.[hm]: exposed some more of the API
171
172         * iCalRecurrenceCalculator.m: some bugfixes. Split the code and gave
173           iCalWeeklyRecurrenceCalculator its own calculation - there are a
174           number of foreseeable differences to daily calculation that make
175           this necessary in the near future anyways.
176
177         * v4.5.42
178
179         * iCalRepeatableEntityObject.[hm]: added ability to properly calculate
180           the recurrence ranges within a specific calendar date range, taking
181           all possible exceptions into account.
182
183         * iCalEvent.[hm]: convenience wrapper for the new method found in
184           iCalRepeatableEntityObject.
185
186 2005-02-14  Helge Hess  <helge.hess@opengroupware.org>
187
188         * v4.5.41
189
190         * GNUmakefile.preamble: added missing dependency on libNGExtensions
191           (which also adds the dependency on libDOM)
192
193         * iCalRecurrenceCalculator.h: fixed missing forward declaration in
194           header
195
196 2005-02-12  Marcus Mueller  <znek@mulle-kybernetik.com>
197
198         * v4.5.40
199
200         * iCalRecurrenceCalculator.[hm]: implemented all required (and simple)
201           calculations. Added some convenience API to query some of the more
202           obvious ranges suitable as limits for fetching/comparison. 
203
204         * iCalRepeatableEntityObject.[hm]: new method for calculating the
205           last possible recurrence start date. This can be used for fetches
206           as well.
207
208         * iCalEvent.[hm]: more convenient wrapper for the new method found in
209           iCalRepeatableEntityObject.
210
211         * NSCalendarDate+ICal.[hm]: convenience methods for calculating
212           "distances" between dates.
213
214         * tests/*: updated
215
216 2005-02-11  Marcus Mueller  <znek@mulle-kybernetik.com>
217
218         * v4.5.39
219
220         * README: updated
221
222         * iCalRepeatableEntityObject.[hm]: new base class for all other
223           repeatable entity objects. Offers a convenience API for generating
224           recurrence ranges and tests, taking all exceptions into account.
225
226         * iCalRecurrenceRule.[hm]: an iCal recurrence rule, modeled as closely
227           as possible to RFC2445. Please note that this is work in progress
228           and far from being complete, yet.
229
230         * iCalRecurrenceCalculator.[hm]: a controller implementing RFC2445
231           to properly generate recurrence ranges and accompanied functionality.
232
233         * iCalEvent.[hm], iCalToDo.[hm]: now subclasses from
234           iCalRepeatableEntityObject, thus removed code dealing with
235           recurrences
236
237         * NGiCal.h: added new headers
238
239         * NGiCal.xmap: changed recurrenceRule mappings due to model change
240
241         * tests/*: contains unit tests for stuff dealing with recurrences. See
242           accompanied README for details
243
244 2004-12-17  Marcus Mueller  <znek@mulle-kybernetik.com>
245
246         * iCalPerson.[hm]: formalized participationStatus according to RFC2445.
247           Provided convenience API to set status without concrete knowledge
248           of string values involved. (v4.5.38)
249
250 2004-12-16  Marcus Mueller  <znek@mulle-kybernetik.com>
251
252         * v4.5.37
253
254         * iCalEvent.[hm]: Added transparency 'TRANSP'. Also multiple
255           convenience methods provided.
256
257         * NGiCal.xmap: added proper mapping for 'transp'.
258
259 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
260
261         * NGiCal.xcode: minor changes and updated
262
263 2004-12-13  Marcus Mueller  <znek@mulle-kybernetik.com>
264
265         * iCalPerson.[hm]: added -cnWithoutQuotes and -rfc822Email convenience
266           methods to simplify client code dealing with these properties
267           (v4.5.36)
268
269 2004-11-07  Marcus Mueller  <znek@mulle-kybernetik.com>
270
271         * NGiCal.xcode: provide SOPE_{MAJOR,MINOR}_VERSION to the build
272
273 2004-11-06  Helge Hess  <helge.hess@opengroupware.org>
274
275         * iCalRenderer.m: use SOPE version defines for iCalendar product id
276           (v4.5.35)
277
278 2004-11-04  Helge Hess  <helge.hess@skyrix.com>
279
280         * use Version file for install directory location of sax mapping
281
282 2004-10-31  Marcus Mueller  <znek@mulle-kybernetik.com>
283
284         * iCalAlarm.[hm], iCalEvent.[hm], iCalToDo.[hm],
285           NGiCal.xmap: added recurrenceRule (v4.3.34)
286
287 2004-10-20  Marcus Mueller  <znek@mulle-kybernetik.com>
288
289         * NGiCal.xcode: added iCalRenderer.[hm], bumped framework version
290
291 2004-10-20  Helge Hess  <helge.hess@opengroupware.org>
292
293         * iCalRenderer.m: fixed some issue with Cocoa Foundation (v4.3.33)
294
295         * v4.3.32
296
297         * iCalEvent.m: added -vEvent method to produce an iCalendar
298           representation of an event
299
300         * added iCalRenderer class based on the SOGo render by ZNeK
301
302 2004-10-14  Marcus Mueller  <znek@mulle-kybernetik.com>
303
304         * NGiCal.xmap: added "categories" mapping (v4.3.31)
305
306 2004-10-05  Marcus Mueller  <znek@mulle-kybernetik.com>
307
308         * iCalEntityObject.[hm]: added categories property (v4.3.30)
309
310 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
311
312         * NGiCal.xcode: fixed several build parameters
313
314 2004-09-01  Marcus Mueller  <znek@mulle-kybernetik.com>
315
316         * v4.3.29
317
318         * iCalEventChanges.[hm]: new class for tracking changes between
319           two given events
320
321         * iCalEvent.[hm]: new API to generate iCalEventChanges objects.
322
323         * common.h: inline function and macro for "safe" comparison of
324           object values
325
326 2004-09-01  Helge Hess  <helge.hess@opengroupware.org>
327
328         * GNUmakefile.postamble: copy sax-model to FHS_INSTALL_ROOT + 
329           /share/sope-4.3/saxmappings/ when compiling for FHS (v4.3.28)
330
331 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
332
333         * added hack to install the project in FHS locations - the library,
334           its headers, the tools and the resources will be installed in
335           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
336           (v4.3.27)
337
338 2004-08-26  Marcus Mueller  <znek@mulle-kybernetik.com>
339
340         * NGiCal.xcode: new Xcode project
341
342 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
343
344         * fixed for SOPE 3.3 directory layout (v4.3.26)
345
346         * moved to sope-ical
347
348         * moved to SOPE 4.3 (v4.3.25)
349
350 2004-08-14  Helge Hess  <helge.hess@opengroupware.org>
351
352         * iCalEntityObject.m: changed "sequence" attribute from NSString to
353           NSNumber (this might break some code, though some care was taken to
354           accept NSString parameters) (v4.2.24)
355
356 2004-07-14  Helge Hess  <helge.hess@opengroupware.org>
357
358         * iCalEvent.h: moved 'status' field to iCalEntityObject, because it is
359           also available in todo objects (v4.2.23)
360
361 2004-06-30  Marcus Mueller  <znek@mulle-kybernetik.com>
362
363         * iCalEntityObject.m: added -removeAllAttendees and -removeAllAlarms.
364           These are necessary in case you want to remake the contents of these
365           collections, but keep all other attributes otherwise. (v4.2.22)
366
367 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
368
369         * v4.2.21
370
371         * GNUmakefile.preamble: added prebinding
372
373         * GNUmakefile: create GNUmakefile.preamble, GNUmakefile.postamble
374
375 2004-05-05  Marcus Mueller  <znek@mulle-kybernetik.com>
376
377         * GNUmakefile: added support for building with
378           GNUSTEP_BUILD_DIR environment variable set for recent
379           gnustep-make package. (v4.2.20)
380
381 2004-01-23  Helge Hess  <helge.hess@opengroupware.org>
382
383         * iCalDataSource.m: added some sanity checks, improved to work better
384           with Mozilla generated iCal files (v4.2.19)
385
386 2003-12-22  Helge Hess  <helge.hess@skyrix.com>
387
388         * iCalDateHolder.m: small fix not to print a warning for "YYYYMMDD"
389           style dates (which are supported) (v4.2.18)
390
391 2003-12-21  Helge Hess  <helge.hess@opengroupware.org>
392
393         * v4.2.17
394
395         * iCalEvent.m: added parsing of duration values and calculation of 
396           end-dates based on that (eg required for Panther iCal.app)
397         
398         * iCalEvent.m: added support for 'status' and 'duration' fields 
399
400 Thu Nov 20 16:31:15 2003  Martin Hoerning  <martin@opengroupware.org>
401
402         * iCalDateHolder.m: added timeless date format: YYYYMMDD
403           (solves ogo bug 424) (v4.2.16)
404
405 Wed Oct 29 22:04:32 2003  Martin Hoerning  <martin@opengroupware.org>
406
407         * iCalDateHolder.m, iCalObject.[m|h]: added iCalDefaultTimeZone to 
408           create date from iCalDates without timeZone. (solves OGoo bug 257) 
409           (v4.2.15)
410
411 2003-10-12  Helge Hess  <helge@opengroupware.org>
412
413         * GNUmakefile (libNGiCal_LIBRARIES_DEPEND_UPON): link against
414           libSaxObjC on MacOSX (v4.2.14)
415
416 Fri Jul 18 17:04:55 2003  Martin Hoerning  <mh@skyrix.com>
417
418         * iCalToDo.h, iCalPerson.h, iCalEvent.h, iCalEntityObject.h: added 
419           accessor-methods to interface (v4.2.13)
420
421 2003-07-18  Helge Hess  <helge.hess@skyrix.com>
422
423         * iCalDateHolder.m: replaces and indexOfString with rangeOfString,
424           thanks to Filip Van Raemdonck for pointing that out (v4.2.12)
425
426 2003-03-21  Helge Hess  <helge.hess@skyrix.com>
427
428         * added some method prototypes
429
430 2003-03-13  Helge Hess  <helge.hess@skyrix.com>
431
432         * moved iCalEntityObject to a separate file (v4.2.11)
433
434 Mon Mar 10 18:41:10 2003  Bjoern Stierand  <bjoern@skyrix.com>
435
436         * NGiCal.xmap: added missing attendee attributes (as dictated by
437           mh on the phone)
438
439 2003-03-10  Helge Hess  <helge.hess@skyrix.com>
440
441         * iCalPerson.h: added some method prototypes
442
443 2003-02-24  Helge Hess  <helge.hess@skyrix.com>
444
445         * iCalObject.h: added some accessors (v4.2.10)
446
447 2003-02-12  Helge Hess  <helge.hess@skyrix.com>
448
449         * moved to skyrix-core (v4.2.9)
450
451 2003-01-13  Helge Hess  <helge.hess@skyrix.com>
452
453         * added some support for timezones to be able to parse Evolution
454           apt creation requests (v4.2.7)
455
456 2002-10-14  Helge Hess  <helge.hess@skyrix.com>
457
458         * added iCalDateHolder for decoding xCal date values with timezone
459           attributes to a NSCalendarDate
460
461         * iCalObject.m: ignore X- keys
462
463         * removed all the old stuff (v4.2.4)
464
465         * ICalVEvent.m: renamed -class to -eventClass since -class conflicts
466           with the NSObject method
467
468         * started XML based iCal (v4.2.3)
469
470 2002-10-10  Helge Hess  <helge.hess@skyrix.com>
471
472         * ICalParser.m: small cleanups (v4.2.2)
473
474 2002-10-04  Helge Hess  <helge.hess@skyrix.com>
475
476         * created ChangeLog, created NGiCal library into SkyCore
477
478