Minor fix for links-in, updated to do list to reflect remaining 0.81 tasks
parent
055cb66e0f
commit
d0de0cc422
|
@ -1,12 +1,19 @@
|
||||||
|
0.81:
|
||||||
|
|
||||||
|
- x86 %box-struct
|
||||||
|
- x86 %write-barrier
|
||||||
|
- bundle freetype .dylib in the .app on OS X
|
||||||
|
- x11 title bars are funny
|
||||||
|
- x11 wheel mouse test
|
||||||
|
- changelog in the UI
|
||||||
|
- set resource path to image parent directory
|
||||||
|
- amd64 %box-struct
|
||||||
|
|
||||||
+ portability:
|
+ portability:
|
||||||
|
|
||||||
- win64 port
|
- win64 port
|
||||||
- get factor running on mac intel
|
- get factor running on mac intel
|
||||||
- amd64 %unbox-struct
|
- amd64 %unbox-struct
|
||||||
- amd64 %box-struct
|
|
||||||
- x86 %box-struct
|
|
||||||
- x86 %write-barrier
|
|
||||||
- bundle freetype .dylib in the .app on OS X
|
|
||||||
- when generating a 32-bit image on a 64-bit system, large numbers which should
|
- when generating a 32-bit image on a 64-bit system, large numbers which should
|
||||||
be bignums become fixnums
|
be bignums become fixnums
|
||||||
|
|
||||||
|
@ -21,10 +28,7 @@
|
||||||
|
|
||||||
+ ui/help:
|
+ ui/help:
|
||||||
|
|
||||||
- x11:
|
- x11 input methods
|
||||||
- title bars are funny
|
|
||||||
- input methods
|
|
||||||
- wheel mouse test
|
|
||||||
- cocoa:
|
- cocoa:
|
||||||
- global menu bar with useful commands
|
- global menu bar with useful commands
|
||||||
- make the launchpad a palette
|
- make the launchpad a palette
|
||||||
|
@ -37,7 +41,6 @@
|
||||||
- use glRect
|
- use glRect
|
||||||
- display lists
|
- display lists
|
||||||
- saving the image should save window configuration
|
- saving the image should save window configuration
|
||||||
- changelog in the UI
|
|
||||||
- make the UI look better, something like this:
|
- make the UI look better, something like this:
|
||||||
http://twb.ath.cx/~twb/darcs/OBSOLETE/factor/final.html
|
http://twb.ath.cx/~twb/darcs/OBSOLETE/factor/final.html
|
||||||
- fix remaining HTML stream issues
|
- fix remaining HTML stream issues
|
||||||
|
@ -77,7 +80,6 @@
|
||||||
|
|
||||||
+ misc:
|
+ misc:
|
||||||
|
|
||||||
- set resource path to image parent directory
|
|
||||||
- clean up stack effect generation code
|
- clean up stack effect generation code
|
||||||
- code walker & exceptions
|
- code walker & exceptions
|
||||||
- slice: if sequence or seq start is changed, abstraction violation
|
- slice: if sequence or seq start is changed, abstraction violation
|
||||||
|
|
|
@ -42,7 +42,8 @@ M: array elements*
|
||||||
|
|
||||||
SYMBOL: help-graph
|
SYMBOL: help-graph
|
||||||
|
|
||||||
: links-in ( article -- ) help-graph get in-edges ;
|
: links-in ( article -- )
|
||||||
|
dup link? [ link-name ] when help-graph get in-edges ;
|
||||||
|
|
||||||
: xref-article ( article -- )
|
: xref-article ( article -- )
|
||||||
[ links-out ] help-graph get add-vertex ;
|
[ links-out ] help-graph get add-vertex ;
|
||||||
|
|
Loading…
Reference in New Issue