Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15166
Modified Files: Tag: devel_0_39 ChangeLog Log Message: pre3
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.8 retrieving revision 1.1.4.9 diff -C2 -d -r1.1.4.8 -r1.1.4.9 *** ChangeLog 23 Nov 2006 05:54:56 -0000 1.1.4.8 --- ChangeLog 24 Nov 2006 16:29:34 -0000 1.1.4.9 *************** *** 7,14 **** * tons of bugfixes * better pdrc editor (renamed to server prefs) ! * replaced scons by autoconf and make * removed Gdb box, added crash report dialog * renamed objective.tcl to poe.tcl (because the name was already taken) ! * ...
Desire 0.39.A.pre2 (-r devel_0_39; scons desire=1) : --- 7,25 ---- * tons of bugfixes * better pdrc editor (renamed to server prefs) ! * removed media menu (split to: help menu, file menu, server prefs) * removed Gdb box, added crash report dialog * renamed objective.tcl to poe.tcl (because the name was already taken) ! * replaced scons by autoconf and make (starting from Miller's 0.39's files) ! * removed detection of Tcl (we don't need to use libtcl) ! * removed the setuid feature because no-one needs it. ! (well, there was also a security vulnerability due to it, but I fixed it) ! * Portaudio 18 is no longer supported. ! * simplified configure.in (detector and makefile generator) ! * APIs not compiled in show up in "pd -help", with a special mention ! "(support not compiled in)"; those options don't give you a "unknown ! option" when trying them, it says "option -foo not compiled in this pd". ! * switched desire.c to C++, as another way to reduce redundancy in code. ! * can be compiled without audio support. ! * can be compiled without MIDI support.
Desire 0.39.A.pre2 (-r devel_0_39; scons desire=1) : *************** *** 19,23 **** * multi-line objectboxes, messageboxes and comments * keyboard-based navigation ! * switching some parts of DesireData from C to C++
Desire 0.39.A.pre1 (-r devel_0_39; scons desire=1) : --- 30,34 ---- * multi-line objectboxes, messageboxes and comments * keyboard-based navigation ! * made desire.c C++ compatible (for future use)
Desire 0.39.A.pre1 (-r devel_0_39; scons desire=1) :