From fd9ff86a7b41fe27c8246a055f9ea8a8f5dc4c49 Mon Sep 17 00:00:00 2001 From: dave Date: Tue, 24 Feb 2004 04:24:02 +0000 Subject: Improve heuristic for which files to include. See ChangeLog git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 505d28ca4..9649c231d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Feb 24 13:22:21 2004 Dave Thomas + + * lib/rdoc/rdoc.rb (RDoc::RDoc::normalized_file_list): Attempt to get better + heuristics on which files to include and exclude. Now only include + non-standard files if they are explicitly named in ARGV. + Tue Feb 24 07:23:30 2004 Dave Thomas * lib/rdoc/generators/html_generator.rb: Deal with :stopdoc: when -- cgit