Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16300
Modified Files: Tag: devel_0_39 TODO ChangeLog Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.10 retrieving revision 1.1.2.11 diff -C2 -d -r1.1.2.10 -r1.1.2.11 *** TODO 23 Jun 2006 10:11:23 -0000 1.1.2.10 --- TODO 25 Jun 2006 10:46:24 -0000 1.1.2.11 *************** *** 15,20 **** [m] fix test.pd [bng] segfault problem [ ] protect the receive-pointer code (m_binbuf.c) using a t_hash ! [ ] fix delete ! [ ] fix messagebox
chun when creating a object, it goes like this: --- 15,21 ---- [m] fix test.pd [bng] segfault problem [ ] protect the receive-pointer code (m_binbuf.c) using a t_hash ! [X] fix delete ! [X] fix messagebox ! [h] About...
chun when creating a object, it goes like this:
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.4 retrieving revision 1.1.4.5 diff -C2 -d -r1.1.4.4 -r1.1.4.5 *** ChangeLog 21 May 2006 05:34:18 -0000 1.1.4.4 --- ChangeLog 25 Jun 2006 10:46:24 -0000 1.1.4.5 *************** *** 1,5 **** $Id$
! Desire 0.39.A (-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. --- 1,5 ---- $Id$
! Desire 0.39.A (-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. *************** *** 16,19 **** --- 16,28 ---- * client conf editor * other stuff I forget to write about + * looks for .ddrc + * pdrc and ddrc config becomes server and client configuration editor + * graphics rendering completely removed from the server + * localization support + * toolbar and status bar can be enabled/disabled + * added Patcher->View->Reload: client reloads the patch from the server + soon: + * differential upload engine? + * further development of auto completion
Impd 0.37.B :