From b44045898efd2c6ee8991ad1d0f6e032d43ee725 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Aug 2005 15:20:10 +0000 Subject: * extmk.rb (extmake): needs to be wrapped in an Array. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8917 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 80a7d4ca1..e21c20b09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Aug 5 00:19:33 2005 Nobuyoshi Nakada + + * extmk.rb (extmake): needs to be wrapped in an Array. + Thu Aug 4 18:38:36 2005 Hidetoshi NAGAI * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. @@ -6,10 +10,10 @@ Thu Aug 4 18:38:36 2005 Hidetoshi NAGAI * ext/tcltklib/stubs.c: ditto. - * ext/tk/lib/tk.rb: forgot to define TclTkIp.encoding and encoding= + * ext/tk/lib/tk.rb: forgot to define TclTkIp.encoding and encoding= when Tcl is 7.6 or 8.0. - * ext/tk/lib/tk/wm.rb: support to make some methods as options of + * ext/tk/lib/tk/wm.rb: support to make some methods as options of root or toplevel widget. [ruby-talk:150336] * ext/tk/lib/tk/root.rb: ditto. -- cgit