From 388f7a1df37afeed0dd120f8091614a7f6dd91ab Mon Sep 17 00:00:00 2001 From: Miller Puckette Date: Wed, 18 May 2005 04:28:51 +0000 Subject: Damn, edited this before and lost the update. More data features. Took about 12 patches. svn path=/trunk/; revision=3006 --- pd/doc/1.manual/x5.htm | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'pd/doc/1.manual/x5.htm') diff --git a/pd/doc/1.manual/x5.htm b/pd/doc/1.manual/x5.htm index 1a1b2e2f..990893b1 100644 --- a/pd/doc/1.manual/x5.htm +++ b/pd/doc/1.manual/x5.htm @@ -20,6 +20,62 @@

5.1. release notes

+

------------------ 0.38.1 -------------------------- + +Fixed two bugs that crashed Pd when deleting number boxes in certain +situations. + +

------------------ 0.38.0 -------------------------- + +

The big change is queued graphics updates, which apply (so far) +to tables and number/symbol boxes. The IEM GUIS aren't enqueued yet. +This along with a better graphics update buffering scheme makes Pd's +graphics run much better. + +

Support for cutting/copying/pasting text between boxes and between Pd and +other applications. + +

Dialogs for setting and saving path, libs-to-load-on-startup, and some +other things. This and the audio settings can be saved automatically to +the appropriate repository (.pdsettings on linux; registry on MS windows; +"Preferences" on Mac.) + +

"Print" printout goes to the Pd window by default. You can revert to +the old (standard error) behavior with the "-stderr" startup flag. + +

The "gui" TK script can now start Pd up (previously Pd had to be +started first.) This is needed for Pd to work as an "App" on Mac. + +

new filter objects: cpole~, fpole~, etc... these will get used in the +upcoming Techniques chapter 8. + +

Objects whose creation failed get a distinctive outline; if they are +already inside a patch they sprout inlets and outlets as necessary to +preserve connections. + +

Filenames in the "search path", etc., now may contain spaces, commas, +and semicolons. + +

bug fix: click on minaturized subpatch failed to "vis" it + +

bug fix: font size change crash reported by CK + +

Key bindings like control-Q now work even from within most dialogs. + +

The audio settings dialog now permits turning audio input and/or output +off without forgetting how many channels it should be when on. + +

RME Hammerfall ALSA support from Winfried -- but specify the number of +channels correctly or else Pd crashes. + +

portaudio (e.g., Mac) audio support fixed for inchans != outchans, +so the emi emagic can now be used 2-in. 6-out, for example. + +

(linux) The configure script can set the setuid flag on "make install". +The "-enable" flags to ./configure should now work correctly too. + +

atan2 had its inlets switched to conform to standard usage +

------------------ 0.37.3 --------------------------

Oops- added __i386__ macro to windows makefile so it would test for -- cgit v1.2.1