aboutsummaryrefslogtreecommitdiff
path: root/pd/src
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2005-12-31 02:56:03 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2005-12-31 02:56:03 +0000
commit1498e89f88d0a090a59ceb4cf19daf9d9c8963c5 (patch)
treeaa55d35b172127c54557f3de5185f4a7a9c3e5fc /pd/src
parent69ef7d95089796981976c7855d6eba5d40da6232 (diff)
re-synced with my own source tree...
svn path=/trunk/; revision=4321
Diffstat (limited to 'pd/src')
-rw-r--r--pd/src/notes.txt2
-rw-r--r--pd/src/s_main.c2
2 files changed, 3 insertions, 1 deletions
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__;