Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15698/pd/src
Modified Files: notes.txt s_main.c Log Message: re-synced with my own source tree...
Index: notes.txt =================================================================== RCS file: /cvsroot/pure-data/pd/src/notes.txt,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** notes.txt 15 Oct 2005 23:14:28 -0000 1.22 --- notes.txt 31 Dec 2005 02:56:03 -0000 1.23 *************** *** 18,21 **** --- 18,22 ----
problems: + "save as" with spaces in filename still messes up don't filter locked click() through getrect better scalar hit detection (getrect is too greedy) *************** *** 43,46 **** --- 44,48 ----
features: + hook for table mousing integrate video into tilde objects flag to suppress printing array name above graph
Index: s_main.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_main.c,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** s_main.c 2 Dec 2005 04:58:24 -0000 1.20 --- s_main.c 31 Dec 2005 02:56:03 -0000 1.21 *************** *** 3,7 **** * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
! char pd_version[] = "Pd version 0.39-2\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; --- 3,7 ---- * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */
! char pd_version[] = "Pd version 0.40-0test01\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__;