# HG changeset patch # User Steve Losh # Date 1307994483 14400 # Node ID 2b0e5d916649a256d3efe95a552d2c93ab0f6ca0 # Parent 529e0dedf98c4c6244685bb115b443033b7bd79c Add a few doc tweaks and a TODO list. diff -r 529e0dedf98c -r 2b0e5d916649 README.markdown --- 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. diff -r 529e0dedf98c -r 2b0e5d916649 doc/threesome.txt --- 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.