diff options
| author | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-09 14:39:03 +0000 |
|---|---|---|
| committer | nagai <nagai@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-09 14:39:03 +0000 |
| commit | 384c5801b717f802fd173f455d76a64c1138b29d (patch) | |
| tree | 01a40fd63988025d8ac266a667b8f9bc2942291b | |
| parent | ba75e8cd291821135743c88249ceca2256662011 (diff) | |
* ChangeLog: add log about latest changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@16341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
| -rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +Fri May 9 23:33:25 2008 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> + + * ext/tk/lib/tk/wm.rb: methods of Tk::Wm_for_General module cannot + pass the given block to methods of Tk::Wm module. + + * ext/tk/lib/tk/grid.rb: lack of module-method definitions. + + * ext/tk/lib/tkextlib/tile.rb: lack of autoload definitions. + + * ext/tk/lib/tkextlib/tile/tnotebook.rb: cannot use kanji (not UTF-8) + characters for headings. + + * ext/tk/tcltklib.c: maybe a little more stable about @encoding value + of TclTkIp object. + Wed May 7 08:46:44 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * struct.c (rb_struct_s_def): to_str should be called only once. |
