Many changes:
[fanfix.git] / docs / TODO.md
index dfb39eb71a2424efd1b4c7f20da6854383941ec5..55b62386c52b6c6dfa5bdc12149cda1782a91962 100644 (file)
@@ -7,10 +7,6 @@ Roadmap
 
 0.0.6
 
-- TSpinner
-- TComboBox
-- TCalendar
-
 - TEditor
   - Horizontal scrollbar integration
   - True tokenization and syntax highlighting: Java, C, Clojure, XML
@@ -54,7 +50,14 @@ Roadmap
 - TEditor:
   - Undo / Redo support
 
-0.1.0: BETA RELEASE and BUG HUNT
+0.1.0: LET'S GET PRETTY
+
+- TChart:
+  - Bar chart
+  - XY chart
+  - Time series chart
+
+0.1.1: BETA RELEASE and BUG HUNT
 
 - Verify vttest in multiple tterminals.
 
@@ -75,10 +78,6 @@ Roadmap
 1.1.0 Wishlist
 --------------
 
-- TTerminal
-  - Handle resize events (pass to child process).  Will need to switch
-    to forkpty(), or ship a C wrapper process.
-
 - Screen
   - Allow complex characters in putCharXY() and detect them in putStringXY().