2005-11-30 Quentin Mathe * 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 * 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 * GNUmakefile: Updated to include etoile.make. 2006-11-10 Yen-Ju Chen * Try to improve memory usage. 2006-11-06 Yen-Ju Chen * -beginEditing and -endEditing for changing large quantity of records. 2006-10-30 Yen-Ju Chen * Fix compare: to nil. 2006-10-28 Yen-Ju Chen * Add search in CKCollectionView. * Add -numberOfItems in CKCollectionView. * Handle group is nil for -itemsUnderGroup: * Implement sorting; 2006-10-27 Yen-Ju Chen * 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 * Add CKCollectionView. * Support NSNumber for value. 2006-10-24 Yen-Ju Chen * Add missing header. * Memory fix. 2006-10-19 Yen-Ju Chen * Add CKSearchElement. 2006-10-15 Yen-Ju Chen * Remove kCKGroupNameProperty considering it is not necessary for CollectionKit. * Fix memory leak. * Fix bug in recursively removal. 2006-10-13 Yen-Ju Chen * Add version control of format. * Fix loading of CKGroup. 2006-10-12 Yen-Ju Chen * Fix save. 2006-10-10 Yen-Ju Chen * Fix warning on Linux. * Unit Test Result: 3 classes, 8 methods, 43 tests, 0 failed 2006-10-08 Yen-Ju Chen * Initial import (tested on mac only).