2007-05-03 Yen-Ju Chen <yjchenx at gmail>

	* Make Source as subproject of the framework.

2007-04-28 Yen-Ju Chen <yjchenx at gmail>

	* Turn into framework.

2007-02-19 Yen-Ju Chen <yjchenx at gmail>

	* Format README in reStructuredText.

2005-11-30  Quentin Mathe <qmathe@club-internet.fr>

	* GNUmakefile.headers: 
	* GNUmakefile.headers_build:
	Removed.
	* GNUmakefile:
	* Source/GNUmakefile:
	Streamlined GNUmakefiles to be simpler and match usual framework build 
	support.

2006-11-15 Yen-Ju Chen <yjchenx at gmail _dot_ com>
	
	* Expose properties and types dictionary for saving.
	* Save properties of records and optional config
          so that it can be accessed from other application
          without go through the library.
          It may be useful for indexing and searching.

2006-11-16 Quentin Mathe <qmathe@club-internet.fr>

	* GNUmakefile: Updated to include etoile.make.

2006-11-10 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Try to improve memory usage.

2006-11-06 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* -beginEditing and -endEditing for changing large quantity of records.

2006-10-30 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Fix compare: to nil.

2006-10-28 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Add search in CKCollectionView.
	* Add -numberOfItems in CKCollectionView.
	* Handle group is nil for -itemsUnderGroup:
	* Implement sorting;

2006-10-27 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Implement [CKCollection -itemsUnderGroup:] and test unit.
	* Remove records from its groups first 
          before removing it from collection.
	* Make unit test work on GNUstep.

2006-10-25 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Add CKCollectionView.
	* Support NSNumber for value.

2006-10-24 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Add missing header.
	* Memory fix.

2006-10-19 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Add CKSearchElement.

2006-10-15 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Remove kCKGroupNameProperty considering it is not necessary
          for CollectionKit.
	* Fix memory leak.
	* Fix bug in recursively removal.

2006-10-13 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Add version control of format.
	* Fix loading of CKGroup.

2006-10-12 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Fix save.

2006-10-10 Yen-Ju Chen <yjchenx at gmail _dot_ com>

	* Fix warning on Linux.
	* Unit Test Result: 3 classes, 8 methods, 43 tests, 0 failed

2006-10-08 Yen-Ju Chen <yjchenx at gmail _dot_ com>
	
	* Initial import (tested on mac only).

