From dbc5d9feff71ba183e9a48a95087d8a1304050f2 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/trunk@8117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 77b4f040d..3a2e688cc 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:39:25 2005 NAKAMURA Usaku * ext/socket/mkconstants.rb: workaround for some of 4.4BSD-Lite -- cgit