]> git.wh0rd.org - nano-editor.git/blobdiff - history.php
rewrap a line, for esthetics
[nano-editor.git] / history.php
index 59be424624bb87a92f762d3f184ffff7d18a24a3..c3b17f30c067a8b0a23e855b6f9331a482e591dc 100644 (file)
@@ -1,8 +1,6 @@
-<?php include "top.php"; ?>
+<?php $title="History";  include "top.php"; ?>
 
-<title>GNU nano: History</title>
-
-<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
+<table BORDER=0 CELLSPACING=0 WIDTH="100%">
 <tr VALIGN=TOP>
 <td>
 
@@ -20,8 +18,8 @@ Improvements made in version 2.6:<br>
 <li>Trailing whitespace can be snipped from justified paragraphs.</li>
 <li>Better feedback when a file is unwritable or a directory inaccessible.</li>
 <li>Bindable functions for deleting a word to the left and to the right.</li>
-<li>A bindable function for saving the current file without prompting for its name.</li>
-<br>
+<li>A bindable function for saving the current file without prompting for its name.<br><br></li>
+
 <li>Commenting/uncommenting lines with a single keystroke (M-3).</li>
 <li>Resizing the window does not exit from help viewer nor file browser.</li>
 <li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li>
@@ -41,8 +39,8 @@ Improvements made in version 2.4:<br>
 <li>The ability to give different colors to title bar, status bar and help lines.</li>
 <li>Linter support, for automatically putting the cursor on syntax errors.</li>
 <li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
-<li>The undo/redo system has reached a usable state and is enabled by default.</li>
-<br>
+<li>The undo/redo system has reached a usable state and is enabled by default.<br><br></li>
+
 <li>No longer finds "ghosts" of certain UTF-8 characters.</li>
 <li>Makes the mouse usable again for clicking on shortcuts.</li>
 <li>Fixes several syntax coloring issues.</li>