]> err.no Git - sope/blob - sope-gdl1/GDLAccess/ChangeLog
new Xcode projects
[sope] / sope-gdl1 / GDLAccess / ChangeLog
1 2004-09-22  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * GDLAccess.xcode: new Xcode project
4
5 2004-09-11  Marcus Mueller  <znek@mulle-kybernetik.com>
6
7         * GNUmakefile.preamble, FoundationExt/GNUmakefile: minor changes for
8           inline compilation with GNUSTEP_BUILD_DIR set elsewhere (v1.1.40)
9
10 2004-09-06  Helge Hess  <helge.hess@skyrix.com>
11
12         * EOSQLQualifier.m: fixed a compile warning related to scanner handler
13           and NSArray argument instead of va_list (v1.1.39)
14
15 2004-09-06  Helge Hess  <helge.hess@opengroupware.org>
16
17         * EOAdaptorChannel.m: added
18           -selectAttributesX:describedByQualifier:fetchOrder:lock: for
19           selects which return, not raise, exceptions (v1.1.38)
20
21 2004-08-31  Helge Hess  <helge.hess@skyrix.com>
22
23         * GNUmakefile.preamble: added library search pathes for FHS install
24           (v1.1.37)
25
26 2004-08-30  Helge Hess  <helge.hess@opengroupware.org>
27
28         * v1.1.36
29
30         * EOAdaptor.m: also look for adaptors in /usr/lib/sope-4.3/dbadaptors
31           and /usr/local/lib/sope-4.3/dbadaptors
32
33         * added hack to install the project in FHS locations - the library,
34           its headers, the tools and the resources will be installed in
35           FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
36
37 2004-08-27  Helge Hess  <helge.hess@skyrix.com>
38
39         * EOAdaptor.m: look for adaptor bundles in Library/GDLAdaptors-1.1/
40           (v1.1.35)
41
42         * increased version to v1.1 because it depends on libEOControl v4.3
43           (v1.1.34)
44
45 2004-08-21  Helge Hess  <helge.hess@opengroupware.org>
46
47         * v1.0.33
48
49         * fixed for SOPE 3.3 directory layout
50
51         * removed GDLExtensions
52
53         * moved headers files from EOAccess subdirectory to main directory
54
55 2004-08-20  Helge Hess  <helge.hess@opengroupware.org>
56
57         * moved from ThirdParty to SOPE/sope-gdl1 (v1.0.32)
58
59 2004-06-29  Helge Hess  <helge.hess@opengroupware.org>
60
61         * v1.0.31
62         
63         * EOAdaptorChannel.m: fixed a bug in the transaction check introduced
64           in v1.0.29 - resulted in OGo bug #824, #825
65         
66         * EODatabaseChannel.m: use new "X" adaptor methods
67
68         * GNUmakefile.preamble: added include path to SOPE/skyrix-core for
69           "inline" compilation (v1.0.30)
70
71 2004-06-28  Helge Hess  <helge.hess@opengroupware.org>
72
73         * EOAdaptorChannel.[hm]: added more "X" methods which do not raise
74           exceptions (v1.0.29)
75
76         * EOAdaptorChannel.m: added new method -evaluateExpressionX: which 
77           returns the exception instead of raising it. It returns 
78           @"EOEvaluationError" if the -evaluateExpression: returned NO without
79           raising an exception. It is recommended that adaptor classes 
80           implement -evaluateExpression: using -evaluateExpressionX:, not the
81           other way around (v1.0.28)
82
83 2004-06-27  Helge Hess  <helge.hess@opengroupware.org>
84
85         * EOModel.m: minor code cleanups (v1.0.27)
86
87 2004-06-21  Helge Hess  <helge.hess@opengroupware.org>
88
89         * EOModel.m: some code cleanups, improved description (v1.0.26)
90
91 2004-06-06  Helge Hess  <helge.hess@opengroupware.org>
92
93         * fixed Xcode compilation with embedded FoundationExt classes (v1.0.25)
94
95 2004-05-14  Helge Hess  <helge@developer.opengroupware.org>
96
97         * EOAdaptorDataSource.m: removed some ==YES comparisons, minor cleanups
98           (v1.0.24)
99
100 2004-03-14  Helge Hess  <helge.hess@opengroupware.org>
101
102         * v1.0.23
103
104         * EOSQLQualifier.m: improved -description method
105
106         * EOSQLExpression.m: moved EOSelectSQLExpression to separate file, 
107           added a -description method, various minor code cleanups
108
109         * EOExpressionArray.m: added a -description method, minor cleanups
110         
111         * EOAdaptorChannel.m: minor code cleanups
112         
113         * EODatabaseContext.m: removed registration for 
114           EOCooperatingObjectStoreNeeded notification (solves an issue with
115           gstep-base)
116
117 2004-03-09  Helge Hess  <helge.hess@opengroupware.org>
118
119         * EOAdaptorChannel.m, EOAdaptorDataSource.m, EOAttribute.m,
120           EODatabase.m, EOEntity.m, EOEntityClassDescription.m,
121           EOQualifier+SQL.m, EOSQLExpression.m, common.h, EOQualifierScanner.h:
122           various subminor fixes for compilation against gstep-base (v1.0.22)
123
124 2004-02-12  Helge Hess  <helge.hess@opengroupware.org>
125
126         * EODatabaseChannel.m: only check for GC objects on libFoundation
127           (v1.0.21)
128
129 2004-01-29  Helge Hess  <helge.hess@skyrix.com>
130
131         * EORecordDictionary.m: disabled a profiling log (v1.0.20)
132
133 2004-01-07  Helge Hess  <helge@groove.local>
134
135         * some tweaks for Xcode compilation (v1.0.19)
136
137 2004-01-04  Helge Hess  <helge.hess@opengroupware.org>
138
139         * v1.0.18
140
141         * more tweaks to makefiles and source, now seems to compile fine on
142           MacOSX
143         
144         * added FoundationExt subproject containing the necessary classes from
145           the extensions library, that is, the FormatScanner, 
146           PrintfFormatScanner and DefaultScannerHandler
147
148 2004-01-03  Helge Hess  <helge.hess@opengroupware.org>
149
150         * v1.0.17
151
152         * EORecordDictionary.m: cache -hash and -isEqual selector in 
153           objectForKey:
154
155         * various changes to make gnustep-db compile on MacOSX (eg do not use
156           InvalidArgumentException class but rather NSInvalidArgumentException
157           exception name, etc)
158         
159 2003-12-29  Helge Hess  <helge.hess@opengroupware.org>
160
161         * EORecordDictionary.m(dealloc): cache release method of dict key, 
162           which is basically always an NSString, also cache empty dictionary
163           (v1.0.16)
164         
165 2003-10-20  Helge Hess  <helge.hess@skyrix.com>
166
167         * v1.0.15
168         
169         * common.h: do not use zones for memory allocation (read: speedup)
170
171         * removed support for Boehm GC, makes code much more readable and
172           shorter (and isn't used in OGo anyway ...)
173
174         * removed some warnings, some FoundationExt cleanups
175
176         * EOExpressionArray.h: does not inherit from GCObject and use
177           GCMutableArray anymore (replaced with NSObject and NSMutableArray)
178
179         * EODatabaseContext.m: removed some unused methods
180
181         * removed some GCObject dependency
182
183         * EODatabaseChannel.m: removed some unused methods
184
185 Wed Oct 15 16:26:50 2003  Jan Reichmann  <jr@skyrix.com>
186
187         * EOModel.m: initialize model name with the filename which contains the model
188           (*.eomodel) (v1.0.14)
189
190 Sun Sep 07 00:30:59 2003  Marcus Mueller  <znek@mulle-kybernetik.com>
191
192         * GNUmakefile: reordered autodoc target
193
194 Mon Jul 14 14:07:22 2003  Jan Reichmann  <jr@skyrix.com>
195
196         *  fixed license entries (v1.0.13)
197
198 Fri Jul  4 19:15:35 2003  Helge Hess  <helge.hess@skyrix.com>
199
200         * imported into OpenGroupware.org (v1.0.11)