From 7c702212ee023dc268d4352a3883e7e84532a239 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 24 Dec 2007 02:25:39 +0000 Subject: Fix display of GEMDIRS, make command command examples match ri's name. Only allow latest ri dirs in ri output. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 925bc24ba..ecbced099 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ -Mon Dec 24 10:49:04 2007 +Mon Dec 24 11:20:31 2007 Eric Hodel + + * lib/rdoc/ri/ri_options.rb: Fix display of GEMDIRS, make command + examples match ri's name. + + * lib/rdoc/ri/ri_paths.rb: Only allow latest ri dirs in ri output. + +Mon Dec 24 10:49:04 2007 Eric Hodel * lib/uri/mailto.rb, lib/uri/common.rb: Fix Regexp warnings. Patch #16524 from Kornelius Kalnbach, [ruby-core:14302]. -- cgit