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