NSTextFieldCell made OpenStep compliant.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 1999-11-12 00:04:58 +00:00
parent 2f10ad8958
commit 250066a867

View file

@ -1,3 +1,14 @@
Fri Nov 12 1999 Nicola Pero <n.pero@mi.flashnet.it>
NSTextFieldCell made OpenStep compliant; this class is finished.
* Headers/AppKit/NSTextFieldCell.h Clean up. Removed some useless
ivars, prefixed names of remaining ones with underscores; removed
useless methods.
* Source/NSTextFieldCell.m: Cleaned up completely, fixed,
simplified, removed lot of useless stuff, checked for compliance.
* Source/NSTextField.m, Source/NSTableHeaderCell.m: microscopic
trivial updates to keep in sync with NSTextFieldCell.
Thu Nov 11 1999 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSText.m Manually reformatted the whole code.