# HG changeset patch # User Steve Losh # Date 1299717983 18000 # Node ID 7fb1c286cca3c0c07974cc1b59002cfe2b7132f5 # Parent e26070847abcc47fd840120a0ac923a19aa42d94 Add the v2.1.0 changelog. diff -r e26070847abc -r 7fb1c286cca3 doc/gundo.txt --- a/doc/gundo.txt Wed Mar 09 19:35:49 2011 -0500 +++ b/doc/gundo.txt Wed Mar 09 19:46:23 2011 -0500 @@ -211,6 +211,14 @@ ============================================================================== 7. Changelog *GundoChangelog* +v2.1.0 + * Warnings about having an incompatible Vim and/or Python installation + are now deferred until the first time you try to use Gundo, instead + of being displayed on launch. + * The and mappings are now configurable with + g:gundo_map_move_older and g:gundo_map_move_newer. + * The o, and keys are now mapped in the Gundo pane. + * Improve and add several unit tests for Gundo. v2.0.0 * Make GundoToggle close the Gundo windows if they're visible but not the current window, instead of moving to them. diff -r e26070847abc -r 7fb1c286cca3 site/index.html --- a/site/index.html Wed Mar 09 19:35:49 2011 -0500 +++ b/site/index.html Wed Mar 09 19:46:23 2011 -0500 @@ -359,6 +359,27 @@

Changelog

    +
  1. v2.1.0 +
  2. + Warnings about having an incompatible Vim and/or + Python installation are now deferred until the + first time you try to use Gundo, instead of being + displayed on launch. +
  3. +
  4. + The j and k mappings are + now configurable with + g:gundo_map_move_older and + g:gundo_map_move_newer. +
  5. +
  6. + The o, Up and Down keys + are now mapped in the Gundo pane. +
  7. +
  8. + Improve and add several unit tests for Gundo. +
  9. +
  10. v2.0.0