From da49f145ae3476321d6e25334ba9daddcd253c09 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 1 Oct 2004 02:27:03 +0000 Subject: * ext/tk/lib/tk/grid.rb: revive TkGrid.grid * ext/tk/lib/tk/pack.rb: revive TkPack.pack * ext/tk/lib/tk/place.rb: revive TkPlace.place git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8683a634f..d4ada9f45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Fri Oct 1 11:25:20 2004 Hidetoshi NAGAI + + * ext/tk/lib/tk/grid.rb: revive TkGrid.grid + + * ext/tk/lib/tk/pack.rb: revive TkPack.pack + + * ext/tk/lib/tk/place.rb: revive TkPlace.place + Thu Sep 30 00:50:44 2004 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c (ip_init): bug fix -- cgit