From 1498e89f88d0a090a59ceb4cf19daf9d9c8963c5 Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Sat, 31 Dec 2005 02:56:03 +0000 Subject: re-synced with my own source tree... svn path=/trunk/; revision=4321 --- pd/src/notes.txt | 2 ++ pd/src/s_main.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'pd/src') diff --git a/pd/src/notes.txt b/pd/src/notes.txt index 4afe9542..3e02b0bf 100644 --- a/pd/src/notes.txt +++ b/pd/src/notes.txt @@ -17,6 +17,7 @@ document tabwrite~_start "list" to signal inlet (e.g., "*~") or float inlet (f) complains. 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) when retyping abstractions, offer to save dirty one @@ -42,6 +43,7 @@ check if _vsnprintf with zero argument in windows works any better... detect adc~ and dac~ reblocking features: +hook for table mousing integrate video into tilde objects flag to suppress printing array name above graph flag to suppress scrollbars in canvases diff --git a/pd/src/s_main.c b/pd/src/s_main.c index b722d960..76e69046 100644 --- a/pd/src/s_main.c +++ b/pd/src/s_main.c @@ -2,7 +2,7 @@ * For information on usage and redistribution, and for a DISCLAIMER OF ALL * WARRANTIES, see the file, "LICENSE.txt," in this distribution. */ -char pd_version[] = "Pd version 0.39-2\n"; +char pd_version[] = "Pd version 0.40-0test01\n"; char pd_compiletime[] = __TIME__; char pd_compiledate[] = __DATE__; -- cgit v1.2.1