From 894cc301f2bfd54a7e2f4b3c836ddbe7ff339ecb Mon Sep 17 00:00:00 2001 From: ocean Date: Fri, 13 Jan 2006 10:27:52 +0000 Subject: * lib/rdoc/diagram.rb: - properly quote bare element attributes - terminates dangling elements (e.g. ,
, , etc) - converts "CVS" to the more HTML-friendly acronym element - adds missing type attributes to style elements based on Paul Duncan's patch [ruby-core:7028] * lib/rdoc/generators/html_generator.rb: ditto. * lib/rdoc/generators/template/html/hefss.rb: ditto. * lib/rdoc/generators/template/html/html.rb: ditto. * lib/rdoc/generators/template/html/kilmer.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c465f7d5c..a0ebf1d13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Fri Jan 13 19:14:56 2006 Hirokazu Yamamoto + + * lib/rdoc/diagram.rb: + - properly quote bare element attributes + - terminates dangling elements (e.g. ,
, , etc) + - converts "CVS" to the more HTML-friendly acronym element + - adds missing type attributes to style elements + + based on Paul Duncan's patch [ruby-core:7028] + + * lib/rdoc/generators/html_generator.rb: ditto. + * lib/rdoc/generators/template/html/hefss.rb: ditto. + * lib/rdoc/generators/template/html/html.rb: ditto. + * lib/rdoc/generators/template/html/kilmer.rb: ditto. + Thu Jan 12 11:53:08 2006 Hidetoshi NAGAI * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widget -- cgit