From 3eda899cd4e068754d5617dd9af6f1a36a72fc13 Mon Sep 17 00:00:00 2001 From: kou Date: Sat, 16 Apr 2005 08:04:50 +0000 Subject: * sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss): use the first date information of items as site date information if channel doesn't have date information. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@8339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 65754ee3d..97d3b47bd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 16 17:01:16 2005 Kouhei Sutou + + * sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss): + use the first date information of items as site date information + if channel doesn't have date information. + Sat Apr 16 15:27:03 2005 Nobuyoshi Nakada * configure.in (RUBY_PROG_INSTALL): not add -p option to INSTALL. -- cgit