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