From c5da4a25797968c1886a4e7d6c1d0af4bd8ac40a Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 2 Apr 2005 13:30:49 +0000 Subject: * configure.in (CP, INSTALL): get rid of less portable options. * lib/mkmf.rb (configuration, create_makefile): correct configuration variable. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f326e4be6..fb591bce3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Sat Apr 2 22:30:01 2005 Nobuyoshi Nakada + + * configure.in (CP, INSTALL): get rid of less portable options. + + * lib/mkmf.rb (configuration, create_makefile): correct configuration + variable. + Sat Apr 2 16:59:46 2005 Hidetoshi NAGAI * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE @@ -9,7 +16,7 @@ Sat Apr 2 16:59:46 2005 Hidetoshi NAGAI * ext/tk/lib/tk/dialog.rb: use array2tk_list method when calling Tk.ip_eval. - * ext/tk/lib/tk/autoload.rb: add autoload entry 'TkDialogObj' and + * ext/tk/lib/tk/autoload.rb: add autoload entry 'TkDialogObj' and 'TkWarningObj' Sat Apr 2 13:23:17 2005 Hirokazu Yamamoto @@ -24,7 +31,7 @@ Sat Apr 2 02:19:11 2005 Hidetoshi NAGAI which is used as an argument of Tcl/Tk's widget allocation commands. * ext/tk/lib/tk/image.rb (TkImage.initialize): accept 'imagename' - option to create a image object by the given name. + option to create a image object by the given name. Thu Mar 31 23:52:48 2005 Hirokazu Yamamoto -- cgit