Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1171
Modified Files:
Tag: devel_0_39
TODO ChangeLog
Log Message:
testing that "cvs tag -b" worked, before i do something stupid.
Index: TODO
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v
retrieving revision 1.1.2.28
retrieving revision 1.1.2.29
diff -C2 -d -r1.1.2.28 -r1.1.2.29
*** TODO 28 Nov 2006 18:37:03 -0000 1.1.2.28
--- TODO 29 Nov 2006 20:51:55 -0000 1.1.2.29
***************
*** 3,6 ****
--- 3,9 ----
---------------------------------------------------------------- 0.39.A.pre4
+ [ ] table of all objects (for use by clients)
+ [ ] future-object feature
+ [ ] <matju> chun: this is a feature called "loading", which is in pd but not in dd.
[ ] expr {}
[ ] def def
***************
*** 89,92 ****
--- 92,97 ----
[ ] multilingual comments
[ ] fix look of selection
+ [ ] fork from devel_0_39
+ [ ] merge 0.40
[ ] Vincent Lordier suggests trying:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v
retrieving revision 1.1.4.11
retrieving revision 1.1.4.12
diff -C2 -d -r1.1.4.11 -r1.1.4.12
*** ChangeLog 27 Nov 2006 14:59:13 -0000 1.1.4.11
--- ChangeLog 29 Nov 2006 20:51:55 -0000 1.1.4.12
***************
*** 1,5 ****
$Id$
! Desire 0.39.A.pre3 (2006.11.26) (-r devel_0_39; ./configure && make) :
* français updated by Patrice Colet
* italiano updated by Federico Ferri
--- 1,12 ----
$Id$
! Desire 0.39.A.pre4 (2006.11.??) :
!
! * runs without Tk, with a ReadLine interface.
! * introducing PD_PLUSPLUS_FACE, a new way to use <m_pd.h> and <desire.h>
! * forked more files away from devel_0_39: m_conf.c ...
! * removed t_guiconnect, ...
!
! Desire 0.39.A.pre3 (2006.11.27) (-r devel_0_39; ./configure && make) :
* français updated by Patrice Colet
* italiano updated by Federico Ferri
***************
*** 11,16 ****
* 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)
--- 18,23 ----
* 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 option because no-one needs it; also fixed the
! setuid security vulnerability in case someone does chmod u+s anyway
* Portaudio 18 is no longer supported.
* simplified configure.in (detector and makefile generator)
***************
*** 35,45 ****
* keyboard-based navigation
* made desire.c C++ compatible (for future use)
Desire 0.39.A.pre1 (-r devel_0_39; scons desire=1) :
! * merged into the devel branch; enable with scons desire=1, which disables
! lots of g_*.c files and enables desire.c; use the std devel gui using desire=0.
! * added an object-oriented programming system in desire.tk (do not confuse
! with a dataflow system).
! * added proc unknown, which allows subject-verb-complement method-calling in tcl (aka objective.tcl)
* run the client to start the server and not the other way around: do wish desire.tk
* the client can make the server start via GDB
--- 42,54 ----
* keyboard-based navigation
* made desire.c C++ compatible (for future use)
+ * lots of things not written here
Desire 0.39.A.pre1 (-r devel_0_39; scons desire=1) :
! * merged into the devel branch; enable with scons desire=1, which
! disables lots of g_*.c files (and s_print.c) and enables desire.c;
! use the std devel gui using desire=0.
! * added an object-oriented programming system in desire.tk (do not
! confuse with a dataflow system). added proc unknown, which allows
! subject-verb-complement method-calling in tcl (aka objective.tcl)
* run the client to start the server and not the other way around: do wish desire.tk
* the client can make the server start via GDB
***************
*** 58,61 ****
--- 67,71 ----
* localization support (currently 8 languages: english, français, deutsch,
català, español, português, bokmål, italiano.)
+ * lots of things not written here
Impd 0.37.B :