summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-07 02:55:48 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-04-07 02:55:48 +0000
commitc3410fc1e1d4085bf8f7531a9061818cfaf7b34c (patch)
tree420ad1cf825d8bd1358fb9340078cfbaa94d6023 /ChangeLog
parentf1587ee5a095e12ff3a747ffceaa53be737ede96 (diff)
* lib/rss/maker/dublincore.rb: _really_ supported multiple Dublin
Core items. * test/rss/rss-assertions.rb (assert_multiple_dublin_core): added an assertion for testing multiple Dublin Core items. * test/rss/test_maker_dc.rb (test_rss10_multiple): added a test for making multiple Dublin Core items. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog20
1 files changed, 16 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 2a84d6b4c3..b38c5a4d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+Thu Apr 7 11:49:53 2005 Kouhei Sutou <kou@cozmixng.org>
+
+ * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublin
+ Core items.
+
+ * test/rss/rss-assertions.rb (assert_multiple_dublin_core): added
+ an assertion for testing multiple Dublin Core items.
+
+ * test/rss/test_maker_dc.rb (test_rss10_multiple): added a test
+ for making multiple Dublin Core items.
+
Wed Apr 6 16:06:30 2005 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
* test/ruby/test_env.rb (test_key): should test ENV.key instead of
@@ -20,7 +31,7 @@ Tue Apr 5 15:45:33 2005 Kouhei Sutou <kou@cozmixng.org>
Tue Apr 5 15:15:26 2005 Kouhei Sutou <kou@cozmixng.org>
- * lib/rss/dublincore.rb: supported multiple DublinCore items.
+ * lib/rss/dublincore.rb: supported multiple Dublin Core items.
* lib/rss/parser.rb: added class name registry for complex model
elements. (ex. have childlen elements, have some attributes and
@@ -28,9 +39,10 @@ Tue Apr 5 15:15:26 2005 Kouhei Sutou <kou@cozmixng.org>
* lib/rss/maker/base.rb: added default current_element implementation.
- * lib/rss/maker/dublincore.rb: supported multiple DublinCore items.
+ * lib/rss/maker/dublincore.rb: supported multiple Dublin Core
+ items.
- * lib/rss/maker/image.rb: supproted new DublinCore API.
+ * lib/rss/maker/image.rb: supproted new Dublin Core API.
* lib/rss/trackback.rb (RSS::TrackBackUtils.new_with_value_if_need):
@@ -53,7 +65,7 @@ Tue Apr 5 15:15:26 2005 Kouhei Sutou <kou@cozmixng.org>
* test/test_dublincore.rb: added tests for plural accessor and
- multiple DublinCore items.
+ multiple Dublin Core items.
* test/test_setup_maker_1.0.rb: fixed swapped actual and expected
values.