From 04834aa95d38a65c2cefeb5885070c2bb626b339 Mon Sep 17 00:00:00 2001 From: nagai Date: Fri, 18 Mar 2005 15:43:42 +0000 Subject: * ext/tk/lib/tk/font.rb: add some TkFont class methods to get font information without creating a TkFont object. * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and define some classes for components of Tk::TreeCtrl git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a06f20a90..d346f5907 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sat Mar 19 00:41:02 2005 Hidetoshi NAGAI + + * ext/tk/lib/tk/font.rb: add some TkFont class methods to get font + information without creating a TkFont object. + + * ext/tk/lib/tkextlib/treectrl/tktreectrl.rb: bug fix and define some + classes for components of Tk::TreeCtrl + Thu Mar 17 17:42:13 2005 Yukihiro Matsumoto * struct.c (make_struct): allow non local-id field -- cgit