diff options
Diffstat (limited to 'pd/doc/1.manual')
-rw-r--r-- | pd/doc/1.manual/x1.htm | 2 | ||||
-rw-r--r-- | pd/doc/1.manual/x2.htm | 2 | ||||
-rw-r--r-- | pd/doc/1.manual/x5.htm | 27 |
3 files changed, 28 insertions, 3 deletions
diff --git a/pd/doc/1.manual/x1.htm b/pd/doc/1.manual/x1.htm index f1f884d1..00fa7da1 100644 --- a/pd/doc/1.manual/x1.htm +++ b/pd/doc/1.manual/x1.htm @@ -73,7 +73,7 @@ To get started writing your own C extensions, refer to chapter 4 of this manual. <P> There is a new Pd community web site, <a href="http://www.pure-data.info/"> pure-data.info</a>, which aims to be the central resource for Pd, from documentation and -downloads; to forums, member pages, a patch exchange. +downloads; to forums, member pages, and a patch exchange. <P> There is a growing number of Pd-related projects hosted at <A HREF="http://pure-data.sf.net">SourceForge</A>. This is open to all Pd diff --git a/pd/doc/1.manual/x2.htm b/pd/doc/1.manual/x2.htm index 9879078e..05b4d84b 100644 --- a/pd/doc/1.manual/x2.htm +++ b/pd/doc/1.manual/x2.htm @@ -110,7 +110,7 @@ In this case the object will be the kind that carries out addition, and the "13" initializes the amount to add. <P> Atoms are either numbers or <I> -symbols </I> like "+". Anything that is not a valid number os considered a +symbols </I> like "+". Anything that is not a valid number is considered a symbol. Valid numbers may or may not have a decimal point (for instance, 12, 15.6, -.456), or may be written in exponential notation (such as "4.5e6", which means "4.5 multiplied diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 671d967d..c07d48dd 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -20,7 +20,32 @@ <H3> <A name="s2"> 5.1. release notes </A> </H3> -<P> ------------------ 0.42.1 --------------------------- +<P> ------------------ 0.42-5 --------------------------- + +<P> broken abs~ and log~ fixed + +<P> pd~ -ninsig 0 hang fixed + +<P> testtone updated and 16ch version added + +<P> lrshift~ bug fix + +<P> 32 channel limit removed for portaudio (ASIO/Windows and Mac) + +<P> ------------------ 0.42-4 --------------------------- + +<P> added -noautopatch startup argument to defeat auto-connecting to +new objects (some folks like it and others hate it) + +<P> gfxstub bug fix + +<P> fixed crash on deleting "s" objects with no args + +<P> re-fixed seteuid(0 problem + +<P> fixed crash on "find $1" (still not useful though) + +<P> ------------------ 0.42.1-3 --------------------------- <P> Bug fix on Windows(cancelling window close deactivated window). |