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