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