Document the 'ui' word

slava 2006-12-14 04:51:28 +00:00
parent b4dda1b0a5
commit d268551564
2 changed files with 16 additions and 0 deletions

View File

@ -7,6 +7,17 @@
+ 0.88:
- poorly documented vocabs:
- alien
- assembler
- cocoa
- command-line
- compiler
- completion
- image
- interpreter
- objc
- optimizer
- calling 'see' with an nonexistent method should be an error
- grid-lines are rendered incorrectly
- interactor: show stack effect for word at caret in status bar

5
core/ui/ui.facts Normal file
View File

@ -0,0 +1,5 @@
IN: gadgets
HELP: ui
{ $description "Starts the Factor UI." }
{ $see-also tty } ;