2005-05-03  Helge Hess  <helge.hess@opengroupware.org>

	* EOQualifier.h: fixed prototypes of -isLike/-isCaseInsensitiveLike:
	  (v4.5.53)

	* NSObject+EOQualifierOps.m: fixed signature of -isLike: and
	  -isCaseInsensitiveLike: to match Tiger (v4.5.52)

2005-04-24  Helge Hess  <helge.hess@opengroupware.org>

	* fixed gcc 4.0 signed/unsigned warnings (v4.5.51)

2005-01-14  Helge Hess  <helge.hess@opengroupware.org>

	* EOFetchSpecification.m: minor code cleanups (v4.5.50)

2004-12-14  Marcus Mueller  <znek@mulle-kybernetik.com>

	* EOControl.xcode: minor changes and updated

2004-12-05  Helge Hess  <helge.hess@opengroupware.org>

	* EOKeyGlobalID.m: minor code cleanup (v4.5.49)

2004-08-29  Helge Hess  <helge.hess@opengroupware.org>

	* added hack to install the project in FHS locations - the library,
	  its headers, the tools and the resources will be installed in
	  FHS_INSTALL_ROOT if specified (eg make FHS_INSTALL_ROOT=/usr/local)
	  (v4.3.48)

2004-08-29  Marcus Mueller  <znek@mulle-kybernetik.com>

	* EOControl.xcode: various fixes for project settings

2004-08-23  Marcus Mueller  <znek@mulle-kybernetik.com>

	* added new Xcode project

2004-08-20  Helge Hess  <helge.hess@opengroupware.org>

	* moved to SOPE 4.3 (v4.3.47)

2004-07-22  Helge Hess  <helge.hess@skyrix.com>

	* EOKeyComparisonQualifier.m, EOKeyValueQualifier.m, 
	  EOKeyValueArchiver.m, EOFetchSpecification.m: fixed gcc 3.4 warnings
	  (v4.2.46)

2004-06-09  Helge Hess  <helge.hess@opengroupware.org>

	* v4.2.45

	* GNUmakefile.preamble: added prebinding

	* GNUmakefile: minor cleanups

2004-05-16  Helge Hess  <helge.hess@opengroupware.org>

	* EOKeyComparisonQualifier.m, EOKeyValueQualifier.m, EOQualifier.m,
	  EOQualifierVariable.m: minor code cleanups, fixed some "== YES"
	  comparisons (v4.2.44)

2004-04-07  Helge Hess  <helge.hess@skyrix.com>

	* EOQualifierParser.m: minor code cleanups (==YES) (v4.2.43)

2004-03-15  Helge Hess  <helge.hess@skyrix.com>

	* EOFetchSpecification, EOQualifier, EOSortOrdering: moved property
	  list initializer methods to NGExtensions to improve GDL2 
	  compatibility (v4.2.42)

2004-03-11  Helge Hess  <helge.hess@skyrix.com>

	* EOFetchSpecification, EOQualifier, EOSortOrdering: deprecated
	  -initWithPropertyList: method, added new -initWithPropertyList:owner:
	  method (like in EOPropertyListEncoding) (v4.2.41)

2004-03-09  Helge Hess  <helge.hess@opengroupware.org>

	* EOFetchSpecification.m: subminor improvement in -copyWithZone:
	  method (v4.2.40)

2004-03-03  Helge Hess  <helge.hess@skyrix.com>

	* EOFetchSpecification.m: fixed a recursion introduced in v4.2.38
	  (v4.2.39)

2004-03-02  Helge Hess  <helge.hess@opengroupware.org>

	* v4.2.38

	* EOQualifier.m: added -qualifierByApplyingBindings: to improve GDL2
	  compatibility (should not be used)

	* EOFetchSpecification.m: added -fetchSpecificationByApplyingBindings:
	  to improve GDL2 compatibility (should not be used)

	* EOQualifier.m: moved EOQualifierVariable to separate file, moved
	  qualifier-description categories to separate files
	
	* EOFetchSpecification.m, EOSQLParser.m: improved GDL2/EOF 3 
	  compatibility (different -init method, deprecated old)

2003-12-29  Helge Hess  <helge.hess@opengroupware.org>
	
	* EOKeyValueCoding.m: do not invoke NSDictionary -objectForKey: with
	  'nil' key (v4.2.37)
	
2003-11-25  Helge Hess  <helge.hess@skyrix.com>

	* removed unused source files (v4.2.36) [what was v4.2.35?, missing]
	
2003-11-14  Helge Hess  <helge.hess@skyrix.com>

	* EOSortOrdering.m: added an assertion to prevent index overflows
	  (v4.2.34)

Tue Nov 11 12:01:10 2003  Jan Reichmann  <jr@skyrix.com>

	* common.h: fixed Free marcro declaration (introduced in 4.2.33)  
	  (v4.2.34)

2003-11-09  Helge Hess  <helge@groove.local>

	* v4.2.33

	* common.h: always use malloc/free for allocating instead of
	  objc_malloc/objc_free to clean up the code

	* EOAndQualifier.m: some minor tweaks for Xcode

	* EOFault.m: removed support for Boehm GC to clean up the code

2003-09-06  Helge Hess  <helge.hess@skyrix.com>

        * EOGenericRecord.m: fixed a warning on MacOSX (used return in
          dealloc ...) (v4.2.32)

        * v4.2.31

        * EOSQLParser.m: do not use stringByReplacingString:withString:

	* EOClassDescription.m: fixed some warning on OSX

2003-09-06  Marcus Mueller  <znek@mulle-kybernetik.com>

	* EOFault.m/EOFaultHandler.m: ported to NeXT runtime (v4.2.30)

2003-09-01  Helge Hess  <helge.hess@skyrix.com>

	* changed not to require FoundationExt on MacOSX (v4.2.29)

2003-08-07  Helge Hess  <helge.hess@skyrix.com>

	* EOQualifierParser.m: added facility to register own classes for
	  complex cast expressions (eg "cast(xxxx as myValue)"), required
	  for Evolution 1.4.4. Also less restrictive about whitespace between
	  "cast" and the "(" (v4.2.28)

Fri Jul  4 17:00:54 2003  Helge Hess  <helge.hess@skyrix.com>

	* added to OpenGroupware.org

	* stripped out old ChangeLogs, unimportant for OGo

Wed Dec  8 18:35:40 1999  Helge Hess  <helge.hess@mdlink.de>

	* created ChangeLog