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