aboutsummaryrefslogtreecommitdiff
path: root/pd/doc/1.manual
diff options
context:
space:
mode:
authorMiller Puckette <millerpuckette@users.sourceforge.net>2006-09-19 22:30:33 +0000
committerMiller Puckette <millerpuckette@users.sourceforge.net>2006-09-19 22:30:33 +0000
commit2ed8e5ab0516ba0a3d66fdc5612a4631fee5f6d5 (patch)
tree374ec1f6de1ea4165c7f94a4c167bd0531ceb0da /pd/doc/1.manual
parent70defb88ba3a62b0efd0fe2e256c368a039cd92f (diff)
Bug fixes
svn path=/trunk/; revision=5972
Diffstat (limited to 'pd/doc/1.manual')
-rw-r--r--pd/doc/1.manual/x5.htm25
1 files changed, 24 insertions, 1 deletions
diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm
index 064d093e..1bc8ef9d 100644
--- a/pd/doc/1.manual/x5.htm
+++ b/pd/doc/1.manual/x5.htm
@@ -25,7 +25,8 @@
for resources such as abstractions and libraries.
<P> Sybmols can now be built using multiple dollar sign variables, as in
-"$1-$2.$3".
+"$1-$2.$3". Meanwhile, naming subpatches as in "pd $1-foo" now seems to
+work correctly.
<P> The switch~ object takes a "bang" message to compute one block of DSP on
demand. Also, block sizes are no longer required to be powers of two
@@ -47,8 +48,30 @@ search.
<P> Templates can get notified when data are selected/deselected. I want
to provide this for mouse actions on locked canvases too, but haven't yet.
+<P> Characters like "\", "[", etc., typed into dialogs for labelling
+number boxes or other GUI objects, get filtered out so that they at
+least don't hang Pd up.
+
+<P> Drawcurve (and the others, filledcurve, drawpolygon, filledpolygon)
+have a new "-x" flag that inhibits a scalar getting
+selected when the curve is clicked on. This is useful for drawing stuff in
+the background (grids, clefs, etc).
+
<P> 6 or so patches adopted from sourceforge.
+<P> A "list length" object
+
+<P> IEM Gui labels (except for the VU meter) default to 10 point fonts
+(typically 8 before).
+
+<P> "send" without an argument gets an inlet to set the destination
+
+<P> A -noprefs flag defeats loading startup preferences. This gives you a
+way to rescue things if Pd's settings somehow crash Pd on startup.
+
+<P> tabwrite~ takes a "start" message to allow writing into the middle
+of the table.
+
<P> ------------------ 0.39.2 --------------------------
<P> Bug fixes: memory leak in OSX version; problem printing numbers as symbols.