From e04b22d7c62bdb05cd774dc0380ef004e36f8606 Mon Sep 17 00:00:00 2001 From: Steve Losh Date: Wed, 10 Nov 2010 11:28:27 -0500 Subject: [PATCH] Prepare docs for release. --- doc/gundo.txt | 8 ++++---- site/index.html | 27 +++++++++++++++------------ 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/doc/gundo.txt b/doc/gundo.txt index dc8d4fe..c94f3b6 100644 --- a/doc/gundo.txt +++ b/doc/gundo.txt @@ -199,14 +199,14 @@ GitHub: http://github.com/sjl/gundo.vim/ ============================================================================== 7. Changelog *GundoChangelog* -Development version - * Add the g:gundo_disable setting. - * Fix movement commands with counts in the graph. +v2.0.0 * Make GundoToggle close the Gundo windows if they're visible but not the current window, instead of moving to them. + * Add the g:gundo_help setting. + * Add the g:gundo_disable setting. * Add the 'p' mapping to preview the result of reverting to the selected state. - * Add the g:gundo_help setting. + * Fix movement commands with counts in the graph. v1.0.0 * Initial stable release. diff --git a/site/index.html b/site/index.html index 1bf8094..126fc60 100644 --- a/site/index.html +++ b/site/index.html @@ -199,14 +199,14 @@

- Pressing return on a state (or double clicking on it) will revert the contents - of the file to match that state. + Pressing return on a state (or double clicking on it) will + revert the contents of the file to match that state.

- You can use p on a state to make the preview window show the diff between - your current state and the selected state, instead of a preview of what the - selected state changed. + You can use p on a state to make the preview window show the + diff between your current state and the selected state, instead of a preview + of what the selected state changed.

@@ -342,16 +342,19 @@ let g:gundo_right = 1

Changelog

    -
  1. Development version +
  2. v2.0.0
      -
    • Add the g:gundo_disable setting.
    • -
    • Fix movement commands with counts in the graph.
    • - Make GundoToggle close the Gundo windows if they're - visible but not the current window, instead of - moving to them. + Make GundoToggle close the Gundo windows if they're + visible but not the current window, instead of moving to them.
    • -
    • Add the g:gundo_help setting.
    • +
    • Add the g:gundo_disable setting.
    • +
    • Add the g:gundo_help setting.
    • +
    • + Add the p mapping to preview the result of + reverting to the selected state. +
    • +
    • Fix movement commands with counts in the graph.
  3. v1.0.0