From a4482bf86399fb88e2352d9cf431e8623814b556 Mon Sep 17 00:00:00 2001 From: nagai Date: Wed, 22 Nov 2006 07:06:11 +0000 Subject: * ext/tk/extconf.rb: support --with-X11/--without-X11 option. * ext/tk/README.tcltklib: add description about --with-X11-* option [ruby-talk:225166] and --with-X11/--without-X11 option. * ext/tk/tkutil/extconf.rb: able to be called manually [ruby-talk:225950]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 09651f36c..a1b715500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Wed Nov 22 16:00:49 2006 Hidetoshi NAGAI + + * ext/tk/extconf.rb: support --with-X11/--without-X11 option. + + * ext/tk/README.tcltklib: add description about --with-X11-* option + [ruby-talk:225166] and --with-X11/--without-X11 option. + + * ext/tk/tkutil/extconf.rb: able to be called manually + [ruby-talk:225950]. + Tue Nov 7 18:35:18 2006 Yukihiro Matsumoto * eval.c (formal_assign): need to pack rest arg information in -- cgit