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