[PD-cvs] pd/src ChangeLog, 1.1.4.11.2.5, 1.1.4.11.2.6 TODO, 1.1.2.28.2.4, 1.1.2.28.2.5

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 13 16:48:04 CET 2006


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

Modified Files:
      Tag: desiredata
	ChangeLog TODO 
Log Message:
.


Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28.2.4
retrieving revision 1.1.2.28.2.5
diff -C2 -d -r1.1.2.28.2.4 -r1.1.2.28.2.5
*** TODO	12 Dec 2006 17:10:12 -0000	1.1.2.28.2.4
--- TODO	13 Dec 2006 15:48:02 -0000	1.1.2.28.2.5
***************
*** 3,10 ****
  ---------------------------------------------------------------- 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.
  [ ] arith-help.pd crashes on close
  [ ] switch to UTF-8
--- 3,12 ----
  ---------------------------------------------------------------- 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
***************
*** 57,66 ****
      [ ] prospect
  
! ---------------------------------------------------------------- 0.39.B or LATER
  
   [ ] desire.tk can be *really* loaded without Tk
   [ ] ReadLine or NCurses interface
   [ ] make commandline options reloadable at runtime
-  [ ] general reply system
   [x ] canvas scrollbars auto-disappear when not needed.
   [ ] implement dirty flag
--- 59,74 ----
      [ ] prospect
  
! Iohannes said about redirecting stdout/stderr:
!   #!/bin/sh
!   pd -verbose -stderr 2>&1 | while read line
!     do echo "${line};" | pdsend 6666 localhost udp
!   done
  
+ ---------------------------------------------------------------- 0.41.B or LATER
+ 
+  [ ] [struct], scalar, DS-array, [plot], [drawpolygon], [drawnumber], ...
   [ ] desire.tk can be *really* loaded without Tk
   [ ] ReadLine or NCurses interface
   [ ] make commandline options reloadable at runtime
   [x ] canvas scrollbars auto-disappear when not needed.
   [ ] implement dirty flag

Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11.2.5
retrieving revision 1.1.4.11.2.6
diff -C2 -d -r1.1.4.11.2.5 -r1.1.4.11.2.6
*** ChangeLog	8 Dec 2006 21:39:47 -0000	1.1.4.11.2.5
--- ChangeLog	13 Dec 2006 15:48:02 -0000	1.1.4.11.2.6
***************
*** 3,8 ****
  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) :
--- 3,13 ----
  Desire 0.40.pre5 (2006.12.??) (-r desiredata; ./configure && make) :
  
!  * 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) :





More information about the Pd-cvs mailing list