- new experimental AppKit-MacOS-i386 target which sits on Apple's Foundation, ApplicationServices (not operational). Header&api usage fixes to clean this up.
- Redid NSBezierPath so it doesn't rely on private Cocotron CoreGraphics API.
- Change the NSRaise macros/functions to be inline so AppKit can just include it instead of depending on them in Foundation since they aren't present in OSX.
- split NSRaiseException() into it's own Foundation private header and removed use from AppKit.
- changed use of NSRangeEntries so AppKit can embed it on MacOS
- switched NSOutlineView use of NSInt*CallBacks to NSInteger*CallBacks
- added CGPDFContext and CGDataConsumer
- added 2.0 objc/runtime.h, message.h with most of the declarations
- added deprecated.h for deprecated declarations
- cleanup objc-class.h to use standard naming for structs
- moved FOUNDATION_EXPORT to NSObjCRuntime.h
- deleted ObjCTypes.h, ObjectiveC.h
- moved Object.h/Protocol.h to objc headers
- added method.m, ivar.m for method_ and ivar_ functions
- Changed all use of deprecated SELNAME to sel_getName
- Changed use of OBJCLog in Foundation to replacement NSCLog
- Changed most all the equivalent OBJC* names to 2.0 function names
- rename OBJCIsKindOfClass to NSObjectIsKindOfClass, move to NSObject.m
- removed empty OBJCReportStatistics, objc_lock.h
- Issue #194, Ken & Glen Aspeslagh's support for menu checkmark's
- Issue #195, Ken & Glen Aspeslagh's support for zero-width NSSplitView divider
- Issue #197, Ken & Glen Aspeslagh's support for "par" and "tab" in NSRichTextReader
- Issue #200, Ken & Glen Aspeslagh's -[NSFileManager subpathsAtPath:] implementation
- Issue #201, Ken & Glen Aspeslagh's [NSMutableString replaceOccurrencesOfString:withString:options:range:] implementation
- Issue #202, Ken & Glen Aspeslagh's fix for [NSString pathComponents] so it doesn't return empty path components
- Issue #203, Ken & Glen Aspeslagh's Added support for file size attribute in NSFileManager_win32 fileAttributesAtPath:traverseLinks:
- Issue #206, Ken & Glen Aspeslagh's Fix for issue with NSTableView vertical resizing