From 20311515b2e968d36b4c02ecb6df687465862e99 Mon Sep 17 00:00:00 2001 From: Andrew McCallum Date: Tue, 19 Mar 1996 20:52:42 +0000 Subject: [PATCH] Mention RunLoop and NSTimer. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1230 72102866-910b-0410-8b05-ffd578937521 --- Documentation/news.texi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Documentation/news.texi b/Documentation/news.texi index d589d9a8c..370a69d8d 100644 --- a/Documentation/news.texi +++ b/Documentation/news.texi @@ -21,6 +21,13 @@ and linked lists of C-type variables. @item NSThread and NSLock classes have been implemented, thanks to Scott Christley . +@item A RunLoop class has been implemented, and is used for listening to +Port objects. It is used for Distributed Objects. The class is not +finished, and its interfaces may be changed in the near future. + +@item The NSTimer class has been implemented, although its use with +RunLoops is currently disabled. + @item The Notification mechanism has been implemented. It makes good use of hash tables and linked lists in order to be fast.