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