]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
Release: bump Welcome versions.
[lilypond.git] / flower / TODO
index b71ad836c0a0b6e762f1e526136aa67f6b8479f4..6229ff65fb9bf51eb5e8a40f60f87483280654a9 100644 (file)
@@ -1,16 +1,20 @@
-       * write a String_hash template
 
 
-       * Array::slice() upper too
+       * Unicode support in strings
 
-       * write a Pointer_hash template
+       * write a decent Dictionary
+       - write a Pointer_hash template
 
-       * fix/junk ambiguous String constructor overloads, e.g.:
-         String( int ) and String( char )
+       * Array::slice() upper too
 
-       * version numbering for shared lib.
+       * fix ambiguous String constructor overloads, e.g.:
+         String( int ) and String( char ), use 
+       
+       class String { 
+               explicit String(int);
+       }
 
-       * LGPL?
+       * Automake, libtool
 
        * disable this auto conv: const pointer -> bool -> string