From 39216670eb99d6d13f41d0ef9623f3d3fa2a08fd Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 23 Dec 2004 16:23:30 +0000 Subject: * ext/tk/lib/tkextlib/blt.rb: add BLT extension support * ext/tk/lib/tkextlib/blt/*.rb: ditto * ext/tk/lib/tkextlib/blt/tile/*.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fbe34f375..edb04fcf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Dec 24 01:21:00 2004 Hidetoshi NAGAI + + * ext/tk/lib/tkextlib/blt.rb: add BLT extension support + + * ext/tk/lib/tkextlib/blt/*.rb: ditto + + * ext/tk/lib/tkextlib/blt/tile/*.rb: ditto + Thu Dec 23 23:43:24 2004 Nobuyoshi Nakada * process.c (proc_setgroups): check if the argument lenght is -- cgit