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