Updated string encoding names to match the change in the base library

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9348 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-03-13 20:43:32 +00:00
parent 281cfbd030
commit 6bc5304a05

View file

@ -1,4 +1,11 @@
Tue Mar 13 20:37:34 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/GSFontInfo.m ([+encodingForRegistry:encoding:]): Updated
encoding names for change in the base library; for example, use
NSISOArabic rather than NSArabic.
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
@ -7,10 +14,9 @@
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
* 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>