From 655583b620d0b8fa283a03a9d6dcfdd86ab51bb8 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 8 Mar 2005 09:19:03 +0000 Subject: * ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in this sample supports to use a text widget as if it is a I/O stream (such like as StringIO class). git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1dab4c7a1..2034e504b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Mar 8 18:16:55 2005 Hidetoshi NAGAI + + * ext/tk/sample/tktextio.rb: New sample script. TkTextIO class in this + sample supports to use a text widget as if it is a I/O stream (such + like as StringIO class). + Tue Mar 8 13:54:40 2005 NAKAMURA Usaku * ext/socket/socket.c: workaround for some of 4.4BSD-Lite derived OSs. -- cgit