libs-gscoredata/ChangeLog
H. Nikolaus Schaller 6ee8761b67 * added .qcodeproj for compilation on mySTEP/QuantumSTEP
* NIB files of DataBuilder updated

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep@36598 72102866-910b-0410-8b05-ffd578937521
2013-05-08 08:07:02 +00:00

69 lines
2.8 KiB
Text

2013-02-16 Nikolaus Schaller <hns@computer.org>
* added .qcodeproj for compilation on mySTEP
* NIB files of DataBuilder updated
2011-06-12 09:42-EDT Gregory John Casamento <greg.casamento@gmail.com>
* CoreDataHeaders.h: Conditionally use the defines for _, ASSIGN, and
RETAIN when the framework is not being compiled using GNUstep and
GNUSTEP is not defined.
2010-12-27 Nicola Pero <nicola.pero@meta-innovation.com>
* NSAttributeDescription.m ([-initWithCoder:],
[-encodeWithCoder:]): Explicitly encode and decode NSAttributeType
as 'int' to work across compiler versions.
2007-12-13 Nikolaus Schaller <hns@computer.org>
* made compile on MacOS X and mySTEP
* renamed all private methods to begin with underscore
2005-02-02 Saso Kiselkov <diablos@manga.sk>
* NSManagedObjectContext.m: refined exception reasons to include
the class name and method name where the exception occured.
2005-01-10 Saso Kiselkov <diablos@manga.sk>
* Doxyfile: Turned off annoying warnings about undocumented stuff.
* NSEntityDescription.h, NSEntityDescription.m: Prefixed private
and internal method categories with GSCoreData instead of just GS.
* NSManagedObject.h, NSManagedObject.m, NSManagedObjectContext.h,
NSManagedObjectContext.m: implemented the key-value observing
machinery and main parts of the undo system.
2006-01-09 Saso Kiselkov <diablos@manga.sk>
* NSManagedObjectContext.m, NSManagedObjectContext.h: Numerous
fixes and many parts implemented or fine-tuned.
* CoreDataUtilities.h: Added fetch request match function.
* GNUmakefile: Added test cases declaration.
* NSManagedObjectID.m, NSManagedObjectID.h: Added methods for
comparing two managed object IDs.
2006-01-01 Saso Kiselkov <diablos@manga.sk>
* NSManagedObjectID.m: Fixed potentional race conditions in
unique ID generation in multi-threaded apps.
2005-10-04 Saso Kiselkov <diablos@manga.sk>
* NSManagedObjectContext.m: fixed assignObject:toPersistentStore:
to correctly assign object ID values.
2005-09-30 Saso Kiselkov <diablos@manga.sk>
* NSManagedObject.m: Fixed [will|did]AccessValueForKey: to
do nothing, as non-Core Data KVO doesn't declare these methods.
* NSRelationshipDescription.m: Fixed inverse relationship bug.
Setting the destination entity now resets the inverse
relationship and when an inverse relationship is set up
it must be contained in the destination entity, otherwise
an NSInvalidArgumentException is thrown.
2005-09-29 Saso Kiselkov <diablos@manga.sk>
* NSManagedObject.m: Some docs on NSManagedObject written.
* ChangeLog: We have a ChangeLog!