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