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/src/CHANGELOG.txt | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'pd/src/CHANGELOG.txt') diff --git a/pd/src/CHANGELOG.txt b/pd/src/CHANGELOG.txt index c8cc8f49..39eefbef 100644 --- a/pd/src/CHANGELOG.txt +++ b/pd/src/CHANGELOG.txt @@ -3,6 +3,29 @@ user appears in the "release notes" instead. 0.38.0 +finally figured out how to do "-enable-", etc., flags in the configure +script correctly. + +The scheduler now has a hook (set_so you can add polling routines) : + sys_idlehook(). + +I'm now uploading directly to CVS repository ("main" and "stable_0_38" +branches.) There are still problems keeping CVS's and my versions of +portaudio the same (CVS bashes the "ident" lines). + +t_int to int in binbuf_addv prototype + +64-bit fix to externs makefiles + +Pd now uses portaudio out-of-the-box; customized files are moved to +"src" directory. + +All "tags" are printf'd as %lx to make 64-bit safe. + +GUI queueing mechanism added: sys_queuegui() etc. + +massive rewrite of array code to unify arrays and scalars. + fixed empty lists automatically to call "bang" method if one is supplied. rewrote the "namelist" stuff to facilitate preference saving (s_stuff.h, -- cgit v1.2.1