Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16244
Modified Files: Tag: desiredata ChangeLog TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.28.2.49 retrieving revision 1.1.2.28.2.50 diff -C2 -d -r1.1.2.28.2.49 -r1.1.2.28.2.50 *** TODO 30 Jul 2007 05:14:18 -0000 1.1.2.28.2.49 --- TODO 1 Aug 2007 07:55:39 -0000 1.1.2.28.2.50 *************** *** 1,11 **** DesireData's TODO list, $Id$
! [ ] take advantage of the support for zero-size arrays in gcc.
! [ ] object sync protocols that we can think of: ! [ ] NFS for folders ! [ ] palm sync for calendars ! [ ] rsync for file contents ! [ ] ...
[ ] [pack] type limitation --- 1,8 ---- DesireData's TODO list, $Id$
! [ ] extraneous space at end of binbuf_gettext
! [ ] make t_hash thread-safe (use external iterator) ! [ ] take advantage of the support for zero-size arrays in gcc.
[ ] [pack] type limitation *************** *** 64,68 **** [ ] [moses] should be multi-arg (and be aliased to [range] ?) [ ] server-side slider outputs wrong value - [ ] remove MAXPDSTRING (ostringstream is a possible replacement) [ ] get rid of stderr in server [ ] slider val has to change back to centipixels but as a float. --- 61,64 ---- *************** *** 119,124 **** [ ] audio loopback pseudo-device (inside pd) [ ] use vector doubling in binbuf_add,binbuf_addv... - [ ] variable width font usable in ObjectBoxes and MessageBoxes and Comments. - (bug because of scrolling; try typing wwwwwwwwww in a box, or any really wide letter) [ ] opening an already-open subpatch should just raise that subpatch [ ] bug: you can move parts of gop subpatches, from the parent patch! --- 115,118 ---- *************** *** 331,334 **** --- 325,330 ---- line segment would be O(n), where n is the number of existing line segments.
+ [ ] look at some object sync protocols that we can think of: NFS for folders, palm sync for calendars, rsync for file contents + Marius Schebella: I have a small keyboard shortcut wish: change between "entering mode" and *************** *** 381,390 **** fr: français [x] [_] [_] [_|_] [_|_|_] Patrice Colet ca: català [x] [_] [_] [_|_] [_|_|_] Nùria Verges ! pl: polski [_] [_] [_] [_|_] [_|_|_] ... Michal Seta jp: nihongo [_] [_] [_] [_|_] [_|_|_] ... Kentaro Fukuchi tu: türkçe [_] [_] [_] [_|_] [_|_|_] ... Koray Tahiroglu sv: svenska [_] [_] [_] [_|_] [_|_|_] ... Daniel Skoglund (NOT FOUND) - eu: euskara [x] [x] [x] [x|*] [x|x|x] ... Enrike Hurtado br: brasiliano [_] [_] [_] [_|_] [_|_|_] ... Gabriel Menotti
------------------8<--------cut-here--------8<------------------ --- 377,387 ---- fr: français [x] [_] [_] [_|_] [_|_|_] Patrice Colet ca: català [x] [_] [_] [_|_] [_|_|_] Nùria Verges ! pl: polski [_] [_] [_] [_|_] [_|_|_] Michal Seta ! eu: euskara [x] [x] [x] [x|*] [x|x|x] Ibon Rodriguez Garcia (Enrike Hurtado) jp: nihongo [_] [_] [_] [_|_] [_|_|_] ... Kentaro Fukuchi tu: türkçe [_] [_] [_] [_|_] [_|_|_] ... Koray Tahiroglu sv: svenska [_] [_] [_] [_|_] [_|_|_] ... Daniel Skoglund (NOT FOUND) br: brasiliano [_] [_] [_] [_|_] [_|_|_] ... Gabriel Menotti + dk: dansk [_] [_] [_] [_|_] [_|_|_] ... Steffen
------------------8<--------cut-here--------8<------------------
Index: ChangeLog =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/ChangeLog,v retrieving revision 1.1.4.11.2.29 retrieving revision 1.1.4.11.2.30 diff -C2 -d -r1.1.4.11.2.29 -r1.1.4.11.2.30 *** ChangeLog 30 Jul 2007 05:14:17 -0000 1.1.4.11.2.29 --- ChangeLog 1 Aug 2007 07:55:39 -0000 1.1.4.11.2.30 *************** *** 1,2 **** --- 1,15 ---- + DesireData 2007.08.07 : + + * Unicode locales + * fixed type mismatch bug recently introduced in [unpack]... + * fixed lost console posts at startup + * turned most fprintf() into post() or error() + * + * + * + * + * + * + DesireData 2007.07.30 :