From 0176cc99a4801d6147d1d8076149b545f2b03a93 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/trunk@9828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b7e166782..c074c143e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Fri Jan 13 19:26:15 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