1 2005-05-08 Helge Hess <helge.hess@opengroupware.org>
3 * work on vCard objects (incomplete) (v4.5.52)
5 2005-04-25 Helge Hess <helge.hess@opengroupware.org>
7 * iCalDateHolder.m, iCalDataSource.m: fixed gcc 4.0 warnings (v4.5.51)
9 2005-03-23 Marcus Mueller <znek@mulle-kybernetik.com>
13 * iCalRenderer.h: added missing paranthesis for iVar declarations
15 * iCalTrigger.m, iCalEntityObject.m, iCalToDo.m,
16 iCalRecurrenceCalculator.m, iCalDateHolder.m, iCalDataSource.m,
17 iCalPerson.m, iCalCalendar.m: numerous dealloc bugs/leaks fixed
19 2005-03-02 Marcus Mueller <znek@mulle-kybernetik.com>
21 * iCalRecurrenceCalculator.m: bugfix for monthly and yearly recurrences
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)
28 2005-02-28 Marcus Mueller <znek@mulle-kybernetik.com>
32 * iCalRepeatableEntityObject.m: shifted code to
33 iCalRecurrenceCalculator
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.
44 * iCalDateHolder.h: exposed the API
46 * NSCalendarDate+ICal.[hm]: new convenience constructor for calendar
47 dates from iCal representations (uses iCalDateHolder internally)
49 * iCalRecurrenceRule.m: changed setUntil: to utilize new public
50 NSCalendarDate+ICal category
52 * NGiCal.h: added NSCalendarDate+ICal.h to the public headers
54 * GNUmakefile: NSCalendarDate+ICal.h is public now
56 2005-02-20 Helge Hess <helge.hess@opengroupware.org>
58 * NGiCal.xmap: fixed a missing semicolon (did not load on MacOSX)
61 2005-02-17 Helge Hess <helge.hess@skyrix.com>
63 * GNUmakefile.preamble: fixed linking locations for dependencies
66 2005-02-17 Marcus Mueller <znek@mulle-kybernetik.com>
70 * iCalEntityObject.[hm]: added convenience API
72 * iCalRepeatableEntityObject.[hm]: added convenience API
74 * iCalRecurrenceRule.m: bugfixes in -byDayList and
75 -iCalRepresentationForWeekDay:
77 * iCalRecurrenceCalculator.m: implemented 'BYDAY' calculations for
78 weekly frequency. Note that 'COUNT' is still broken for this case.
80 * iCalRenderer.m: updated rendering, now can render recurrence rules
81 and accompanied stuff properly.
83 2005-02-15 Marcus Mueller <znek@mulle-kybernetik.com>
87 * iCalRecurrenceRule.[hm]: exposed some more of the API
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.
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.
100 * iCalEvent.[hm]: convenience wrapper for the new method found in
101 iCalRepeatableEntityObject.
103 2005-02-14 Helge Hess <helge.hess@opengroupware.org>
107 * GNUmakefile.preamble: added missing dependency on libNGExtensions
108 (which also adds the dependency on libDOM)
110 * iCalRecurrenceCalculator.h: fixed missing forward declaration in
113 2005-02-12 Marcus Mueller <znek@mulle-kybernetik.com>
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.
121 * iCalRepeatableEntityObject.[hm]: new method for calculating the
122 last possible recurrence start date. This can be used for fetches
125 * iCalEvent.[hm]: more convenient wrapper for the new method found in
126 iCalRepeatableEntityObject.
128 * NSCalendarDate+ICal.[hm]: convenience methods for calculating
129 "distances" between dates.
133 2005-02-11 Marcus Mueller <znek@mulle-kybernetik.com>
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.
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.
147 * iCalRecurrenceCalculator.[hm]: a controller implementing RFC2445
148 to properly generate recurrence ranges and accompanied functionality.
150 * iCalEvent.[hm], iCalToDo.[hm]: now subclasses from
151 iCalRepeatableEntityObject, thus removed code dealing with
154 * NGiCal.h: added new headers
156 * NGiCal.xmap: changed recurrenceRule mappings due to model change
158 * tests/*: contains unit tests for stuff dealing with recurrences. See
159 accompanied README for details
161 2004-12-17 Marcus Mueller <znek@mulle-kybernetik.com>
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)
167 2004-12-16 Marcus Mueller <znek@mulle-kybernetik.com>
171 * iCalEvent.[hm]: Added transparency 'TRANSP'. Also multiple
172 convenience methods provided.
174 * NGiCal.xmap: added proper mapping for 'transp'.
176 2004-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
178 * NGiCal.xcode: minor changes and updated
180 2004-12-13 Marcus Mueller <znek@mulle-kybernetik.com>
182 * iCalPerson.[hm]: added -cnWithoutQuotes and -rfc822Email convenience
183 methods to simplify client code dealing with these properties
186 2004-11-07 Marcus Mueller <znek@mulle-kybernetik.com>
188 * NGiCal.xcode: provide SOPE_{MAJOR,MINOR}_VERSION to the build
190 2004-11-06 Helge Hess <helge.hess@opengroupware.org>
192 * iCalRenderer.m: use SOPE version defines for iCalendar product id
195 2004-11-04 Helge Hess <helge.hess@skyrix.com>
197 * use Version file for install directory location of sax mapping
199 2004-10-31 Marcus Mueller <znek@mulle-kybernetik.com>
201 * iCalAlarm.[hm], iCalEvent.[hm], iCalToDo.[hm],
202 NGiCal.xmap: added recurrenceRule (v4.3.34)
204 2004-10-20 Marcus Mueller <znek@mulle-kybernetik.com>
206 * NGiCal.xcode: added iCalRenderer.[hm], bumped framework version
208 2004-10-20 Helge Hess <helge.hess@opengroupware.org>
210 * iCalRenderer.m: fixed some issue with Cocoa Foundation (v4.3.33)
214 * iCalEvent.m: added -vEvent method to produce an iCalendar
215 representation of an event
217 * added iCalRenderer class based on the SOGo render by ZNeK
219 2004-10-14 Marcus Mueller <znek@mulle-kybernetik.com>
221 * NGiCal.xmap: added "categories" mapping (v4.3.31)
223 2004-10-05 Marcus Mueller <znek@mulle-kybernetik.com>
225 * iCalEntityObject.[hm]: added categories property (v4.3.30)
227 2004-09-22 Marcus Mueller <znek@mulle-kybernetik.com>
229 * NGiCal.xcode: fixed several build parameters
231 2004-09-01 Marcus Mueller <znek@mulle-kybernetik.com>
235 * iCalEventChanges.[hm]: new class for tracking changes between
238 * iCalEvent.[hm]: new API to generate iCalEventChanges objects.
240 * common.h: inline function and macro for "safe" comparison of
243 2004-09-01 Helge Hess <helge.hess@opengroupware.org>
245 * GNUmakefile.postamble: copy sax-model to FHS_INSTALL_ROOT +
246 /share/sope-4.3/saxmappings/ when compiling for FHS (v4.3.28)
248 2004-08-29 Helge Hess <helge.hess@opengroupware.org>
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)
255 2004-08-26 Marcus Mueller <znek@mulle-kybernetik.com>
257 * NGiCal.xcode: new Xcode project
259 2004-08-20 Helge Hess <helge.hess@opengroupware.org>
261 * fixed for SOPE 3.3 directory layout (v4.3.26)
265 * moved to SOPE 4.3 (v4.3.25)
267 2004-08-14 Helge Hess <helge.hess@opengroupware.org>
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)
273 2004-07-14 Helge Hess <helge.hess@opengroupware.org>
275 * iCalEvent.h: moved 'status' field to iCalEntityObject, because it is
276 also available in todo objects (v4.2.23)
278 2004-06-30 Marcus Mueller <znek@mulle-kybernetik.com>
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)
284 2004-06-09 Helge Hess <helge.hess@opengroupware.org>
288 * GNUmakefile.preamble: added prebinding
290 * GNUmakefile: create GNUmakefile.preamble, GNUmakefile.postamble
292 2004-05-05 Marcus Mueller <znek@mulle-kybernetik.com>
294 * GNUmakefile: added support for building with
295 GNUSTEP_BUILD_DIR environment variable set for recent
296 gnustep-make package. (v4.2.20)
298 2004-01-23 Helge Hess <helge.hess@opengroupware.org>
300 * iCalDataSource.m: added some sanity checks, improved to work better
301 with Mozilla generated iCal files (v4.2.19)
303 2003-12-22 Helge Hess <helge.hess@skyrix.com>
305 * iCalDateHolder.m: small fix not to print a warning for "YYYYMMDD"
306 style dates (which are supported) (v4.2.18)
308 2003-12-21 Helge Hess <helge.hess@opengroupware.org>
312 * iCalEvent.m: added parsing of duration values and calculation of
313 end-dates based on that (eg required for Panther iCal.app)
315 * iCalEvent.m: added support for 'status' and 'duration' fields
317 Thu Nov 20 16:31:15 2003 Martin Hoerning <martin@opengroupware.org>
319 * iCalDateHolder.m: added timeless date format: YYYYMMDD
320 (solves ogo bug 424) (v4.2.16)
322 Wed Oct 29 22:04:32 2003 Martin Hoerning <martin@opengroupware.org>
324 * iCalDateHolder.m, iCalObject.[m|h]: added iCalDefaultTimeZone to
325 create date from iCalDates without timeZone. (solves OGoo bug 257)
328 2003-10-12 Helge Hess <helge@opengroupware.org>
330 * GNUmakefile (libNGiCal_LIBRARIES_DEPEND_UPON): link against
331 libSaxObjC on MacOSX (v4.2.14)
333 Fri Jul 18 17:04:55 2003 Martin Hoerning <mh@skyrix.com>
335 * iCalToDo.h, iCalPerson.h, iCalEvent.h, iCalEntityObject.h: added
336 accessor-methods to interface (v4.2.13)
338 2003-07-18 Helge Hess <helge.hess@skyrix.com>
340 * iCalDateHolder.m: replaces and indexOfString with rangeOfString,
341 thanks to Filip Van Raemdonck for pointing that out (v4.2.12)
343 2003-03-21 Helge Hess <helge.hess@skyrix.com>
345 * added some method prototypes
347 2003-03-13 Helge Hess <helge.hess@skyrix.com>
349 * moved iCalEntityObject to a separate file (v4.2.11)
351 Mon Mar 10 18:41:10 2003 Bjoern Stierand <bjoern@skyrix.com>
353 * NGiCal.xmap: added missing attendee attributes (as dictated by
356 2003-03-10 Helge Hess <helge.hess@skyrix.com>
358 * iCalPerson.h: added some method prototypes
360 2003-02-24 Helge Hess <helge.hess@skyrix.com>
362 * iCalObject.h: added some accessors (v4.2.10)
364 2003-02-12 Helge Hess <helge.hess@skyrix.com>
366 * moved to skyrix-core (v4.2.9)
368 2003-01-13 Helge Hess <helge.hess@skyrix.com>
370 * added some support for timezones to be able to parse Evolution
371 apt creation requests (v4.2.7)
373 2002-10-14 Helge Hess <helge.hess@skyrix.com>
375 * added iCalDateHolder for decoding xCal date values with timezone
376 attributes to a NSCalendarDate
378 * iCalObject.m: ignore X- keys
380 * removed all the old stuff (v4.2.4)
382 * ICalVEvent.m: renamed -class to -eventClass since -class conflicts
383 with the NSObject method
385 * started XML based iCal (v4.2.3)
387 2002-10-10 Helge Hess <helge.hess@skyrix.com>
389 * ICalParser.m: small cleanups (v4.2.2)
391 2002-10-04 Helge Hess <helge.hess@skyrix.com>
393 * created ChangeLog, created NGiCal library into SkyCore