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