*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6815 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-06-26 22:23:57 +00:00
parent d6afcbbcd6
commit 1c755fe27f

View file

@ -1,3 +1,15 @@
2000-06-26 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSFileWrapper.m
Added a crude implemention for [initWithSerializedRepresentation:]
and [serializedRepresentation]. Also scattered some AUTORELEASE and
RELEASE statements.
* Source/NSPasteboard.m
[readFileContentsType:toFile:] and [writeFileContents:] now use file
wrappers to use the same format as the new methods.
* Source/NSText.m
Turn on NSFileContentsPboardType in [readablePasteboardTypes].
2000-06-26 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSAttributedString.m: attachmentString() - retain newly