From c5c1e251862415bc0ecdcd419c316ecb41c4f048 Mon Sep 17 00:00:00 2001 From: drbrain Date: Mon, 7 Jan 2008 02:52:15 +0000 Subject: Merge documentation from the same class on ri generation. Fixes bug where documentation could disappear. Fix typo in lib/rdoc/options.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cecb8e953..feae1513e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Mon Jan 7 11:51:49 2008 Eric Hodel + + * lib/rdoc/generators/ri_generator.rb: Merge documentation from the + same class on output. Fixes bug where documentation could + disappear. + + * lib/rdoc/options.rb: Fix typo. + + * lib/rdoc/generators/*: Clean up some namespacing and make RDoc + consistent. + Mon Jan 7 11:44:45 2008 Tanaka Akira * encoding.c (rb_enc_internal_get_index): extracted from -- cgit