From 12b724e8867874b943ceefb2e7e4dadefdc67964 Mon Sep 17 00:00:00 2001 From: ocean Date: Mon, 4 Apr 2005 01:44:12 +0000 Subject: * ext/tk/lib/tk/dialog.rb: fixed typo. * ext/tk/lib/tkextlib/tktable/tktable.rb: added Tk::TkTable#selection_present. * ext/tk/sample/tkextlib/vu/dial_demo.rb: renamed as well as vu_demo.rb. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f0fb7c7a8..77c1ef0d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Mon Apr 4 10:26:48 2005 Hirokazu Yamamoto + + * ext/tk/lib/tk/dialog.rb: fixed typo. + Sun Apr 3 17:16:33 2005 Hirokazu Yamamoto * win32/win32.{h,c} (rb_w32_fdopen): avoid warning on bcc32. @@ -39,14 +43,6 @@ Sat Apr 2 02:19:11 2005 Hidetoshi NAGAI * ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename' option to create a image object by the given name. -Thu Mar 31 23:54:36 2005 Hirokazu Yamamoto - - * ext/tk/sample/tkextlib/treectrl/demo.rb: should use Hash#index. - - * ext/tk/sample/tkextlib/treectrl/demo.rb: TkImage was not cached properly. - - * ext/tk/sample/tkextlib/treectrl/random.rb: fixed typo. - Thu Mar 31 22:23:51 2005 Nobuyoshi Nakada * lib/mkmf.rb (SRC_EXT): exclude just case different suffixes on case @@ -119,10 +115,6 @@ Mon Mar 28 20:43:34 2005 Nobuyoshi Nakada * ext/syck/rubyext.c: get rid of warnings caused by a bug of VC. -Mon Mar 28 16:00:12 2005 Hirokazu Yamamoto - - * ext/tk/lib/tkextlib/iwidgets/notebook.rb: fixed typo. - Mon Mar 28 08:39:49 2005 Nobuyoshi Nakada * ext/iconv/iconv.c (iconv_create): Iconv::Failure requires 3 -- cgit