Documentation/gsdoc/NSPipe

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10736 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
pyr 2001-08-20 10:25:37 +00:00
parent 323613f421
commit 023fbf41e0

View file

@ -1,3 +1,10 @@
2001-08-20 Pierre-Yves Rivaille <pyrivail@ens-lyon.fr>
* Documentation/gsdoc/ NSPipe.{gsdoc, html}: this class has been
forgotten
* Documentation/gsdoc/{Base, NSObject, NSPort}.{gsdoc, html}:
updates to the links to show NSPipe
2001-08-16 Richard Frith-Macdonald <rfm@gnu.org>
* Tools/gsdoc.m: ([-initWithFileName:]) call xmlKeepBlanksDefault(0)
@ -19,7 +26,8 @@
* Source/GSMime.m: ([-decodeData:fromRange:intoData:withContext:])
One line fix suggested by Stephen Brandon
* Source/GSMime.m: ([-_decodeBody:]) fix parsing multipart documents as there was an error in the logic for testing to see if the sub docs
* Source/GSMime.m: ([-_decodeBody:]) fix parsing multipart documents
as there was an error in the logic for testing to see if the sub docs
had been parsed correctly.
2001-08-03 Adam Fedor <fedor@gnu.org>