diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-03 20:28:25 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-06-03 20:28:25 +0000 |
commit | ee4b6fc5eacb14be2a2ce5cf15e06ff1d377a891 (patch) | |
tree | 64b11b92c437e377136bb5bade97acf94f4d499a /packages/darwin_app/TODO | |
parent | fee3dda9c6fd4e107747dcc14f29e60160837e06 (diff) |
removed jack compilation; added lots of abstractions and objects writen in Pd
svn path=/trunk/; revision=3110
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r-- | packages/darwin_app/TODO | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO index 126fa25c..12ae0cf1 100644 --- a/packages/darwin_app/TODO +++ b/packages/darwin_app/TODO @@ -1,4 +1,6 @@ +- fixed Pd.app file associations + - create old-style Help->Pure Documentation link on Help menu. It should use a symlink to the "doc" dir internal to that particular Pd.app. The symlink is named after the complete path to the "doc" dir, like: @@ -6,9 +8,6 @@ - make Help menu generator recursive -- check up on zexy in packages/darwin_app/Makefile and - externals/build/doc/makefile now that its been added to the build system - - follow AppMain.tcl instructions: http://wiki.tcl.tk/12987 http://www.wordtech-software.com/tcl-bundle-tutorial.html @@ -39,9 +38,6 @@ http://www.wordtech-software.com/tcl-bundle-tutorial.html - make Cmd-H and Alt-Cmd-H work when the Alt key is spec'ed -- write sed script to set help-patch font size to 10 point from 12 point on - all help patches. - - create --enable-cpu and --enable-arch in pd/src/configure.in - create general optimization flag system @@ -49,4 +45,4 @@ http://www.wordtech-software.com/tcl-bundle-tutorial.html - convert from -DMACOSX to -D__APPLE__ where ever possible (check out __gnu_linux__) while I am at it -- add context to all patches +- add context (diff -u) to all patches |