aboutsummaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 23:37:04 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-04-06 23:37:04 +0000
commitb856cce1b05ebe69e9afcb96040a138b5b8a28f9 (patch)
treead689468f91d20cab83d66d23e697ceed7e03c53 /doc/TODO
parentae924414f8e883f02a2b74b1cc7e8179961acced (diff)
updated for new click message
svn path=/trunk/; revision=4825
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 4de5bfae..a6a3a767 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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
+