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