From 815c3462a5db37ae83fc25f3a6dba382af2beb71 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 2 Jan 2004 06:01:12 +0000 Subject: Finish documenting internal stuff. See Changelog for other details git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 58adab1ed..92f2acc0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Fri Jan 2 14:54:11 2004 Dave Thomas + + * bin/ri: Add new --classes option, and arrange for + help messages to be paged too. + + * bin/rdoc: Add statistics. + + * process.c: (MG) Added Process documentation + + * lib/rdoc/ri/ri_formatter.rb (RI::AttributeFormatter::wrap): + Fix problem with labels not displaying in RI labeled + lists using BS and ANSI modes. + Thu Jan 1 09:03:20 2004 Dave Thomas * bin/ri (report_class_stuff): Fix problem with ambiguous nested -- cgit