From 35466dd4c280b4d81bdf0824268fc1830d4ccfe0 Mon Sep 17 00:00:00 2001 From: dave Date: Sat, 10 Jan 2004 17:11:24 +0000 Subject: ri now reads command-line options from RI environment variable git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b07713fbd..91219c2eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Sun Jan 11 02:07:47 2004 Dave Thomas + + * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): + Also accept command line options via the 'RI' environment variable. + +Sun Jan 11 02:07:47 2004 Dave Thomas + + * lib/rdoc/ri/ri_options.rb (RI::Options::OptionList::OptionList): + Also accept command line options via the 'RI' environment variable. + Fri Jan 9 10:05:14 2004 Siena. * lib/mkmf.rb (libpathflag): use single quotes. [ruby-dev:22440] -- cgit