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