diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 08:09:55 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 08:09:55 +0000 |
| commit | eda6be71eb9eb35f6f8650d888b3d161d8a8617a (patch) | |
| tree | ea60590209d1b19a2b8fe17e8803aa36881f7d6f /ChangeLog | |
| parent | d06747c1d87818577b30ad1b92fb743d0fff1731 (diff) | |
* ext/tk/lib/tk.rb: support to use different Tcl commands between
configure and configinfo
* ext/tk/lib/font.rb: ditto.
* ext/tk/lib/itemconfig.rb: support to use different Tcl commands
between item_configure and item_configinfo
* ext/tk/lib/itemfont.rb: ditto.
* ext/tk/extconf.rb: install SUPPORT_STATUS
* ext/tk/lib/tkextlib: some bug fixes (see ext/tk/ChangeLog.tkextlib)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Wed Nov 3 17:02:48 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk.rb: support to use different Tcl commands between + configure and configinfo + + * ext/tk/lib/font.rb: ditto. + + * ext/tk/lib/itemconfig.rb: support to use different Tcl commands + between item_configure and item_configinfo + + * ext/tk/lib/itemfont.rb: ditto. + + * ext/tk/extconf.rb: install SUPPORT_STATUS + + * ext/tk/lib/tkextlib: some bug fixes (see ext/tk/ChangeLog.tkextlib) + Wed Nov 3 15:38:28 2004 Kouhei Sutou <kou@cozmixng.org> * test/rss/*.rb: removed tab width configuration headers. |
