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