From 8ceaa9f71d4adfe672aaaab90853ffa9c388ccb1 Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 3 Feb 2004 14:01:42 +0000 Subject: * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb, lib/rss/rss.rb, lib/rss/syndication.rb: removed warnings. * lib/rss/converter.rb: removed handling load error of nkf. * test/rss/test_syndication.rb, test/rss/test_trackback.rb, test/rss/test_dublincore.rb, test/rss/test_content.rb: replaced 'require "rss/parser"' by 'require "rss/1.0"'. * test/rss/test_parser.rb, test/rss/test_accessor.rb: removed 'require "rss/parser"'. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e82e0b23..bcc35dc76 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +Tue Feb 3 22:36:25 2004 Kouhei Sutou + + * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb, + lib/rss/rss.rb, lib/rss/syndication.rb: removed warnings. + + * lib/rss/converter.rb: removed handling load error of nkf. + + * test/rss/test_syndication.rb, test/rss/test_trackback.rb, + test/rss/test_dublincore.rb, test/rss/test_content.rb: replaced + 'require "rss/parser"' by 'require "rss/1.0"'. + + * test/rss/test_parser.rb, test/rss/test_accessor.rb: removed + 'require "rss/parser"'. + Tue Feb 3 11:23:17 2004 Nobuyoshi Nakada * parse.y (reduce_nodes): remove tail returns. [ruby-talk:90934] -- cgit