From 9f8aadaa0e2f214d3dc4b4e3a5955de3162fb3f5 Mon Sep 17 00:00:00 2001 From: nagai Date: Sat, 22 Nov 2003 13:52:48 +0000 Subject: * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite * ext/tk/lib/tkafter.rb: bug fix * ext/tk/sample/tkcombobox.rb: new sample script * ext/tcltklib/tcltklib.c: add native thread check git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index be259dd5b..ea5543542 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sat Nov 22 22:48:46 2003 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite + + * ext/tk/lib/tkafter.rb: bug fix of TkAfter#start + + * ext/tk/sample/tkcombobox.rb: new sample script + + * ext/tcltklib/tcltklib.c: add native thread check + Sat Nov 22 18:49:47 2003 NAKAMURA Usaku * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's -- cgit