TODO in sdl4r-0.9.5 vs TODO in sdl4r-0.9.6

- old
+ new

@@ -73,6 +73,14 @@ [x] Look at the returned values of method who do not have their return values documented e.g. Tag.add_value ==> Minor change: we return nil for the methods were nothing was really returned explicitely (for the time being). [x] State somewhere that we support SDL 1.3. -[ ] If there is any success, maybe create/recreate the Rubyforge site for the support. \ No newline at end of file +[ ] If there is any success, maybe create/recreate the Rubyforge site for the support. +[ ] Should we allow to create a Tag without a name (== "content") for anonymous Tags? +[ ] It would be cool to be able to right this: + + Tag.new "toto" do |tag| + tag << 123 + end + +Note that instance_eval() doesn't allow to pass parameters right now.