2b0e5d916649

Add a few doc tweaks and a TODO list.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Mon, 13 Jun 2011 15:48:03 -0400
parents 529e0dedf98c
children fe0302428a49
branches/tags (none)
files README.markdown doc/threesome.txt

Changes

--- a/README.markdown	Mon Jun 13 15:22:09 2011 -0400
+++ b/README.markdown	Mon Jun 13 15:48:03 2011 -0400
@@ -74,3 +74,12 @@
 
 Read the full documentation to learn more `:help threesome`
 
+TODO for v1.0.0
+===============
+
+* Add hunk-pulling functionality.
+* Add scroll-locking functionality.
+* Add a help/status bar at the top.
+* Add a few simple config options.
+* Add a basic test suite.
+* Remove the eat-your-data warnings in the docs.
--- a/doc/threesome.txt	Mon Jun 13 15:22:09 2011 -0400
+++ b/doc/threesome.txt	Mon Jun 13 15:48:03 2011 -0400
@@ -308,16 +308,14 @@
 -------------
 
     Layout 0
-    +-------------------+
-    |  Any Single File  |
-    |                   |
-    |                   |
-    |                   |
-    |                   |
-    |                   |
-    |                   |
-    |                   |
-    +-------------------+
+    +-----------------+
+    | Any Single File |
+    |                 |
+    |                 |
+    |                 |
+    |                 |
+    |                 |
+    +-----------------+
 
 Loupe-Specific Key Bindings
 ---------------------------
@@ -378,15 +376,15 @@
     Layout 0                        Layout 1
     +--------------------------+    +-------------------+
     | Orig   |        | Result |    | Orig              |
-    |        |        |        |    |                   |
-    |        | One    |        |    +-------------------+
-    |        |        |        |    | One               |
-    |        |   or   |        |    | or Two            |
+    |        | One    |        |    |                   |
     |        |        |        |    +-------------------+
-    |        | Two    |        |    | Result            |
+    |        |   or   |        |    | One               |
+    |        |        |        |    | or Two            |
+    |        | Two    |        |    +-------------------+
+    |        |        |        |    | Result            |
     |        |        |        |    |                   |
-    |        |        |        |    +-------------------+
-    +--------------------------+
+    +--------------------------+    +-------------------+
+    
 
 Path-Specific Key Bindings
 --------------------------
@@ -456,8 +454,10 @@
 ==============================================================================
 9. Changelog                                              *ThreesomeChangelog*
 
+v0.0.3
+    * Multiple layout support.
 v0.0.2
-    * There's still nothing working, but at least there's some help now.
+    * There's still not much working, but at least there's some help now!
 v0.0.1
     * Oh god nothing works please don't use this for real work yet.