1 <?php $title="History"; include "top.php"; ?>
3 <table BORDER=0 CELLSPACING=0 WIDTH="100%">
8 <center><b>History</b></center>
13 Improvements made in version 2.6:<br>
15 <table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
18 <li>Trailing whitespace can be snipped from justified paragraphs.</li>
19 <li>Better feedback when a file is unwritable or a directory inaccessible.</li>
20 <li>Bindable functions for deleting a word to the left and to the right.</li>
21 <li>A bindable function for saving the current file without prompting for its name.<br><br></li>
23 <li>Commenting/uncommenting lines with a single keystroke (M-3).</li>
24 <li>Resizing the window does not exit from help viewer nor file browser.</li>
25 <li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li>
26 <li>A steadier movement of the highlight in the file browser.</li>
34 Improvements made in version 2.4:<br>
36 <table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
39 <li>The ability to give different colors to title bar, status bar and help lines.</li>
40 <li>Linter support, for automatically putting the cursor on syntax errors.</li>
41 <li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
42 <li>The undo/redo system has reached a usable state and is enabled by default.<br><br></li>
44 <li>No longer finds "ghosts" of certain UTF-8 characters.</li>
45 <li>Makes the mouse usable again for clicking on shortcuts.</li>
46 <li>Fixes several syntax coloring issues.</li>
47 <li>Adds more syntax highlighting examples (Go, guile, javascript, json, PO files, texinfo, ...).</li>
55 Improvements made in version 2.2:<br>
57 <table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
60 <li>Customizable key bindings.</li>
61 <li>Abortable searching (^C after ^W).</li>
62 <li>Partial undo/redo support [EXPERIMENTAL].</li>
63 <li>Pager support (i.e. reading from stdin).</li>
69 <li>Warnings for unwritable files and for external modification since opening.</li>
70 <li>"Soft" line wrapping (i.e. display of complete lines).</li>
71 <li>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</li>
72 <li>Faster syntax highlighting for complicated regexes.</li>
80 Improvements made in version 2.0:<br>
82 <table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
85 <li>UTF-8 support.</li>
86 <li>Improved color syntax highlighting.</li>
87 <li>Copy text without cutting it.</li>
88 <li>Verbatim input mode.</li>
89 <li>Repeat last seach (Meta-W).</li>
95 <li>Spell check/replace selected text only.</li>
96 <li>Indent marked text.</li>
97 <li>Move to beginning/end of paragraph.</li>
98 <li>Search within the file browser.</li>
99 <li>Auto-conversion of mixed file format.</li>
107 Improvements made in version 1.2:<br>
109 <table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
112 <li>More Pico compatible by default.</li>
113 <li>Smooth scrolling (-S flag).</li>
114 <li>Bracket matching (Meta-]).</li>
115 <li>.nanorc support.</li>
116 <li>Color syntax highlighting.</li>
117 <li>Search and replace history editing.</li>
118 <li>Customizable quoting string (-Q flag).</li>
124 <li>Append/prepend from write file menu.</li>
125 <li>Write selected text to file (^O after ^^).</li>
126 <li>Multiple file buffers (-F flag).</li>
127 <li>Support for Mac and DOS file format.</li>
128 <li>Saved search/replace history (-H flag).</li>
129 <li>Backup files (-B flag).</li>
130 <li>Insert output of command (^X after ^R).</li>
138 Version 1.0 had the following features:<br>
140 <table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
143 <li>Autoconf support.</li>
144 <li>Truly free license (GNU GPL).</li>
145 <li>Goto-line command without a flag.</li>
146 <li>Case-sensitive search function.</li>
147 <li>Interactive search and replace.</li>
148 <li>About half the size of the Pico binary.</li>
154 <li>Slang and ncurses support.</li>
155 <li>Autoindent abillity.</li>
156 <li>Displayed tab width option.</li>
157 <li>Regular-expression search and replace.</li>
158 <li>Toggles for command-line flags via Meta keys.</li>
159 <li>Tab completion when reading/writing files.</li>
169 <?php include "bottom.php"; ?>