Prepare docs for release.

This commit is contained in:
Steve Losh 2010-11-10 11:28:27 -05:00
parent 8f297bffde
commit e04b22d7c6
2 changed files with 19 additions and 16 deletions

View File

@ -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.

View File

@ -199,14 +199,14 @@
</p>
<p>
Pressing return on a state (or double clicking on it) will revert the contents
of the file to match that state.
Pressing <code>return</code> on a state (or double clicking on it) will
revert the contents of the file to match that state.
</p>
<p>
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 <code>p</code> 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.
</p>
<p>
@ -342,16 +342,19 @@ let g:gundo_right = 1
<h1>Changelog</h1>
<ol class="changelog">
<li>Development version
<li>v2.0.0
<ul>
<li>Add the <code>g:gundo_disable</code> setting.</li>
<li>Fix movement commands with counts in the graph.</li>
<li>
Make GundoToggle close the Gundo windows if they're
visible but not the current window, instead of
moving to them.
Make <code>GundoToggle</code> close the Gundo windows if they're
visible but not the current window, instead of moving to them.
</li>
<li>Add the g:gundo_help setting.</li>
<li>Add the <code>g:gundo_disable</code> setting.</li>
<li>Add the <code>g:gundo_help</code> setting.</li>
<li>
Add the <code>p</code> mapping to preview the result of
reverting to the selected state.
</li>
<li>Fix movement commands with counts in the graph.</li>
</ul>
</li>
<li>v1.0.0