From 35dcc04709bd5a5564145ae34878b84e9b1406cb Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 21 Nov 2003 07:49:11 +0000 Subject: * ext/tk/lib/tkentry.rb: fix the encoding trouble of percent substitutions on validatecommand option of TkEntry widget * ext/tk/lib/tk.rb: fix bug on {pack|grid}_propagate() method git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index bc0d4a50f..14364d649 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Nov 21 16:44:18 2003 Hidetoshi NAGAI + + * ext/tk/lib/tkentry.rb: fix the encoding trouble of percent + substitutions on validatecommand option of TkEntry widget + + * ext/tk/lib/tk.rb: fix bug on {pack|grid}_propagate() method + Fri Nov 21 16:12:11 2003 Akinori MUSHA * ruby.1: Fix markups and grammar. -- cgit