From 79bd8d2ca0db7d6eb9eaa1264fb6becfa90e79c4 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Oct 2005 00:07:01 +0000 Subject: * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): typo fixed. [ruby-talk:162187] * ext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys): ditto. [ruby-core:06359] * ext/enumerator/enumerator.c: applied documentation patch from James Edward Gray II . [ruby-core:06348] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9450 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c0e12fb19..0cd9f86ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,20 @@ +Mon Oct 24 07:57:56 2005 Yukihiro Matsumoto + + * ext/tk/lib/tk/canvas.rb (TkCanvasItemConfig::__item_val2ruby_optkeys): + typo fixed. [ruby-talk:162187] + + * ext/tk/lib/tk/menu.rb (TkMenuEntryConfig::__item_val2ruby_optkeys): + ditto. [ruby-core:06359] + +Sun Oct 23 21:50:15 2005 Yukihiro Matsumoto + + * ext/enumerator/enumerator.c: applied documentation patch from + James Edward Gray II . + [ruby-core:06348] + Sun Oct 23 07:11:11 2005 Hidetoshi NAGAI - * ext/tcltklib/extconf.rb: improbe messages [ruby-core:06325]. + * ext/tcltklib/extconf.rb: improve messages [ruby-core:06325]. * ext/tk/lib/tk.rb, ext/tk/lib/tk/canvas.rb, ext/tk/lib/tk/entry.rb, ext/tk/lib/tk/frame.rb, ext/tk/lib/tk/image.rb, @@ -41,6 +55,10 @@ Fri Oct 21 19:21:56 2005 Hirokazu Yamamoto * rubysig.h (CHECK_INTS): fixed typo. (I believe bit-or is improper) +Fri Oct 21 17:49:32 2005 Yukihiro Matsumoto + + * bin/erb (ERB::Main::run): typo fixed. [ruby-core:06337] + Fri Oct 21 15:27:17 2005 Hirokazu Yamamoto * bignum.c (bignew_1): convertion from `int' to `char' discards -- cgit