]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/TODO
Merge branch 'master' into lilypond/translation
[lilypond.git] / flower / TODO
index b810fabd7ad6846b17f5f05276e3d63b4315f94e..5586845c9920bb6872d9f6f75dcc044257d5ce33 100644 (file)
@@ -1,13 +1,26 @@
-       * fix/junk ambiguous String constructor overloads, e.g.:
-         String( int ) and String( char )
 
-       * version numbering for shared lib.
+
+       * Unicode support in strings
+
+       * write a decent Dictionary
+       - write a Pointer_hash template
+
+       * Array::slice() upper too
+
+       * fix ambiguous String constructor overloads, e.g.:
+         String( int ) and String( char ), use 
+       
+       class String { 
+               explicit String(int);
+       }
+
+       * Automake, libtool
 
        * LGPL?
 
        * disable this auto conv: const pointer -> bool -> string
 
-       * PointerVec ?
+       * Pointer_array
 
        * PCursor -> Pointer_cursor / PointerCursor ?