]> git.wh0rd.org - nano-editor.git/blame - history.php
add the missing tabulation stuff for the news item
[nano-editor.git] / history.php
CommitLineData
14547ea6
BS
1<?php include "top.php"; ?>
2
3<title>GNU nano: History</title>
4
b959585f 5<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
14547ea6
BS
6<tr VALIGN=TOP>
7<td>
8
9<br>
10<center><b>History</b></center>
11<br>
12
13
b959585f
BS
14<blockquote><br>
15Improvements made in version 2.6:<br>
14547ea6
BS
16
17<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
18
19<UL>
20<li>Trailing whitespace can be snipped from justified paragraphs.</li>
21<li>Better feedback when a file is unwritable or a directory inaccessible.</li>
22<li>Bindable functions for deleting a word to the left and to the right.</li>
646026dc
BS
23<li>A bindable function for saving the current file without prompting for its name.<br><br></li>
24
14547ea6
BS
25<li>Commenting/uncommenting lines with a single keystroke (M-3).</li>
26<li>Resizing the window does not exit from help viewer nor file browser.</li>
27<li>On some terminals Ctrl+Left and Ctrl+Right jump to previous and next word.</li>
28<li>A steadier movement of the highlight in the file browser.</li>
29</UL>
30
31</td></tr></table>
32</blockquote>
33
34
b959585f
BS
35<blockquote><br>
36Improvements made in version 2.4:<br>
14547ea6
BS
37
38<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
39
40<UL>
b959585f 41<li>The ability to give different colors to title bar, status bar and help lines.</li>
14547ea6
BS
42<li>Linter support, for automatically putting the cursor on syntax errors.</li>
43<li>Formatter support, for normalizing the layout of a text instead of the spelling.</li>
646026dc
BS
44<li>The undo/redo system has reached a usable state and is enabled by default.<br><br></li>
45
14547ea6
BS
46<li>No longer finds "ghosts" of certain UTF-8 characters.</li>
47<li>Makes the mouse usable again for clicking on shortcuts.</li>
b959585f 48<li>Fixes several syntax coloring issues.</li>
0d3ad0db 49<li>Adds more syntax highlighting examples (Go, guile, javascript, json, PO files, texinfo, ...).</li>
14547ea6
BS
50</UL>
51
52</td></tr></table>
53</blockquote>
54
55
b959585f
BS
56<blockquote><br>
57Improvements made in version 2.2:<br>
14547ea6
BS
58
59<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
60
61<UL>
62<li>Customizable key bindings.</li>
63<li>Abortable searching (^C after ^W).</li>
64<li>Partial undo/redo support [EXPERIMENTAL].</li>
65<li>Pager support (i.e. reading from stdin).</li>
66</UL>
67
68</td><td>
69
70<UL>
71<li>Warnings for unwritable files and for external modification since opening.</li>
72<li>"Soft" line wrapping (i.e. display of complete lines).</li>
73<li>More syntax highlighting examples (Fortran, objC, OCaml, Makefiles).</li>
74<li>Faster syntax highlighting for complicated regexes.</li>
75</UL>
76
77</td></tr></table>
78</blockquote>
79
80
b959585f
BS
81<blockquote><br>
82Improvements made in version 2.0:<br>
14547ea6
BS
83
84<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
85
86<UL>
87<li>UTF-8 support.</li>
88<li>Improved color syntax highlighting.</li>
89<li>Copy text without cutting it.</li>
90<li>Verbatim input mode.</li>
0d3ad0db 91<li>Repeat last seach (Meta-W).</li>
14547ea6
BS
92</UL>
93
94</td><td>
95
96<UL>
97<li>Spell check/replace selected text only.</li>
98<li>Indent marked text.</li>
99<li>Move to beginning/end of paragraph.</li>
100<li>Search within the file browser.</li>
b959585f 101<li>Auto-conversion of mixed file format.</li>
14547ea6
BS
102</UL>
103
104</td></tr></table>
105</blockquote>
106
107
b959585f
BS
108<blockquote><br>
109Improvements made in version 1.2:<br>
14547ea6
BS
110
111<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
112
113<UL>
114<li>More Pico compatible by default.</li>
115<li>Smooth scrolling (-S flag).</li>
116<li>Bracket matching (Meta-]).</li>
117<li>.nanorc support.</li>
118<li>Color syntax highlighting.</li>
119<li>Search and replace history editing.</li>
120<li>Customizable quoting string (-Q flag).</li>
121</UL>
122
123</td><td>
124
125<UL>
126<li>Append/prepend from write file menu.</li>
127<li>Write selected text to file (^O after ^^).</li>
128<li>Multiple file buffers (-F flag).</li>
0d3ad0db 129<li>Support for Mac and DOS file format.</li>
14547ea6
BS
130<li>Saved search/replace history (-H flag).</li>
131<li>Backup files (-B flag).</li>
132<li>Insert output of command (^X after ^R).</li>
133</UL>
134
135</td></tr></table>
136</blockquote>
137
138
b959585f
BS
139<blockquote><br>
140Version 1.0 had the following features:<br>
14547ea6
BS
141
142<table BORDER=0 CELLSPACING=0 WIDTH="100%"><tr><td>
143
144<UL>
145<li>Autoconf support.</li>
b959585f
BS
146<li>Truly free license (GNU GPL).</li>
147<li>Goto-line command without a flag.</li>
148<li>Case-sensitive search function.</li>
149<li>Interactive search and replace.</li>
150<li>About half the size of the Pico binary.</li>
14547ea6
BS
151</UL>
152
153</td><td>
154
155<UL>
156<li>Slang and ncurses support.</li>
157<li>Autoindent abillity.</li>
b959585f
BS
158<li>Displayed tab width option.</li>
159<li>Regular-expression search and replace.</li>
160<li>Toggles for command-line flags via Meta keys.</li>
161<li>Tab completion when reading/writing files.</li>
14547ea6
BS
162</UL>
163
164</td></tr></table>
165</blockquote>
166
167</td>
168</tr>
169</table>
170
171<?php include "bottom.php"; ?>