diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-06 23:37:04 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2006-04-06 23:37:04 +0000 |
commit | b856cce1b05ebe69e9afcb96040a138b5b8a28f9 (patch) | |
tree | ad689468f91d20cab83d66d23e697ceed7e03c53 /doc/TODO | |
parent | ae924414f8e883f02a2b74b1cc7e8179961acced (diff) |
updated for new click message
svn path=/trunk/; revision=4825
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,3 +4,16 @@ - create Makefile for Pd-extended build system - add pd-fileformat doc: http://student-kmt.hku.nl/%7Etjeerd/pd/pd_fileformat.html + +- replace [pddp] with "pddp" in all help files so that it doesn't cause bugs + with the pddp/pddp.pd meta file, and other things in the future. Here's a + pattern: sed -n 's|obj \([0-9]*\) \([0-9]*\) pddp;|msg \1 \2 pddp;|p' *.pd + +- add doc/pddp/about, help, etc. to doc/Makefile + +- mv doc/pddp/pddp.pd to doc/pddp/about/pddp-about.pd + +- add [symbol 1( and [1 ( test messages to the bottom right example in + [pd some odd cases of list handling] in + doc/pddp/all_about_lists_vs_anythings.pd + |