* ext/tk/lib/multi-tk.rb: freeze callback-entry objects

* ext/tk/lib/tkextlib/tile.rb: support tile-0.6


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagai 2005-03-05 07:35:41 +00:00
parent f132f2705d
commit 7a7bf8b8bf
20 changed files with 550 additions and 63 deletions

View file

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