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 +++++++ ext/tk/lib/tk.rb | 8 ++++---- ext/tk/lib/tkentry.rb | 9 ++++++++- 3 files changed, 19 insertions(+), 5 deletions(-) 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. diff --git a/ext/tk/lib/tk.rb b/ext/tk/lib/tk.rb index 9c7a0982c..cec589047 100644 --- a/ext/tk/lib/tk.rb +++ b/ext/tk/lib/tk.rb @@ -4053,8 +4053,8 @@ class TkWindow