Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11827
Modified Files: Tag: desiredata TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.28.2.62 retrieving revision 1.1.2.28.2.63 diff -C2 -d -r1.1.2.28.2.62 -r1.1.2.28.2.63 *** TODO 21 Aug 2007 19:21:44 -0000 1.1.2.28.2.62 --- TODO 9 Sep 2007 17:45:45 -0000 1.1.2.28.2.63 *************** *** 17,20 **** --- 17,21 ---- ------------------8<--------cut-here--------8<------------------
+ [s] class_setreinit(t_pd *, t_symbol *s, int argc, t_atom *argv) [s] fix canvas_merge, canvas_remove_nth, canvas_sort [s] recreate abstr instances after abstr save *************** *** 54,57 **** --- 55,59 ---- [s] what to do with post() in case of -listdev, etc.? [s] turn old [dropper] code into a feature of SymbolBox + [s] inheritance: [super] "instantiates" other abstraction with same $0; [self] allows sending messages to self; [declare super ...] makes the tree.
[b] GOP problems are back due to recent changes in canvas_map and canvas_vis.