aboutsummaryrefslogtreecommitdiff
path: root/packages/darwin_app/TODO
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-09 06:23:07 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2005-06-09 06:23:07 +0000
commit76834275e2cd296312824d43764b41d48b06503f (patch)
treebe6bd03b076a563b927af040a97e00a37072daed /packages/darwin_app/TODO
parent88448f0bf5d7657134d862036b0911dcc68f008c (diff)
cleaned up build system, tweaked flext build
svn path=/trunk/; revision=3135
Diffstat (limited to 'packages/darwin_app/TODO')
-rw-r--r--packages/darwin_app/TODO20
1 files changed, 11 insertions, 9 deletions
diff --git a/packages/darwin_app/TODO b/packages/darwin_app/TODO
index 12ae0cf1..276942a3 100644
--- a/packages/darwin_app/TODO
+++ b/packages/darwin_app/TODO
@@ -1,5 +1,8 @@
-- fixed Pd.app file associations
+- convert the wget sf dev listing line in darwin_app_readme from wget to curl
+ so it works out-of-box on macosx
+
+- fix 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
@@ -21,9 +24,6 @@ http://www.wordtech-software.com/tcl-bundle-tutorial.html
- include auto-.pdrc script in package somewhere...
-- make a web page that has stuff that can't be included due to license issues:
- (percolate)
-
- create Tcl script called from Prefs that creates links for the standard unix
- locations for files that are in bin, include, man inside $(PD_FILE_ROOT)
@@ -36,13 +36,15 @@ http://www.wordtech-software.com/tcl-bundle-tutorial.html
- make Cmd-Delete also delete, as well as just Delete, so that my Finder key
command habits work in Pd as well
-- make Cmd-H and Alt-Cmd-H work when the Alt key is spec'ed
-
-- create --enable-cpu and --enable-arch in pd/src/configure.in
-
- create general optimization flag system
- convert from -DMACOSX to -D__APPLE__ where ever possible (check out
__gnu_linux__) while I am at it
-- add context (diff -u) to all patches
+
+
+------------------------------------------------------------------------------
+semi-abandoned TODOs
+
+- make a web page that has stuff that can't be included due to license issues:
+ (percolate)