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