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