From 011312406096edae98aeb079a12932f2b720e10b Mon Sep 17 00:00:00 2001 From: Guenter Geiger Date: Mon, 9 Dec 2002 18:30:29 +0000 Subject: This commit was generated by cvs2svn to compensate for changes in r284, which included commits to RCS files with non-trunk default branches. svn path=/trunk/; revision=285 --- pd/doc/1.manual/x1.htm | 6 +++++- pd/doc/1.manual/x5.htm | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) (limited to 'pd/doc') diff --git a/pd/doc/1.manual/x1.htm b/pd/doc/1.manual/x1.htm index 946949e9..6a78040e 100644 --- a/pd/doc/1.manual/x1.htm +++ b/pd/doc/1.manual/x1.htm @@ -107,6 +107,10 @@ Pd objects
Krzysztof Czaja's MIDI file support
-David Sabine's Pd Documentation Project: new, highly detailed help windows
+David Sabine's Pd Documentation Project: +new, highly detailed help windows
+ +Fernando Pablo Lopez's augmented Pd RPMs from Planet CCRMA
+ diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 2203ebc7..767ffc3e 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -16,6 +16,43 @@ This section tracks changes in Pd's current implementation.

5.1. release notes

+

------------------ 0.36 ------------------------------- + +

There's now an "undo" for most editing operations. Undoing is only +available in the window that was most recently edited. (One gotcha remains, +that "stretching" (in the font menu) affects all windows and you can't undo any +but the last one it touched.) Also, there's no "undo" for run-time operations, +only editing ones. That might be worth thinking about. + +

Some bugs were fixed that affected "flipped" canvases (ones whose +"properties show a positive "y" increment per pixel.) Also, the coordinates +are now saved and restored correctly. "text" objects (comments) now stick to +the bottom of the window for flipped canvases. + +

Signal lines now show up fatter than control lines. (Now I have to go +through the figures in the HTML doc again... drat) + +

"Classic" number boxes now can have labels and send/receive signals, which +work in the same way as the IEMGUI controls do. I think "$1" style +label/send/receive names work too. I fixed a related bug +in the IEM code (typing at boxes sometimes crashed Pd). + +

"vdial" and "hdial" were renamed "vradio" and "hradio", and fixed to +output numbers, not lists, like the other GUIs. The old ones are still around +for compatibility with old patches. + +

"Make install" should now actually make Pd before trying to install it. + +

"expr" is updated to Shahrokh's 0.4test3 version (which I modified somewhat +to get it to compile.) + +

The problem of CPU usage skyrocketing on underflows in P4s should +be fixed. + +

Compiled "pdsend" and "pdreceive" for Windows. + +

"PD_VERSION" macro added to m_pd.h +

------------------ 0.35 -------------------------------

An experimental new feature called graph-on-parent allows subpatches and abstractions to show -- cgit v1.2.1