diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-18 08:58:18 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-18 08:58:18 +0000 |
| commit | 903d0e275ff6ac5e5d50e73392005ee16b2443fa (patch) | |
| tree | 2da1b55d258823ae845f45437f75bc949a7505d2 /ChangeLog | |
| parent | 7b6f17a1f8d9fdc08df0fdc8045b5b305ff8ce00 (diff) | |
| download | ruby-903d0e275ff6ac5e5d50e73392005ee16b2443fa.tar.gz ruby-903d0e275ff6ac5e5d50e73392005ee16b2443fa.tar.xz ruby-903d0e275ff6ac5e5d50e73392005ee16b2443fa.zip | |
* lib/rss/rss.rb: RSS::Element#calc_indent became to be deprecated.
* lib/rss/0.9.rb: ditto.
* lib/rss/1.0.rb: ditto.
* lib/rss/image.rb: ditto.
* lib/rss/taxonomy.rb: ditto.
* lib/rss/trackback.rb: ditto.
* test/rss/test_1.0.rb: removed RSS::Element.indent_size tests.
* test/rss/test_2.0.rb: ditto.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Sun Jun 18 17:52:39 2006 Kouhei Sutou <kou@cozmixng.org> + + * lib/rss/rss.rb: RSS::Element#calc_indent became to be deprecated. + * lib/rss/0.9.rb: ditto. + * lib/rss/1.0.rb: ditto. + * lib/rss/image.rb: ditto. + * lib/rss/taxonomy.rb: ditto. + * lib/rss/trackback.rb: ditto. + + * test/rss/test_1.0.rb: removed RSS::Element.indent_size tests. + * test/rss/test_2.0.rb: ditto. + Sun Jun 18 00:49:11 2006 Tanaka Akira <akr@m17n.org> * ext/socket/socket.c (bsock_recv_nonblock): new method |
