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