1 2005-08-04 Helge Hess <helge.hess@skyrix.com>
5 * EOSortOrdering.m, EOFetchSpecification.m: added EOKeyValueArchiving
7 * EO*Qualifier.m: added EOKeyValueArchiving to EOQualifier classes
9 * NSObject+EOQualifierOps.m: fixed gcc 4.0 warnings
11 2005-08-04 Helge Hess <helge.hess@opengroupware.org>
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)
17 2005-05-03 Helge Hess <helge.hess@opengroupware.org>
19 * EOQualifier.h: fixed prototypes of -isLike/-isCaseInsensitiveLike:
22 * NSObject+EOQualifierOps.m: fixed signature of -isLike: and
23 -isCaseInsensitiveLike: to match Tiger (v4.5.52)
25 2005-04-24 Helge Hess <helge.hess@opengroupware.org>
27 * fixed gcc 4.0 signed/unsigned warnings (v4.5.51)
29 2005-01-14 Helge Hess <helge.hess@opengroupware.org>
31 * EOFetchSpecification.m: minor code cleanups (v4.5.50)
33 2004-12-14 Marcus Mueller <znek@mulle-kybernetik.com>
35 * EOControl.xcode: minor changes and updated
37 2004-12-05 Helge Hess <helge.hess@opengroupware.org>
39 * EOKeyGlobalID.m: minor code cleanup (v4.5.49)
41 2004-08-29 Helge Hess <helge.hess@opengroupware.org>
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)
48 2004-08-29 Marcus Mueller <znek@mulle-kybernetik.com>
50 * EOControl.xcode: various fixes for project settings
52 2004-08-23 Marcus Mueller <znek@mulle-kybernetik.com>
54 * added new Xcode project
56 2004-08-20 Helge Hess <helge.hess@opengroupware.org>
58 * moved to SOPE 4.3 (v4.3.47)
60 2004-07-22 Helge Hess <helge.hess@skyrix.com>
62 * EOKeyComparisonQualifier.m, EOKeyValueQualifier.m,
63 EOKeyValueArchiver.m, EOFetchSpecification.m: fixed gcc 3.4 warnings
66 2004-06-09 Helge Hess <helge.hess@opengroupware.org>
70 * GNUmakefile.preamble: added prebinding
72 * GNUmakefile: minor cleanups
74 2004-05-16 Helge Hess <helge.hess@opengroupware.org>
76 * EOKeyComparisonQualifier.m, EOKeyValueQualifier.m, EOQualifier.m,
77 EOQualifierVariable.m: minor code cleanups, fixed some "== YES"
80 2004-04-07 Helge Hess <helge.hess@skyrix.com>
82 * EOQualifierParser.m: minor code cleanups (==YES) (v4.2.43)
84 2004-03-15 Helge Hess <helge.hess@skyrix.com>
86 * EOFetchSpecification, EOQualifier, EOSortOrdering: moved property
87 list initializer methods to NGExtensions to improve GDL2
88 compatibility (v4.2.42)
90 2004-03-11 Helge Hess <helge.hess@skyrix.com>
92 * EOFetchSpecification, EOQualifier, EOSortOrdering: deprecated
93 -initWithPropertyList: method, added new -initWithPropertyList:owner:
94 method (like in EOPropertyListEncoding) (v4.2.41)
96 2004-03-09 Helge Hess <helge.hess@opengroupware.org>
98 * EOFetchSpecification.m: subminor improvement in -copyWithZone:
101 2004-03-03 Helge Hess <helge.hess@skyrix.com>
103 * EOFetchSpecification.m: fixed a recursion introduced in v4.2.38
106 2004-03-02 Helge Hess <helge.hess@opengroupware.org>
110 * EOQualifier.m: added -qualifierByApplyingBindings: to improve GDL2
111 compatibility (should not be used)
113 * EOFetchSpecification.m: added -fetchSpecificationByApplyingBindings:
114 to improve GDL2 compatibility (should not be used)
116 * EOQualifier.m: moved EOQualifierVariable to separate file, moved
117 qualifier-description categories to separate files
119 * EOFetchSpecification.m, EOSQLParser.m: improved GDL2/EOF 3
120 compatibility (different -init method, deprecated old)
122 2003-12-29 Helge Hess <helge.hess@opengroupware.org>
124 * EOKeyValueCoding.m: do not invoke NSDictionary -objectForKey: with
127 2003-11-25 Helge Hess <helge.hess@skyrix.com>
129 * removed unused source files (v4.2.36) [what was v4.2.35?, missing]
131 2003-11-14 Helge Hess <helge.hess@skyrix.com>
133 * EOSortOrdering.m: added an assertion to prevent index overflows
136 Tue Nov 11 12:01:10 2003 Jan Reichmann <jr@skyrix.com>
138 * common.h: fixed Free marcro declaration (introduced in 4.2.33)
141 2003-11-09 Helge Hess <helge@groove.local>
145 * common.h: always use malloc/free for allocating instead of
146 objc_malloc/objc_free to clean up the code
148 * EOAndQualifier.m: some minor tweaks for Xcode
150 * EOFault.m: removed support for Boehm GC to clean up the code
152 2003-09-06 Helge Hess <helge.hess@skyrix.com>
154 * EOGenericRecord.m: fixed a warning on MacOSX (used return in
155 dealloc ...) (v4.2.32)
159 * EOSQLParser.m: do not use stringByReplacingString:withString:
161 * EOClassDescription.m: fixed some warning on OSX
163 2003-09-06 Marcus Mueller <znek@mulle-kybernetik.com>
165 * EOFault.m/EOFaultHandler.m: ported to NeXT runtime (v4.2.30)
167 2003-09-01 Helge Hess <helge.hess@skyrix.com>
169 * changed not to require FoundationExt on MacOSX (v4.2.29)
171 2003-08-07 Helge Hess <helge.hess@skyrix.com>
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)
178 Fri Jul 4 17:00:54 2003 Helge Hess <helge.hess@skyrix.com>
180 * added to OpenGroupware.org
182 * stripped out old ChangeLogs, unimportant for OGo
184 Wed Dec 8 18:35:40 1999 Helge Hess <helge.hess@mdlink.de>