diff options
| author | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 06:43:18 +0000 |
|---|---|---|
| committer | kou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-11-03 06:43:18 +0000 |
| commit | c550134293e9110d856469436347c917f5ebee11 (patch) | |
| tree | 450b783d2d0ee2af19ba3efb8324e73a5e0fc1d5 /ChangeLog | |
| parent | 49d964cc488900ec20b886ac3c898592d492c1aa (diff) | |
| download | ruby-c550134293e9110d856469436347c917f5ebee11.tar.gz ruby-c550134293e9110d856469436347c917f5ebee11.tar.xz ruby-c550134293e9110d856469436347c917f5ebee11.zip | |
* test/rss/*.rb: removed tab width configuration headers.
* test/rss/test_maker_{0.9,1.0}.rb: sort -> do_sort.
* lib/rss/maker/*.rb: changed API to RSS version independence.
* lib/rss/maker/base.rb
(RSS::Maker::XMLStyleSheets::XMLStyleSheet): checked required
(pseudo) attributes.
* lib/rss/maker/base.rb (RSS::Maker::Items): sort -> do_sort.
* lib/rss/rss.rb (RSS::BaseModel.install_date_element): avoided warning.
* lib/rss/0.9.rb (RSS::Rss#textinput): added convenience method.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -1,3 +1,22 @@ +Wed Nov 3 15:38:28 2004 Kouhei Sutou <kou@cozmixng.org> + + * test/rss/*.rb: removed tab width configuration headers. + + * test/rss/test_maker_{0.9,1.0}.rb: sort -> do_sort. + + * lib/rss/maker/*.rb: changed API to RSS version independence. + + * lib/rss/maker/base.rb + (RSS::Maker::XMLStyleSheets::XMLStyleSheet): checked required + (pseudo) attributes. + + * lib/rss/maker/base.rb (RSS::Maker::Items): sort -> do_sort. + + * lib/rss/rss.rb (RSS::BaseModel.install_date_element): avoided + warning. + + * lib/rss/0.9.rb (RSS::Rss#textinput): added convenience method. + Tue Nov 2 16:35:57 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * ext/enumerator/enumerator.c (each_cons_i): pass copy of an @@ -20,7 +39,7 @@ Tue Nov 2 01:20:09 2004 Yukihiro Matsumoto <matz@ruby-lang.org> Mon Nov 1 22:25:56 2004 Kouhei Sutou <kou@cozmixng.org> * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Maker - like item's one. + like to item's one. * lib/rss/xml-stylesheet.rb (RSS::XMLStyleSheet#guess_type): fixed regular expression bug. |
