+2007-05-14 Helge Hess <helge.hess@opengroupware.org>
+
+ * NGVCardValue.m: return nil for unknown KVC keys on Cocoa (v4.7.82)
+
2007-03-04 Helge Hess <helge.hess@opengroupware.org>
* NGVCard.h: added missing declaration of NSData type (v4.7.81)
/*
- Copyright (C) 2005 Helge Hess
+ Copyright (C) 2005-2007 Helge Hess
This file is part of SOPE.
return [self retain];
}
+#if APPLE_FOUNDATION_LIBRARY || NeXT_Foundation_LIBRARY
+- (id)valueForUndefinedKey:(NSString *)_key {
+ [self warnWithFormat:@"attempted to retrieve undefined key %@: %@",
+ _key, self];
+ return nil;
+}
+#endif
+
+
/* NSCoding */
- (void)encodeWithCoder:(NSCoder *)_coder {
MAJOR_VERSION=4
MINOR_VERSION=7
-SUBMINOR_VERSION:=81
+SUBMINOR_VERSION:=82
# v4.5.40 requires NGExtensions v4.5.145
# v4.5.37 requires NGExtensions v4.5.140