Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32584
Modified Files: Tag: devel_0_39 TODO Log Message: .
Index: TODO =================================================================== RCS file: /cvsroot/pure-data/pd/src/Attic/TODO,v retrieving revision 1.1.2.18 retrieving revision 1.1.2.19 diff -C2 -d -r1.1.2.18 -r1.1.2.19 *** TODO 18 Sep 2006 00:12:59 -0000 1.1.2.18 --- TODO 7 Oct 2006 19:05:37 -0000 1.1.2.19 *************** *** 51,54 **** --- 51,60 ---- [ ] doc missing because of branch boundary problem (e.g. need: cvs update -A pd/doc)
+ [ ] symbol vs strings: Ruby is right: the Symbol vs String distinction is annoying and possibly obsolete. + according to me, symbols exist mostly because LISP had them before they had strings, and because most + Strings implementations aren't powerful enough to be as fast (or almost as fast) as Symbols. + (well, for compatibility reasons, just like in Ruby, we can't remove symbol support completely, but + at least we can reduce the difference between strings and symbols to a minimum.) + server:
*************** *** 98,101 **** --- 104,108 ---- in a file manager and browsing some .pd files you really want them to open in the same running instance. [ ] install Tcl/Tk 8.5 and TRY IT + [ ] aalex says use /usr/bin/iconv to switch text files to utf-8
[ ] Vincent Lordier suggests trying: *************** *** 108,111 **** --- 115,124 ---- [ ] i say we should install lxr on artengine. [ ] do we move the trac to artengine or not? + [ ] remember that it's possible to use break in a bind-handler, to completely override system's behaviour. + + [ ] I would like to know how much it is feasible to compress the t_atom + structure so that even with 64-bit pointers the t_atom still stays 8 bytes + instead of 16. I think it's possible, but not necessarily in a + backwards-compatible way, and not necessarily in a portable way. also maybe it's not that useful.
07:24 <matju> however we could make it different by inserting the splashscreen inside the main window *************** *** 299,309 **** 1 2 3 4A B 5A B C en: english [x] [x] [x] [x|_] [x|x|x] de: deutsch [x] [x] [x] [_|_] [_|_|_] ! nb: bokmᅵ [x] [x] [x] [_|_] [_|_|_] it: italiano [x] [x] [x] [_|_] [_|_|_] ! pt: portuguᅵ [x] [_] [_] [x|_] [_|_|_] ! fr: franᅵis [x] [_] [_] [_|_] [_|_|_] ! ca: catalᅵ [x] [_] [_] [_|_] [_|_|_] ! es: espaᅵl [x] [_] [_] [_|_] [_|_|_]
------------------8<--------cut-here--------8<------------------ --- 312,323 ---- 1 2 3 4A B 5A B C en: english [x] [x] [x] [x|_] [x|x|x] + es: español [x] [x] [x] [x|_] [x|x|x] de: deutsch [x] [x] [x] [_|_] [_|_|_] ! nb: bokmål [x] [x] [x] [_|_] [_|_|_] it: italiano [x] [x] [x] [_|_] [_|_|_] ! pt: português [x] [_] [_] [x|_] [_|_|_] ! fr: français [x] [_] [_] [_|_] [_|_|_] ! ca: català [x] [_] [_] [_|_] [_|_|_] ! pl: polski [_] [_] [_] [_|_] [_|_|_]
------------------8<--------cut-here--------8<------------------