From 0559e4bb05d8f5475acbe4f9db3c4a1d4d69900a Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 4 Aug 2005 09:41:34 +0000 Subject: * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. * ext/tcltklib/tcltklib.c: add nativethread consistency check. * ext/tcltklib/stubs.c: ditto. * 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 root or toplevel widget. [ruby-talk:150336] * ext/tk/lib/tk/root.rb: ditto. * ext/tk/lib/tk/toplevel.rb: ditto. * ext/tk/lib/tkextlib/SUPPRT_STATUS: update RELEASE_DATE git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8910 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bd4d18fc0..80a7d4ca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Thu Aug 4 18:38:36 2005 Hidetoshi NAGAI + + * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. + + * ext/tcltklib/tcltklib.c: add nativethread consistency check. + + * ext/tcltklib/stubs.c: ditto. + + * 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 + root or toplevel widget. [ruby-talk:150336] + + * ext/tk/lib/tk/root.rb: ditto. + + * ext/tk/lib/tk/toplevel.rb: ditto. + + * ext/tk/lib/tkextlib/SUPPRT_STATUS: update RELEASE_DATE + Thu Aug 4 08:03:39 2005 Nobuyoshi Nakada * ext/extmk.rb (extmake): should not modify $mflags for each -- cgit