Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20351
Modified Files: Tag: desiredata TODO ChangeLog Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.28.2.2 retrieving revision 1.1.2.28.2.3 diff -C2 -d -r1.1.2.28.2.2 -r1.1.2.28.2.3 *** TODO 7 Dec 2006 22:43:14 -0000 1.1.2.28.2.2 --- TODO 8 Dec 2006 21:39:47 -0000 1.1.2.28.2.3 *************** *** 1,8 **** DesireData's TODO list, $Id$
! ---------------------------------------------------------------- 0.39.A.pre4 ! ! ---------------------------------------------------------------- 0.39.A.pre5
[ ] implement timeout in def Manager call [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd. --- 1,8 ---- DesireData's TODO list, $Id$
! ---------------------------------------------------------------- 0.40.pre5
+ [ ] merge 0.40 + [ ] paths stopped working [ ] implement timeout in def Manager call [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd. *************** *** 12,16 **** [ ] Implement (or fix) Find, Find Again [ ] implement "Find Last Error" ! [ ] table of all objects (for use by clients) [ ] expr {} [ ] def def --- 12,16 ---- [ ] Implement (or fix) Find, Find Again [ ] implement "Find Last Error" ! [ ] table of all objects (as crash protection) [ ] expr {} [ ] def def *************** *** 18,24 **** [ ] rightclick help doesn't work with msgboxes, floatatoms, symbolatoms [ ] new objectbox doesn't focus if mouse hasn't been in window
! ---------------------------------------------------------------- 0.39.A
[ ] skip unneeded motion events inside client (do we need this?) [ ] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both (will we really do this?) --- 18,27 ---- [ ] rightclick help doesn't work with msgboxes, floatatoms, symbolatoms [ ] new objectbox doesn't focus if mouse hasn't been in window + [ ] [hsl]/[vsl]: add switch between horiz and vert. + [ ] [hradio]/[vradio]: add switch between horiz and vert.
! ---------------------------------------------------------------- 0.40.pre6-...
+ [ ] merge 0.41 [ ] skip unneeded motion events inside client (do we need this?) [ ] rename pd to pd-server, desire.tk to pd-client, add new program "pd" which would launch both (will we really do this?) *************** *** 90,96 **** [ ] multilingual labels in objects [ ] multilingual comments - [ ] fix look of selection - [ ] fork from devel_0_39 - [ ] merge 0.40 [ ] what would be needed to be able to use gdb --pid=... ?
--- 93,96 ----
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.11.2.4 retrieving revision 1.1.4.11.2.5 diff -C2 -d -r1.1.4.11.2.4 -r1.1.4.11.2.5 *** ChangeLog 7 Dec 2006 22:43:14 -0000 1.1.4.11.2.4 --- ChangeLog 8 Dec 2006 21:39:47 -0000 1.1.4.11.2.5 *************** *** 1,4 **** --- 1,9 ---- $Id$
+ Desire 0.40.pre5 (2006.12.??) (-r desiredata; ./configure && make) : + + * merged in Miller's 0.40 (80% of it) + * + Desire 0.39.A.pre4 (2006.12.07) (-r desiredata; ./configure && make) :