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