From 9671b1da830e2f20ef3c7cc59a62a99cd0cf3260 Mon Sep 17 00:00:00 2001 From: nagai Date: Tue, 6 Dec 2005 16:05:50 +0000 Subject: * ext/tk/README.macosx-aqua: [new document] tips to avoid the known bug on platform specific dialogs of Tcl/Tk Aqua on MacOS X. * ext/tk/tcltklib.c: fix bug on switching threads and waiting on the deleted interpreter on vwait and tkwait command. * ext/tk/lib/multi-tk.rb: kill the meaningless loop for the deleted Tk interpreter. * ext/tk/sample/demos-jp/image3.rb: [bug fix] wrong argument. * ext/tk/sample/demos-en/image3.rb: ditto. * ext/tk/sample/demos-jp/menu.rb: fix message for MacOS X. * ext/tk/sample/demos-jp/menu8x.rb: ditto. * ext/tk/sample/demos-en/menu.rb: ditto. * ext/tk/sample/demos-jp/widget; update version-info. * ext/tk/sample/demos-en/widget; ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1c13948f4..15fa4caf4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Wed Dec 7 01:02:04 2005 Hidetoshi NAGAI + + * ext/tk/README.macosx-aqua: [new document] tips to avoid the known + bug on platform specific dialogs of Tcl/Tk Aqua on MacOS X. + + * ext/tk/tcltklib.c: fix bug on switching threads and waiting on the + deleted interpreter on vwait and tkwait command. + + * ext/tk/lib/multi-tk.rb: kill the meaningless loop for the deleted Tk + interpreter. + + * ext/tk/sample/demos-jp/image3.rb: [bug fix] wrong argument. + + * ext/tk/sample/demos-en/image3.rb: ditto. + + * ext/tk/sample/demos-jp/menu.rb: fix message for MacOS X. + + * ext/tk/sample/demos-jp/menu8x.rb: ditto. + + * ext/tk/sample/demos-en/menu.rb: ditto. + Tue Dec 6 16:48:40 2005 Yukihiro Matsumoto * gc.c (ruby_xmalloc2): change check for integer overflow. -- cgit