* 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
This commit is contained in:
nagai 2005-04-02 08:02:39 +00:00
parent 373282f665
commit 21df665098
9 changed files with 126 additions and 23 deletions

View file

@ -4024,7 +4024,7 @@ end
#Tk.freeze
module Tk
RELEASE_DATE = '2005-03-30'.freeze
RELEASE_DATE = '2005-04-02'.freeze
autoload :AUTO_PATH, 'tk/variable'
autoload :TCL_PACKAGE_PATH, 'tk/variable'