From 7e7ff077da51d885a49f7de153eb6d850f921de7 Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 26 Jul 2009 15:31:55 +0000 Subject: [PATCH] merges r24180 from trunk into ruby_1_9_1. -- * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). Extend usage pattern of grid_column()/grid_row(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@24288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ ext/tk/lib/tk.rb | 22 ++++++++++++++++++---- ext/tk/lib/tk/grid.rb | 20 +++++++++++++++++--- version.h | 2 +- 4 files changed, 41 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c71e34c2d..c97213bd41 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 18 07:06:31 2009 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb,ext/tk/lib/tk/grid.rb: Bug fix on grid_slaves(). + Extend usage pattern of grid_column()/grid_row(). + Sat Jul 18 06:30:35 2009 NAKAMURA Usaku * include/ruby/win32.h: include winsock headers in extern "C++" for diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 85c1e76f83..b3f889a988 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -5177,14 +5177,12 @@ class TkWindow