From a05edcb1a85aa82826b2234b249864bc6b3be078 Mon Sep 17 00:00:00 2001 From: kou Date: Wed, 23 Nov 2005 09:24:17 +0000 Subject: * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS Maker. * lib/rss/taxonomy.rb: supported RSS Maker. * lib/rss/maker.rb: added taxonomy module support. * lib/rss/rss.rb: adjusted to other element API. * lib/rss/1.0.rb: adjusted to other element API but backward compatibility is reserved. * lib/rss/0.9.rb: ditto. * test/rss/test_maker_taxo.rb: added test case for taxonomy module for RSS Maker. * test/rss/test_setup_maker_1.0.rb: added tests for taxo:topic. * test/rss/test_setup_maker_1.0.rb: added backward compatibility test. * test/rss/test_setup_maker_0.9.rb: ditto. * test/rss/test_setup_maker_2.0.rb: ditto. * test/rss/rss-testcase.rb: added convenience method for setting up taxo:topic. * test/rss/rss-assertions.rb: added assertion for taxo:topic. * sample/rss/blend.rb: followed new API. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c8c4845a3..c2537a59e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +Wed Nov 23 18:21:11 2005 Kouhei Sutou + + * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS + Maker. + * lib/rss/taxonomy.rb: supported RSS Maker. + * lib/rss/maker.rb: added taxonomy module support. + + * lib/rss/rss.rb: adjusted to other element API. + * lib/rss/1.0.rb: adjusted to other element API but backward + compatibility is reserved. + * lib/rss/0.9.rb: ditto. + + * test/rss/test_maker_taxo.rb: added test case for taxonomy module + for RSS Maker. + * test/rss/test_setup_maker_1.0.rb: added tests for taxo:topic. + + * test/rss/test_setup_maker_1.0.rb: added backward compatibility + test. + * test/rss/test_setup_maker_0.9.rb: ditto. + * test/rss/test_setup_maker_2.0.rb: ditto. + + * test/rss/rss-testcase.rb: added convenience method for setting + up taxo:topic. + * test/rss/rss-assertions.rb: added assertion for taxo:topic. + + * sample/rss/blend.rb: followed new API. + Wed Nov 23 17:42:24 2005 Kouhei Sutou * lib/rss/rss.rb: fixed a indentation bug. -- cgit