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