From 0ad927530f15736644a7d309006abb9dff8a420b Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 23 Nov 2005 12:01:24 +0000 Subject: Add lacks for Tk8.5 support. * ext/tk/lib/tk.rb: add Tk.pkgconfig_list and Tk.pkgconfig_get [Tk8.5 feature]. * ext/tk/lib/tk/text.rb: supports new indices modifires on a Text widget [Tk8.5 feature]. * ext/tk/lib/tk/virtevent.rb: add TkNamedVirtualEvent. * ext/tk/lib/tk/autoload.rb: ditto. * ext/tk/lib/tk/event.rb: add :data key for virtual events [Tk8.5 feature]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d2209df5..276f5c6d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Wed Nov 23 20:59:01 2005 Hidetoshi NAGAI + + * ext/tk/lib/tk.rb: add Tk.pkgconfig_list and Tk.pkgconfig_get + [Tk8.5 feature]. + + * ext/tk/lib/tk/text.rb: supports new indices modifires on a Text + widget [Tk8.5 feature]. + + * ext/tk/lib/tk/virtevent.rb: add TkNamedVirtualEvent. + + * ext/tk/lib/tk/autoload.rb: ditto. + + * ext/tk/lib/tk/event.rb: add :data key for virtual events [Tk8.5 + feature]. + Wed Nov 23 18:52:45 2005 Hirokazu Yamamoto * file.c (w32_io_info): should not call GetFileInformationByHandle -- cgit