From e53e91f23f3bda0342749d229e5a97a142a2d36a Mon Sep 17 00:00:00 2001 From: kou Date: Thu, 31 Mar 2005 02:10:18 +0000 Subject: * lib/rss/parser.rb: @@setter -> @@setters. * lib/rss/parser.rb (RSS::BaseListener.register_uri) (RSS::BaseListener.uri_registered?) (RSS::BaseListener.install_get_text_element): swapped the first argument and the second argument. * lib/rss/taxonomy.rb: swapped the first argument and the second argument for RSS::BaseListener.install_get_text_element. * lib/rss/image.rb: ditto. * lib/rss/syndication.rb: ditto. * lib/rss/dublincore.rb: ditto. * lib/rss/parser.rb: ditto. * lib/rss/1.0.rb: ditto. * lib/rss/2.0.rb: ditto. * lib/rss/0.9.rb: ditto. * lib/rss/content.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a8ee6eb02..0afaf4b5b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Thu Mar 31 11:07:50 2005 Kouhei Sutou + + * lib/rss/parser.rb: @@setter -> @@setters. + + * lib/rss/parser.rb + (RSS::BaseListener.register_uri) + (RSS::BaseListener.uri_registered?) + (RSS::BaseListener.install_get_text_element): + swapped the first argument and the second argument. + + * lib/rss/taxonomy.rb: swapped the first argument and the second + argument for RSS::BaseListener.install_get_text_element. + * lib/rss/image.rb: ditto. + * lib/rss/syndication.rb: ditto. + * lib/rss/dublincore.rb: ditto. + * lib/rss/parser.rb: ditto. + * lib/rss/1.0.rb: ditto. + * lib/rss/2.0.rb: ditto. + * lib/rss/0.9.rb: ditto. + * lib/rss/content.rb: ditto. + Thu Mar 31 11:00:36 2005 Kouhei Sutou * lib/rss/parser.rb -- cgit