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