From 21df665098bb29493a7b5196eb8fd1c48995314c Mon Sep 17 00:00:00 2001 From: nagai Date: Sat, 2 Apr 2005 08:02:39 +0000 Subject: * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE * ext/tk/lib/tk/variable.rb: fix namespace trouble when autoloading * ext/tk/lib/tk/palette.rb: define Tcl variable 'tkPalette' as global * ext/tk/lib/tk/dialog.rb: use array2tk_list method when calling Tk.ip_eval. * ext/tk/lib/tk/autoload.rb: add autoload entry 'TkDialogObj' and 'TkWarningObj' * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: support TreeCtrl's cvs head. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aefb42e55b..f326e4be66 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Sat Apr 2 16:59:46 2005 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE + + * ext/tk/lib/tk/variable.rb: fix namespace trouble when autoloading + + * ext/tk/lib/tk/palette.rb: define Tcl variable 'tkPalette' as global + + * ext/tk/lib/tk/dialog.rb: use array2tk_list method when calling + Tk.ip_eval. + + * ext/tk/lib/tk/autoload.rb: add autoload entry 'TkDialogObj' and + 'TkWarningObj' + Sat Apr 2 13:23:17 2005 Hirokazu Yamamoto * hash.c (env_key): ENV.index is deprecated as well as Hash#index. -- cgit v1.2.3