Added lines to describe my changes to AppKit.h, GMAppKit.h and GMAppKit.m.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9319 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2001-03-10 15:20:35 +00:00
parent d702b19bc9
commit 1d22a9665e

View file

@ -1,3 +1,17 @@
2001-03-09 Gregory John Casamento <greg_casamento@yahoo.com>
* Model/GMAppKit.m NSClipView ([-encodeWithModelArchiver:] and
[-initWithModelUnarchiver:]): Added checks to make sure that
the object responds to drawsBackground/setDrawsBackground to
prevent nib2gmodel from crashing when running on OPENSTEP4.2.
NSSecureTextFieldCell - Added methods to support archiving and
unarchiving this class.
* Source/GMAppKit.h Added category for archiving/unarchiving
of NSSecureTextFieldCell
* Source/AppKit.h Added #include <AppKit/NSSecureTextField.h> and added
forward declarations for both NSSecureTextFieldCell and
NSSecureTextField.
Wed Mar 7 16:11:19 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSBezierPath.m ([-appendBezierPathWithArcWithCenter: