diff --git a/Documentation/news.texi b/Documentation/news.texi index 803953ae2..1085bd074 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -3,6 +3,48 @@ @end ifset @include version.texi +@section Noteworthy changes since version @samp{0.1.5} + +@itemize + +@item +Better string handling. NSString is now fleshed out, and I've +implemented a scheme by which the GNU String object and OpenStep's +NSString can coexist nicely. The OpenStep classes declare their string +arguments with (NSString*) just like the standard says, but the +preferred (more flexible) way to declare string arguments is (id +); and these two types are set up so that they coexist. There +is still more to be done. NSString has several unimplemented methods; +GNU String needs some more work. + +@item +Newly implemented classes: MallocAddress, NSString, NSMutableString, +NSCString, NSMutableCString. + +@item +Thanks to Pieter Schoenmakers we have a new +version of the gcc-string.patch that should apply more smoothly. + +@item +Thanks to Mark Lakata for a bug fix to NSZone.c. + +@ignore +@item +Thanks to Jeremy Bettis for implementing NSDate. +(We're waiting for the assignment paperwork to go through before it's +included in the release.) +@end ignore + +@item +Several bug fixes. Thanks to those who reported them. Credits are in +the ChangeLog. + +@end itemize + +@c ==================================================================== +@c Keep the next line just below the list of changes in most recent version. +@ifclear ANNOUNCE_ONLY + @section Noteworthy changes since version @samp{0.1.3} This release not well tested at all. We desperately need someone to @@ -34,10 +76,6 @@ ConstantStrings using the @@"" syntax. @end itemize -@c ==================================================================== -@c Keep the next line just below the list of changes in most recent version. -@ifclear ANNOUNCE_ONLY - @section Noteworthy changes since version @samp{0.1.0} @itemize