]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
Issue 5167/6: Changes: show \markup xxx = ... \etc assignments
[lilypond.git] / flower / TODO
index 169a0525e6957791433e404bf8d56c494cb2fc3a..6229ff65fb9bf51eb5e8a40f60f87483280654a9 100644 (file)
@@ -1,13 +1,20 @@
-       * write a String_hash template
 
-       * write a Pointer_hash template
 
-       * fix/junk ambiguous String constructor overloads, e.g.:
-         String( int ) and String( char )
+       * Unicode support in strings
 
-       * version numbering for shared lib.
+       * write a decent Dictionary
+       - write a Pointer_hash template
 
-       * LGPL?
+       * Array::slice() upper too
+
+       * fix ambiguous String constructor overloads, e.g.:
+         String( int ) and String( char ), use 
+       
+       class String { 
+               explicit String(int);
+       }
+
+       * Automake, libtool
 
        * disable this auto conv: const pointer -> bool -> string