diff --git a/ChangeLog b/ChangeLog index 56da9cae29..1a4f41b2b1 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 eddc9f0b47..95c2598cfd 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -5265,14 +5265,12 @@ class TkWindow