# HG changeset patch # User Steve Losh # Date 1289406507 18000 # Node ID e1365403fefc8b192252fa1dfda997f6c166ab60 # Parent 43fd6ce86ac45d2f8c1a59a1544c5c4c6fa5316d Prepare docs for release. diff -r 43fd6ce86ac4 -r e1365403fefc doc/gundo.txt --- a/doc/gundo.txt Wed Nov 10 11:23:42 2010 -0500 +++ b/doc/gundo.txt Wed Nov 10 11:28:27 2010 -0500 @@ -199,14 +199,14 @@ ============================================================================== 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 -r 43fd6ce86ac4 -r e1365403fefc site/index.html --- a/site/index.html Wed Nov 10 11:23:42 2010 -0500 +++ b/site/index.html Wed Nov 10 11:28:27 2010 -0500 @@ -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 @@

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