From ca5d263facaa56db3bad500f3fc4ddc540765d33 Mon Sep 17 00:00:00 2001 From: nagai Date: Mon, 13 Jun 2005 17:07:26 +0000 Subject: * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) & _define_attribute_aliases(hash) to get substitution-argument from attributes (e.g. subst_arg(:x,:y,:num,:button) --> "%x %y %b %b "). * ext/tk/lib/tk/event.rb: use _define_attribute_aliases(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 33265581ae..47d9b35148 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Tue Jun 14 02:02:43 2005 Hidetoshi NAGAI + + * ext/tk/tkutil/tkutil.c: add TkUtil::CallbackSubst.subst_arg(m, ...) + & _define_attribute_aliases(hash) to get substitution-argument from + attributes (e.g. subst_arg(:x,:y,:num,:button) --> "%x %y %b %b "). + + * ext/tk/lib/tk/event.rb: use _define_attribute_aliases(). + Mon Jun 13 13:03:08 2005 Hirokazu Yamamoto * hash.c (ruby_setenv): fixed SEGV. [ruby-dev:26186] -- cgit v1.2.3