From a0c371dcf3158e517ca77a0f4d7c6afee7a2eaa1 Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 22 May 2009 09:49:56 +0000 Subject: * instruby.rb (rdoc): considers --program-prefix and --program-suffix for the path to ri documents. fixes [ruby-core:23519]. c.f. [ruby-dev:38255]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index da48282c2..e66a9d7c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri May 22 18:44:34 2009 Yuki Sonoda (Yugui) + + * instruby.rb (rdoc): considers --program-prefix and --program-suffix + for the path to ri documents. + fixes [ruby-core:23519]. c.f. [ruby-dev:38255]. + Wed May 20 20:54:37 2009 Yuki Sonoda (Yugui) * spec/.gitignore: ignores rubyspec/ and mspec/. -- cgit