[PD-cvs] pd/src TODO, 1.1.2.28.2.6, 1.1.2.28.2.7 ChangeLog, 1.1.4.11.2.6, 1.1.4.11.2.7

Mathieu Bouchard matju at users.sourceforge.net
Thu Dec 14 06:14:13 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26840

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.6
retrieving revision 1.1.2.28.2.7
diff -C2 -d -r1.1.2.28.2.6 -r1.1.2.28.2.7
*** TODO	14 Dec 2006 02:21:40 -0000	1.1.2.28.2.6
--- TODO	14 Dec 2006 05:14:11 -0000	1.1.2.28.2.7
***************
*** 3,33 ****
  ---------------------------------------------------------------- 0.40.pre5
  
- [ ] reply_with
- [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd.
- 
  [ ] merge 0.40
      [ ] paths stopped working
  [ ] implement timeout in def Manager call
- [ ] arith-help.pd crashes on close
  [ ] switch to UTF-8
! [ ] patching-in-tongues follow-up
  [ ] Implement (or fix) Find, Find Again
  [ ] implement "Find Last Error"
! [ ] table of all objects (as crash protection)
! [ ] expr {}
! [ ] def def
! [ ] [hsl] [vsl] are missing support for jump-on-click
! [ ] 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?)
  [ ] #V test with bg color
- [ ] kill global canvas; only canvas(msg_isnew) is remaining
  [ ] kill global tooltip variable ?
  [ ] iemprops: min,max labels broken
--- 3,34 ----
  ---------------------------------------------------------------- 0.40.pre5
  
  [ ] merge 0.40
      [ ] paths stopped working
  [ ] implement timeout in def Manager call
  [ ] switch to UTF-8
! [ ] fix FloatBox
! [ ] fix SymbolBox
! [ ] fix NumBox
  [ ] Implement (or fix) Find, Find Again
  [ ] implement "Find Last Error"
! [ ] vatic's fixes
  [ ] [hsl]/[vsl]:       add switch between horiz and vert.
  [ ] [hradio]/[vradio]: add switch between horiz and vert.
+ [ ] [vu] is broken.
+ [ ] rightclick help doesn't work with iemguis.
+ [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd.
  
  ---------------------------------------------------------------- 0.40.pre6-...
  
+ [ ] make kernel.c record all method calls. beware of getfn and zgetfn.
+ [ ] patching-in-tongues follow-up
+ [ ] def def
+ [ ] take care of needless "save changes?"
+ [ ] atomic undo
  [ ] merge 0.41
+ [ ] make List objects, to manage children, visible_children, wires, selection, selection_wires.
  [ ] 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?)
  [ ] #V test with bg color
  [ ] kill global tooltip variable ?
  [ ] iemprops: min,max labels broken

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.6
retrieving revision 1.1.4.11.2.7
diff -C2 -d -r1.1.4.11.2.6 -r1.1.4.11.2.7
*** ChangeLog	13 Dec 2006 15:48:02 -0000	1.1.4.11.2.6
--- ChangeLog	14 Dec 2006 05:14:11 -0000	1.1.4.11.2.7
***************
*** 4,13 ****
  
   * merged-in Miller Puckette's pd 0.40-2 (80% of it)
!  * new method "reply_with" of canvases replaces the implicit
     reply-matching of pre4. (even less bug-prone)
   * server-side wires and scalars appear to client just like other objects.
!  * floatatom,symbolatom,[nbx] use normal Tk text edition
   * obsolete t_object fields removed: te_type te_width
   * global object table (crash protection for bindless .x targets)
  
  Desire 0.39.A.pre4 (2006.12.07) (-r desiredata; ./configure && make) :
--- 4,16 ----
  
   * merged-in Miller Puckette's pd 0.40-2 (80% of it)
!  * new canvas method "reply_with" of canvases replaces the implicit
     reply-matching of pre4. (even less bug-prone)
   * server-side wires and scalars appear to client just like other objects.
!  * floatatom,symbolatom,[nbx] use normal Tk text edition just like
!    ObjectBox,MessageBox,Comment have done for a while
   * obsolete t_object fields removed: te_type te_width
   * global object table (crash protection for bindless .x targets)
+  * variable width font usable in ObjectBoxes and MessageBoxes and Comments.
+  * [hsl] [vsl] support jump-on-click again
  
  Desire 0.39.A.pre4 (2006.12.07) (-r desiredata; ./configure && make) :





More information about the Pd-cvs mailing list