diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-28 17:27:41 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-02-28 17:27:41 +0000 |
| commit | 0c62f8e2e1ff2b3a9f2f8e1c7011b001385345b6 (patch) | |
| tree | 08409cd67ee21c92a9931071ebe8b172e19a008f /ChangeLog | |
| parent | 178f7f8d43f8d8242d7af38ad504d43250ed7e3f (diff) | |
| download | ruby-0c62f8e2e1ff2b3a9f2f8e1c7011b001385345b6.tar.gz ruby-0c62f8e2e1ff2b3a9f2f8e1c7011b001385345b6.tar.xz ruby-0c62f8e2e1ff2b3a9f2f8e1c7011b001385345b6.zip | |
* ext/tk/lib/tk.rb: forgot to update RELEASE_DATE
* ext/tk/lib/tk.rb, ext/tk/lib/tk/text.rb,
ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb: remove adhoc check
of Ruby's features (use existence of some classes instead of
comparing with RUBY_VERSION)
* ext/tk/lib/tk/root.rb, ext/tk/lib/tk/autoload.rb: make TkRoot
(Tk::Root) unswitchable
* ext/tk/lib/multi-tk.rb: partial bug fix (still not work!!)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Fri Feb 29 02:24:22 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE + + * ext/tk/lib/tk.rb, ext/tk/lib/tk/text.rb, + ext/tk/lib/tkextlib/iwidgets/scrolledtext.rb: remove adhoc check + of Ruby's features (use existence of some classes instead of + comparing with RUBY_VERSION) + + * ext/tk/lib/tk/root.rb, ext/tk/lib/tk/autoload.rb: make TkRoot + (Tk::Root) unswitchable + + * ext/tk/lib/multi-tk.rb: partial bug fix (still not work!!) + Thu Feb 28 23:37:12 2008 Tanaka Akira <akr@fsij.org> * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BIT |
