]> err.no Git - sope/blob - sope-core/EOControl/ChangeLog
94bb6f7bdb381840fa87a589207d95fa64b94a7d
[sope] / sope-core / EOControl / ChangeLog
1 2005-05-03  Helge Hess  <helge.hess@opengroupware.org>
2
3         * EOQualifier.h: fixed prototypes of -isLike/-isCaseInsensitiveLike:
4           (v4.5.53)
5
6         * NSObject+EOQualifierOps.m: fixed signature of -isLike: and
7           -isCaseInsensitiveLike: to match Tiger (v4.5.52)
8
9 2005-04-24  Helge Hess  <helge.hess@opengroupware.org>
10
11         * fixed gcc 4.0 signed/unsigned warnings (v4.5.51)
12
13 2005-01-14  Helge Hess  <helge.hess@opengroupware.org>
14
15         * EOFetchSpecification.m: minor code cleanups (v4.5.50)
16
17 2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>
18
19         * EOControl.xcode: minor changes and updated
20
21 2004-12-05  Helge Hess  <helge.hess@opengroupware.org>
22
23         * EOKeyGlobalID.m: minor code cleanup (v4.5.49)
24
25 2004-08-29  Helge Hess  <helge.hess@opengroupware.org>
26
27         * added hack to install the project in FHS locations - the library,
28           its headers, the tools and the resources will be installed in
29           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
30           (v4.3.48)
31
32 2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>
33
34         * EOControl.xcode: various fixes for project settings
35
36 2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>
37
38         * added new Xcode project
39
40 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
41
42         * moved to SOPE 4.3 (v4.3.47)
43
44 2004-07-22  Helge Hess  <helge.hess@skyrix.com>
45
46         * EOKeyComparisonQualifier.m, EOKeyValueQualifier.m, 
47           EOKeyValueArchiver.m, EOFetchSpecification.m: fixed gcc 3.4 warnings
48           (v4.2.46)
49
50 2004-06-09  Helge Hess  <helge.hess@opengroupware.org>
51
52         * v4.2.45
53
54         * GNUmakefile.preamble: added prebinding
55
56         * GNUmakefile: minor cleanups
57
58 2004-05-16  Helge Hess  <helge.hess@opengroupware.org>
59
60         * EOKeyComparisonQualifier.m, EOKeyValueQualifier.m, EOQualifier.m,
61           EOQualifierVariable.m: minor code cleanups, fixed some "== YES"
62           comparisons (v4.2.44)
63
64 2004-04-07  Helge Hess  <helge.hess@skyrix.com>
65
66         * EOQualifierParser.m: minor code cleanups (==YES) (v4.2.43)
67
68 2004-03-15  Helge Hess  <helge.hess@skyrix.com>
69
70         * EOFetchSpecification, EOQualifier, EOSortOrdering: moved property
71           list initializer methods to NGExtensions to improve GDL2 
72           compatibility (v4.2.42)
73
74 2004-03-11  Helge Hess  <helge.hess@skyrix.com>
75
76         * EOFetchSpecification, EOQualifier, EOSortOrdering: deprecated
77           -initWithPropertyList: method, added new -initWithPropertyList:owner:
78           method (like in EOPropertyListEncoding) (v4.2.41)
79
80 2004-03-09  Helge Hess  <helge.hess@opengroupware.org>
81
82         * EOFetchSpecification.m: subminor improvement in -copyWithZone:
83           method (v4.2.40)
84
85 2004-03-03  Helge Hess  <helge.hess@skyrix.com>
86
87         * EOFetchSpecification.m: fixed a recursion introduced in v4.2.38
88           (v4.2.39)
89
90 2004-03-02  Helge Hess  <helge.hess@opengroupware.org>
91
92         * v4.2.38
93
94         * EOQualifier.m: added -qualifierByApplyingBindings: to improve GDL2
95           compatibility (should not be used)
96
97         * EOFetchSpecification.m: added -fetchSpecificationByApplyingBindings:
98           to improve GDL2 compatibility (should not be used)
99
100         * EOQualifier.m: moved EOQualifierVariable to separate file, moved
101           qualifier-description categories to separate files
102         
103         * EOFetchSpecification.m, EOSQLParser.m: improved GDL2/EOF 3 
104           compatibility (different -init method, deprecated old)
105
106 2003-12-29  Helge Hess  <helge.hess@opengroupware.org>
107         
108         * EOKeyValueCoding.m: do not invoke NSDictionary -objectForKey: with
109           'nil' key (v4.2.37)
110         
111 2003-11-25  Helge Hess  <helge.hess@skyrix.com>
112
113         * removed unused source files (v4.2.36) [what was v4.2.35?, missing]
114         
115 2003-11-14  Helge Hess  <helge.hess@skyrix.com>
116
117         * EOSortOrdering.m: added an assertion to prevent index overflows
118           (v4.2.34)
119
120 Tue Nov 11 12:01:10 2003  Jan Reichmann  <jr@skyrix.com>
121
122         * common.h: fixed Free marcro declaration (introduced in 4.2.33)  
123           (v4.2.34)
124
125 2003-11-09  Helge Hess  <helge@groove.local>
126
127         * v4.2.33
128
129         * common.h: always use malloc/free for allocating instead of
130           objc_malloc/objc_free to clean up the code
131
132         * EOAndQualifier.m: some minor tweaks for Xcode
133
134         * EOFault.m: removed support for Boehm GC to clean up the code
135
136 2003-09-06  Helge Hess  <helge.hess@skyrix.com>
137
138         * EOGenericRecord.m: fixed a warning on MacOSX (used return in
139           dealloc ...) (v4.2.32)
140
141         * v4.2.31
142
143         * EOSQLParser.m: do not use stringByReplacingString:withString:
144
145         * EOClassDescription.m: fixed some warning on OSX
146
147 2003-09-06  Marcus Mueller  <znek@mulle-kybernetik.com>
148
149         * EOFault.m/EOFaultHandler.m: ported to NeXT runtime (v4.2.30)
150
151 2003-09-01  Helge Hess  <helge.hess@skyrix.com>
152
153         * changed not to require FoundationExt on MacOSX (v4.2.29)
154
155 2003-08-07  Helge Hess  <helge.hess@skyrix.com>
156
157         * EOQualifierParser.m: added facility to register own classes for
158           complex cast expressions (eg "cast(xxxx as myValue)"), required
159           for Evolution 1.4.4. Also less restrictive about whitespace between
160           "cast" and the "(" (v4.2.28)
161
162 Fri Jul  4 17:00:54 2003  Helge Hess  <helge.hess@skyrix.com>
163
164         * added to OpenGroupware.org
165
166         * stripped out old ChangeLogs, unimportant for OGo
167
168 Wed Dec  8 18:35:40 1999  Helge Hess  <helge.hess@mdlink.de>
169
170         * created ChangeLog