From f8b4ca3c66280f1a4616c788f394e778b0befb09 Mon Sep 17 00:00:00 2001 From: nagai Date: Thu, 8 Jul 2004 16:50:07 +0000 Subject: * ext/tk/lib : bug fix * ext/tk/lib/tkextlib/itcl : add [incr Tcl] support * ext/tk/lib/tkextlib/itk : add [incr Tk] support * ext/tk/lib/tkextlib/iwidgets : midway point of [incr Widgets] support * ext/tk/sample/tkextlib/iwidgets : very simple examples of [incr Widgets] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a1945faf6..351128a89 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Fri Jul 9 01:47:08 2004 Hidetoshi NAGAI + + * ext/tk/lib : bug fix + * ext/tk/lib/tkextlib/itcl : add [incr Tcl] support + * ext/tk/lib/tkextlib/itk : add [incr Tk] support + * ext/tk/lib/tkextlib/iwidgets : midway point of [incr Widgets] support + * ext/tk/sample/tkextlib/iwidgets : very simple examples of + [incr Widgets] + Thu Jul 8 22:52:19 2004 Kouhei Sutou * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0 -- cgit