e1365403fefc v2.0.0

Prepare docs for release.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 10 Nov 2010 11:28:27 -0500
parents 43fd6ce86ac4
children 62cd407719e7
branches/tags v2.0.0
files doc/gundo.txt site/index.html

Changes

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