]> git.wh0rd.org - nano-editor.git/blobdiff - history.php
gather the "overview" stuff into a single page, and name it better
[nano-editor.git] / history.php
diff --git a/history.php b/history.php
new file mode 100644 (file)
index 0000000..3d22121
--- /dev/null
@@ -0,0 +1,173 @@
+<?php include "top.php"; ?>
+
+<title>GNU nano: History</title>
+
+<body>
+<table BORDER=0 CELLSPACING=0 HEIGHT="70%">
+<tr VALIGN=TOP>
+<td>
+
+<br>
+<center><b>History</b></center>
+<br>
+
+
+<blockquote><br><br>
+The following improvements are available in nano version 2.6:<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
+
+<UL>
+<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>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>
+<li>A steadier movement of the highlight in the file browser.</li>
+</UL>
+
+</td></tr></table>
+</blockquote>
+
+
+<blockquote><br><br>
+The following improvements and features are available in GNU nano version 2.4:<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
+
+<UL>
+<li>The ability to give different colours to titlebar, statusbar 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>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 colouring issues.</li>
+<li>Adds more syntax highlighting examples (autoconf, changelogs, elisp, Go, guile, javascript,
+json, PO files, postgresql, texinfo).</li>
+</UL>
+
+</td></tr></table>
+</blockquote>
+
+
+<blockquote><br><br>
+The following improvements and features are available in version 2.2:<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
+
+<UL>
+<li>Customizable key bindings.</li>
+<li>Abortable searching (^C after ^W).</li>
+<li>Partial undo/redo support [EXPERIMENTAL].</li>
+<li>Pager support (i.e. reading from stdin).</li>
+</UL>
+
+</td><td>
+
+<UL>
+<li>Warnings for unwritable files and for external modification since opening.</li>
+<li>"Soft" line wrapping (i.e. display of complete lines).</li>
+<li>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</li>
+<li>Faster syntax highlighting for complicated regexes.</li>
+</UL>
+
+</td></tr></table>
+</blockquote>
+
+
+<blockquote><br><br>
+The following improvements and features are available in version 2.0:<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
+
+<UL>
+<li>UTF-8 support.</li>
+<li>Improved color syntax highlighting.</li>
+<li>Copy text without cutting it.</li>
+<li>Verbatim input mode.</li>
+<li>Repeat last seach without confirmation (Meta-W).</li>
+</UL>
+
+</td><td>
+
+<UL>
+<li>Spell check/replace selected text only.</li>
+<li>Indent marked text.</li>
+<li>Move to beginning/end of paragraph.</li>
+<li>Search within the file browser.</li>
+<li>Auto-conversion of mixed file format</li>
+</UL>
+
+</td></tr></table>
+</blockquote>
+
+
+<blockquote><br><br>
+The following new and changed features are available in version 1.2:<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
+
+<UL>
+<li>More Pico compatible by default.</li>
+<li>Smooth scrolling (-S flag).</li>
+<li>Bracket matching (Meta-]).</li>
+<li>.nanorc support.</li>
+<li>Color syntax highlighting.</li>
+<li>Search and replace history editing.</li>
+<li>Customizable quoting string (-Q flag).</li>
+</UL>
+
+</td><td>
+
+<UL>
+<li>Append/prepend from write file menu.</li>
+<li>Write selected text to file (^O after ^^).</li>
+<li>Multiple file buffers (-F flag).</li>
+<li>Mac/Dos/NoConvert file format (-M, -D, -N).</li>
+<li>Saved search/replace history (-H flag).</li>
+<li>Backup files (-B flag).</li>
+<li>Insert output of command (^X after ^R).</li>
+</UL>
+
+</td></tr></table>
+</blockquote>
+
+
+<blockquote><br><br>
+Version 1.0 of GNU nano had the following features:<br>
+
+<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
+
+<UL>
+<li>Autoconf support.</li>
+<li>Truly free license (GNU GPL).&nbsp;</li>
+<li>Goto-line# command without a flag.&nbsp;</li>
+<li>Case-sensitive search function.&nbsp;</li>
+<li>Interactive search and replace.&nbsp;</li>
+<li>2/3 - 1/8 size of Pico binary.</li>
+</UL>
+
+</td><td>
+
+<UL>
+<li>Slang and ncurses support.</li>
+<li>Autoindent abillity.</li>
+<li>Displayed tab width option.&nbsp;</li>
+<li>Regular expression search and replace.&nbsp;</li>
+<li>Toggles for command-line flags via Meta keys.&nbsp;</li>
+<li>Tab completion when reading/writing files.&nbsp;</li>
+</UL>
+
+</td></tr></table>
+</blockquote>
+
+</td>
+</tr>
+</table>
+
+<?php include "bottom.php"; ?>