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