]> git.wh0rd.org - nano-editor.git/blame - news.php
italicize the older release names too
[nano-editor.git] / news.php
CommitLineData
5704db4e 1<?php $title="News"; include "top.php"; ?>
563ba55f 2
0ac4ace2 3<table border=0 width="100%">
cb81e8d7
BS
4<tr>
5<td>
319d9c47
BS
6<br><br>
7<center><b><big>News</big></b></center>
50070c05
BS
8</td>
9</tr>
10
11<tr align="center">
12<td>
e2ca83a4 13<br><br>
99d848e6 14
2764bd16 152024 May 1 - <b>GNU nano 8.0</b> <i>"Grus grus"</i>
a90297d4
BS
16<br>
17<table><tr><td><ul>
18<li>By default <tt>^F</tt> is bound to starting a forward search, and <tt>^B</tt> to<br>
19 starting a backward search, while <tt>M-F</tt> and <tt>M-B</tt> repeat the search<br>
20 in the corresponding direction. (See the documentation if you<br>
21 want the old bindings back.)</li>
07cd950a 22<li>Command-line option <tt>--modernbindings</tt> (<tt>-/</tt>) makes <tt>^Q</tt> quit, <tt>^X</tt> cut,<br>
7b746b3c
BS
23 <tt>^C</tt> copy, <tt>^V</tt> paste, <tt>^Z</tt> undo, <tt>^Y</tt> redo, <tt>^O</tt> open a file, <tt>^W</tt> write a file,<br>
24 <tt>^R</tt> replace, <tt>^G</tt> find again, <tt>^D</tt> find again backwards, <tt>^A</tt> set the mark,<br>
25 <tt>^T</tt> jump to a line, <tt>^P</tt> show the position, and <tt>^E</tt> execute.</li>
2764bd16
BS
26<li>Above modern bindings are activated also when the name of<br>
27 nano's executable (or a symlink to it) starts with the letter "e".</li>
a90297d4 28<li>To open a file at a certain line number, one can now use also<br>
07cd950a 29 <tt>nano filename:number</tt>, besides <tt>nano +number filename</tt>.</li>
a90297d4
BS
30<li>&lt;Alt+Home&gt; and &lt;Alt+End&gt; put the cursor on the first and last<br>
31 row in the viewport, while retaining the horizontal position.</li>
32<li>When the three digits in an #RGB color code are all the same,<br>
33 the code is mapped to the xterm grey scale, giving access to<br>
34 fourteen levels of grey instead of just four.</li>
35<li>For easier access, <tt>M-"</tt> is bound to placing/removing an anchor,<br>
36 and <tt>M-'</tt> to jumping to the next anchor.</li>
37<li>Whenever an error occurs, the keystroke buffer is cleared, thus<br>
38 stopping the execution of a macro or a string bind.</li>
39<li>The mousewheel scrolls the viewport instead of moving the cursor.</li>
40</ul></td></tr></table>
41<br><br>
42
43
32b45c05 442023 January 18 - <b>GNU nano 7.2</b> <i>"Boer doe mij 't hekke l&ouml;s!"</i>
9e53a8f7
BS
45<br>
46<table><tr><td><ul>
47<li>&lt;Shift+Insert&gt; is prevented from pasting in view mode.</li>
48</ul></td></tr></table>
49<br><br>
50
32b45c05 512022 December 14 - <b>GNU nano 7.1</b> <i>"And the devices shall be made of wood"</i>
385b36e2
BS
52<br>
53<table><tr><td><ul>
54<li>When <tt>--autoindent</tt> and <tt>--breaklonglines</tt> are combined, pressing<br>
55 &lt;Enter&gt; at a specific position no longer eats characters.</li>
56</ul></td></tr></table>
57<br><br>
58
32b45c05 592022 November 15 - <b>GNU nano 7.0</b> <i>"Una existencia simple bajo el sol"</i>
be21dffb
BS
60<br>
61<table><tr><td><ul>
62<li>String binds may contain bindable function names between braces.<br>
63 For example, to move the current line down to after the next one:<br>
64 <tt>bind ^D "{cut}{down}{paste}{up}" main</tt>. Of course, braced function<br>
65 names may be mixed with literal text. If an existing string bind<br>
66 contains a literal <tt>{</tt>, replace it with <tt>{{}</tt>.</li>
67<li>Unicode codes can be entered (via <tt>M-V</tt>) without leading zeroes,<br>
68 by finishing short codes with &lt;Space&gt; or &lt;Enter&gt;.</li>
69<li>Word completion (<tt>^]</tt>) looks for candidates in all open buffers.</li>
70<li>No regular expression matches the final empty line any more.</li>
71</ul></td></tr></table>
72<br><br>
73
74
32b45c05 752022 August 2 - <b>GNU nano 6.4</b> <i>"Regentag Dunkelbunt Hundertwasser"</i>
877a14fc
BS
76<br>
77<table><tr><td><ul>
78<li>The file browser does not crash when moving up to the root folder.</li>
79<li>Softwrapping very long lines is done more efficiently.</li>
80<li>Invoking the formatter does not blink the screen.</li>
81</ul></td></tr></table>
82<br><br>
83
32b45c05 842022 April 28 - <b>GNU nano 6.3</b> <i>"Wat zullen we drinken? Wat een dorst!"</i>
060a6131
BS
85<br>
86<table><tr><td><ul>
9cb2f064 87<li>For multiline regexes, text is now colored as soon as a start match<br>
060a6131
BS
88 is found, also when there is no end match at all.</li>
89<li>The colorizing of any line is stopped after two thousand bytes,<br>
90 to avoid frustrating delays.</li>
91<li>When environment variable <tt>NO_COLOR</tt> is set, the two default colors<br>
92 (yellow for the spotlight, red for error messages) are suppressed<br>
93 when no interface colors are specified in a nanorc file.</li>
94<li>Full justification and piping the whole buffer through a command<br>
95 now keep the cursor at the same line number.</li>
96<li>Utility <tt>xsel</tt> can be used to copy a marked region to the system's<br>
97 clipboard. See <tt>doc/sample.nanorc</tt> for an example.</li>
98</ul></td></tr></table>
99<br><br>
100
32b45c05 1012022 February 18 - <b>GNU nano 6.2</b> <i>"Kamperfoelie"</i>
2745bc14
BS
102<br>
103<table><tr><td><ul>
104<li>The file browser clears the prompt bar also when using <tt>--minibar</tt>.</li>
105<li>Linting now works also with a newer 'pyflakes'.</li>
106</ul></td></tr></table>
107<br><br>
108
32b45c05 1092022 February 9 - <b>GNU nano 6.1</b> <i>"Re&#x21B;elele de socializare sunt ca un frigider"</i>
0ce2f4ef
BS
110<br>
111<table><tr><td><ul>
e5478013
BS
112<li>The behavior of <tt>^K</tt> at a prompt has been enhanced: when there<br>
113 is text after the cursor, just this text is erased. (In the usual<br>
114 situation, however, when the cursor is at the end of the answer,<br>
115 the behavior is as before: the whole answer is erased.)</li>
0ce2f4ef
BS
116<li>At a prompt, <tt>M-6</tt> copies the current answer into the cutbuffer.</li>
117<li>Large external pastes into nano are handled more quickly.</li>
118</ul></td></tr></table>
119<br><br>
120
32b45c05 1212021 December 15 - <b>GNU nano 6.0</b> <i>"Humor heeft ook zijn leuke kanten"</i>
24781d9c
BS
122<br>
123<table><tr><td><ul>
124<li>Option <tt>--zero</tt> hides the title bar, status bar and help lines, and<br>
125 uses all rows of the terminal as editing area. The title bar and<br>
126 status bar can be toggled with <tt>M-Z</tt>.</li>
127<li>Colors can now be specified also as three-digit hexadecimal numbers,<br>
128 in the format <tt>#rgb</tt>. This picks from the 216 index colors (that most<br>
129 terminals know) the color that is nearest to the given values.</li>
130<li>For users who dislike numbers, there are fourteen new color names:<br>
131 rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,<br>
132 tawny, brick, and crimson.</li>
133<li>Suspension is enabled by default, invokable with <tt>^T^Z</tt>. The options<br>
134 <tt>-z</tt>, <tt>--suspendable</tt>, and 'set suspendable' are obsolete and ignored.<br>
135 (In case you want to be able to suspend nano with a single keystroke,<br>
136 you can put 'bind ^Z suspend main' in your nanorc.)</li>
137<li>When automatic hard-wrapping is in effect, pasting just a few words<br>
138 (without a line break) will now hard-wrap the line when needed.</li>
139<li>Toggling Append or Prepend clears the current filename.</li>
140<li>The word count as shown by <tt>M-D</tt> is now affected by option --wordbounds;<br>
141 with it, nano counts words as 'wc' does; without it (the new default),<br>
142 words are counted in a more human way: seeing punctuation as space.</li>
143<li>The YAML syntax file is now actually included in the tarball.</li>
144</ul></td></tr></table>
145<br><br>
146
147
32b45c05 1482021 October 6 - <b>GNU nano 5.9</b> <i>"El manicomio ha decidido: ma&ntilde;ana sol!"</i>
a5abf02d
BS
149<br>
150<table><tr><td><ul>
151<li>The extension of a filename is added to the name of a corresponding<br>
c080b5b8
BS
152 temporary file, so that spell checking a C file, for example, will check<br>
153 only the comments and strings (when using 'aspell').</li>
a5abf02d
BS
154<li>The process number is added to the name of an emergency save file,<br>
155 so that when multiple nanos die they will not fight over a filename.</li>
156<li>Undoing a cutting operation will restore an anchor that was located<br>
157 in the cut area to its original line.</li>
e28fd2ae 158<li>When using <tt>--locking</tt>, saving a new buffer will create a lock file.</li>
a5abf02d
BS
159<li>Syntax highlighting for YAML files has been added.</li>
160</ul></td></tr></table>
161<br><br>
162
32b45c05 1632021 June 15 - <b>GNU nano 5.8</b> <i>"Why is it necessary to be special?"</i>
880921a4
BS
164<br>
165<table><tr><td><ul>
166<li>After a search, the spotlighting is dropped after 1.5 seconds (0.8<br>
167 seconds with <tt>--quick</tt>) to avoid the idea that the text is selected.</li>
377f9fc5
BS
168<li>A <tt>+</tt> and a space before a filename on the command line will put<br>
169 the cursor at the end of the corresponding buffer.</li>
880921a4
BS
170<li>Linter messages no longer include filename and line/column numbers.</li>
171<li>Color name "grey" or "gray" can be used instead of "lightblack".</li>
172<li>The color of the minibar can be chosen with 'set minicolor'.</li>
173</ul></td></tr></table>
174<br><br>
175
32b45c05 1762021 April 29 - <b>GNU nano 5.7</b> <i>"To&#x21B;i ceilal&#x21B;i arau c&acirc;mpurile"</i>
3a2d03c4
BS
177<br>
178<table><tr><td><ul>
179<li>The output of <tt>--constantshow</tt> (without <tt>--minibar</tt>) is more stable.</li>
180<li>When opening multiple buffers and there is an error message, this<br>
181 message is shown again upon first switch to the relevant buffer.</li>
182<li>The position and size of the indicator now follow actual lines,<br>
183 instead of visual lines when in softwrap mode, meaning that the<br>
184 size of the indicator can change when scrolling in softwrap mode.</li>
185</ul></td></tr></table>
186<br><br>
187
32b45c05 1882021 March 3 - <b>GNU nano 5.6.1</b> <i>"Geelgors"</i>
2e8352ec
BS
189<br>
190<table><tr><td><ul>
191<li>Search matches are properly colorized in softwrap mode too.</li>
192<li>Option 'highlightcolor' has been renamed to 'spotlightcolor'.</li>
193</ul></td></tr></table>
194<br><br>
195
32b45c05 1962021 February 24 - <b>GNU nano 5.6</b> <i>"Wielewaal"</i>
d2a54053
BS
197<br>
198<table><tr><td><ul>
199<li>A search match gets highlighted (in black on yellow by default),<br>
200 in addition to placing the cursor at the start of the match.<br>
201 The color combination can be changed with 'set highlightcolor'.<br>
202 By default the cursor is hidden until the next keystroke, but<br>
85194e5b 203 it can be forced on with <tt>--showcursor</tt> / 'set showcursor'.</li>
d2a54053
BS
204<li>Option <tt>--markmatch</tt> / 'set markmatch' has been removed.</li>
205<li>Cursor position and character code are displayed in the minibar<br>
206 only when option <tt>--constantshow</tt> / 'set constantshow' is used,<br>
207 and their display can be toggled with <tt>M-C</tt>.</li>
208<li>The state flags are displayed in the minibar only when option<br>
209 <tt>--stateflags</tt> / 'set stateflags' is used.</li>
210</ul></td></tr></table>
211<br><br>
212
32b45c05 2132021 January 14 - <b>GNU nano 5.5</b> <i>"Rebecca"</i>
3dfa6adf
BS
214<br>
215<table><tr><td><ul>
216<li>Option 'set minibar' makes nano suppress the title bar and instead<br>
217 show a bar with basic editing information at the bottom: file name<br>
218 (plus an asterisk when the buffer is modified), the cursor position<br>
219 (line,column), the character under the cursor (U+xxxx), the flags<br>
220 that <tt>--stateflags</tt> normally shows, plus the percentage of the buffer<br>
221 that is above the cursor.</li>
222<li>With 'set promptcolor' the color combination of the prompt bar can<br>
223 be changed, to allow contrasting it with the mini bar (which always<br>
224 has the same color as the title bar).</li>
225<li>Option 'set markmatch' highlights the result of a successful search<br>
226 by putting the mark at the end of the match, making the match more<br>
227 visible. It also suppresses the cursor until the next keystroke.<br>
228 (If you dislike the hiding of the cursor, use 'set showcursor'.)</li>
229<li>The bindable toggle 'nowrap' has been renamed to 'breaklonglines',<br>
230 to match the corresponding option, like for all other toggles.</li>
231<li>Support for Slang has been removed.</li>
232</ul></td></tr></table>
233<br><br>
234
32b45c05 2352020 December 2 - <b>GNU nano 5.4</b> <i>"Terre des hommes"</i>
5789b38a
BS
236<br>
237<table><tr><td><ul>
21e174f3
BS
238<li>Moving the cursor now skips over combining characters (and<br>
239 other zero-width characters). Deleting a character deletes<br>
240 also any succeeding zero-width characters, but backspacing<br>
241 deletes just one character at a time.</li>
5789b38a
BS
242</ul></td></tr></table>
243<br><br>
244
32b45c05 2452020 October 7 - <b>GNU nano 5.3</b> <i>"Revolution!"</i>
1c73aaaa
BS
246<br>
247<table><tr><td><ul>
248<li>Option 'set stateflags' makes nano show the state of auto-indenting,<br>
249 the mark, hard-wrapping, macro recording, and soft-wrapping in the<br>
250 title bar. The flags take the place of "Modified", and a modified<br>
251 buffer is instead indicated by an asterisk (*) after its name.</li>
252<li>Nano no longer by default tries using libmagic to determine the type<br>
253 of a file (when neither filename nor first line gave a clue), because<br>
254 in most cases it is a waste of time. It requires using the option<br>
255 <tt>--magic</tt> or <tt>-!</tt> or 'set magic' to make nano try libmagic.</li>
256<li>The color of the indicator can be changed with 'set scrollercolor'.</li>
257</ul></td></tr></table>
258<br><br>
259
32b45c05 2602020 August 24 - <b>GNU nano 5.2</b> <i>"Ranrapalca"</i>
6ad13f56
BS
261<br>
262<table><tr><td><ul>
263<li>Making certain replacements after a large paste does not crash.</li>
264<li>Hitting a toggle at the Search prompt does not clear the answer.</li>
265<li>Using <tt>--positionlog</tt> does not complain at the first start.</li>
266<li>A macro containing a Search command will not sometimes fail.</li>
267</ul></td></tr></table>
268<br><br>
269
32b45c05 2702020 August 12 - <b>GNU nano 5.1</b> <i>"Cantabria"</i>
d8f59a36
BS
271<br>
272<table><tr><td><ul>
273<li><tt>M-Bsp</tt> (Alt+Backspace) deletes a word backwards, like in Bash.</li>
274<li><tt>M-[</tt> has become bindable. (Be careful, though: as it is the<br>
275 starting combination of many escape sequences, avoid gluing<br>
276 it together with other keystrokes, like in a macro.)</li>
f285c48d
BS
277<li>With <tt>--indicator</tt> and <tt>--softwrap</tt>, the first keystroke in an<br>
278 empty buffer does not crash.</li>
d8f59a36
BS
279<li>Invoking the formatter while text is marked does not crash.</li>
280<li>In UTF-8 locales, an anchor is shown as a diamond.</li>
281</ul></td></tr></table>
282<br><br>
283
32b45c05 2842020 July 29 - <b>GNU nano 5.0</b> <i>"Among the fields of barley"</i>
7587be57
BS
285<br>
286<table><tr><td><ul>
287<li>With <tt>--indicator</tt> (or <tt>-q</tt> or 'set indicator') nano will show a kind<br>
288 of scrollbar on the righthand side of the screen to indicate where<br>
289 in the buffer the viewport is located and how much it covers.</li>
290<li>With &lt;Alt+Insert&gt; any line can be "tagged" with an anchor, and<br>
291 &lt;Alt+PageUp&gt; and &lt;Alt+PageDown&gt; will jump to the nearest anchor.<br>
292 When using line numbers, an anchor is shown as "+" in the margin.</li>
293<li>The Execute Command prompt is now directly accessible from the<br>
294 main menu (with <tt>^T</tt>, replacing the Spell Checker). The Linter,<br>
295 Formatter, Spell Checker, Full Justification, Suspension, and<br>
296 Cut-Till-End functions are available in this menu too.</li>
297<li>On terminals that support at least 256 colors, nine new color<br>
298 names are available: pink, purple, mauve, lagoon, mint, lime,<br>
299 peach, orange, and latte. These do not have lighter versions.</li>
300<li>For the color names red, green, blue, yellow, cyan, magenta,<br>
301 white, and black, the prefix 'light' gives a brighter color.<br>
302 Prefix 'bright' is deprecated, as it means both bold AND light.</li>
303<li>All color names can be preceded with "bold," and/or "italic,"<br>
304 (in that order) to get a bold and/or italic typeface.</li>
305<li>With <tt>--bookstyle</tt> (or <tt>-O</tt> or 'set bookstyle') nano considers any<br>
306 line that begins with whitespace as the start of a paragraph.</li>
307<li>Refreshing the screen with <tt>^L</tt> now works in every menu.</li>
308<li>In the main menu, <tt>^L</tt> also centers the line with the cursor.</li>
1bfd5748 309<li>Toggling the help lines with <tt>M-X</tt> now works in all menus except<br>
7587be57
BS
310 in the help viewer and the linter.</li>
311<li>At a filename prompt, the first &lt;Tab&gt; lists the possibilities,<br>
312 and these are listed near the bottom instead of near the top.</li>
313<li>Bindable function 'curpos' has been renamed to 'location'.</li>
314<li>Long option <tt>--tempfile</tt> has been renamed to <tt>--saveonexit</tt>.</li>
315<li>Short option <tt>-S</tt> is now a synonym of <tt>--softwrap</tt>.</li>
316<li>The New Buffer toggle (<tt>M-F</tt>) has become non-persistent. Options<br>
1bfd5748 317 <tt>--multibuffer</tt> and 'set multibuffer' still make it default to on.</li>
7587be57
BS
318<li>Backup files will retain their group ownership (when possible).</li>
319<li>Data is synced to disk before "... lines written" is shown.</li>
320<li>The raw escape sequences for <tt>F13</tt> to <tt>F16</tt> are no longer recognized.</li>
321<li>Distro-specific syntaxes, and syntaxes of less common languages,<br>
322 have been moved down to subdirectory syntax/extra/. The affected<br>
323 distros and others may wish to move wanted syntaxes one level up.</li>
324<li>Syntaxes for Markdown, Haskell, and Ada were added.</li>
325</ul></td></tr></table>
326<br><br>
327
32b45c05 3282020 May 23 - <b>GNU nano 4.9.3</b> <i>"Almendras"</i>
f0146453
BS
329<br><br>
330<table><tr><td>
bfb390e0 331 One more bug introduced in version 4.9 is fixed: a crash when<br>
f0146453
BS
332 the terminal screen is resized while at a lock-file prompt.
333</td></tr></table>
334<br><br>
335
32b45c05 3362020 April 7 - <b>GNU nano 4.9.2</b> <i>"Mali Lo&scaron;inj"</i>
f0146453 337<br><br>
c78fafd2
BS
338<table><tr><td>
339 Another bug introduced in version 4.9 is fixed: a likely crash<br>
cba23c33 340 after undoing an &lt;Enter&gt; at the end of leading whitespace.
c78fafd2
BS
341</td></tr></table>
342<br><br>
343
32b45c05 3442020 March 31 - <b>GNU nano 4.9.1</b> <i>"Sapperdeflap"</i>
f0146453 345<br><br>
cded4212 346<table><tr><td>
5ba12afa
BS
347 Two bugs introduced in version 4.9 are fixed: the cursor<br>
348 getting misplaced when undoing line cuts, and filtering<br>
349 of the whole buffer to a new buffer not working.
cded4212
BS
350</td></tr></table>
351<br><br>
352
32b45c05 3532020 March 24 - <b>GNU nano 4.9</b> <i>"die fetten Jahre sind vorbei"</i>
09f8b5f0
BS
354<br>
355<table><tr><td><ul>
356<li>When justifying a selection, the new paragraph and the<br>
357 succeeding one get the appropriate first-line indent.</li>
358<li>Trying to justify an empty selection does not crash.</li>
359<li>Redoing the insertion of an empty file does not crash.</li>
360<li>On the BSDs and macOS, <tt>^H</tt> has become rebindable again<br>
361 (in most terminal emulators, not on the console).</li>
362<li>DOS line endings in nanorc files are accepted.</li>
363<li>Option <tt>--suspend</tt> / 'set suspend' has been renamed to<br>
364 the more logical <tt>--suspendable</tt> / 'set suspendable'.</li>
365</ul></td></tr></table>
366<br><br>
367
32b45c05 3682020 February 7 - <b>GNU nano 4.8</b> <i>"Ja&scaron;ka"</i>
01a85566
BS
369<br>
370<table><tr><td><ul>
371<li>When something is pasted into nano, auto-indentation is suppressed,<br>
372 and the paste can be undone as a whole with a single <tt>M-U</tt>.</li>
373<li>When a lock file is encountered during startup, pressing <tt>^C</tt>/Cancel<br>
374 quits nano. (Pressing 'No' just skips the file and continues.)</li>
375<li>Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.<br>
376 Making any such binding dismisses the default behavior of ignoring<br>
377 Shift for all Meta+letter keystrokes.</li>
378<li>The configuration option <tt>--with-slang</tt> (to be avoided when possible)<br>
379 can now be used only together with <tt>--enable-tiny</tt>.</li>
380<li>A custom nanorc file can be specified on the command line, with<br>
381 <tt>-f filename</tt> or <tt>--rcfile=filename</tt>.</li>
382</ul></td></tr></table>
383<br><br>
384
32b45c05 3852019 December 23 - <b>GNU nano 4.7</b> <i>"Havikskruid"</i>
fa82a7df
BS
386<br>
387<table><tr><td><ul>
21d362bb
BS
388<li>A &lt;Tab&gt; will indent a marked region only when mark and cursor are<br>
389 on different lines.</li>
390<li>Two indentations (any mix of tabs and spaces) are considered the<br>
391 same when they look the same (that is: indent to the same level).</li>
392<li>When using <tt>--breaklonglines</tt> or <tt>^J</tt>, a line will never be broken in<br>
393 its leading whitespace or quoting.</li>
394<li>The keywords in nanorc files must be in lowercase.</li>
fa82a7df
BS
395</ul></td></tr></table>
396<br><br>
21d362bb 397
32b45c05 3982019 November 29 - <b>GNU nano 4.6</b> <i>"And don't you eat that yellow snow"</i>
fb86bd83
BS
399<br>
400<table><tr><td><ul>
401<li>The 'formatter' command has returned, bound by default to <tt>M-F</tt>.<br>
402 It allows running a syntax-specific command on the contents of<br>
403 the buffer.</li>
36934144 404<li><tt>^T</tt> will try to run 'hunspell' before 'spell', because it checks<br>
f9aef8a0 405 spelling for the locale's language and understands UTF-8.</li>
fb86bd83
BS
406<li>Multiple errors or warnings on startup will no longer slow nano<br>
407 down but will be indicated on the status bar with trailing dots.</li>
408</ul></td></tr></table>
409<br><br>
410
32b45c05 4112019 October 4 - <b>GNU nano 4.5</b> <i>"Ko&scaron;ice"</i>
a739c60d
BS
412<br>
413<table><tr><td><ul>
414<li>The new 'tabgives' command allows you to specify per syntax what<br>
415 the &lt;Tab&gt; key should produce: some spaces, a hard TAB, ...</li>
416<li>The output of <tt>--help</tt> is properly aligned again for all languages.</li>
417<li>&lt;Tab&gt; will indent a marked region also when <tt>M-}</tt> has been rebound.</li>
418</ul></td></tr></table>
419<br><br>
420
32b45c05 4212019 August 25 - <b>GNU nano 4.4</b> <i>"Hagelslag"</i>
fcb625d4 422<br>
ae82a2d1
BS
423<table><tr><td><ul>
424<li>At startup, the cursor can be put on the first or last occurrence<br>
425 of a string by preceding the filename with <tt>+/string</tt> or <tt>+?string</tt>.</li>
426<li>When automatic hard-wrapping occurs (<tt>--breaklonglines</tt>), any leading<br>
427 quoting characters will be automatically copied to the new line.</li>
a739c60d 428<li><tt>M-6</tt> works again also when the cursor is at end of buffer.</li>
ae82a2d1 429</ul></td></tr></table>
fcb625d4 430<br><br>
ae82a2d1 431
32b45c05 4322019 June 18 - <b>GNU nano 4.3</b> <i>"Musa Kart"</i>
fcb625d4 433<br>
84553b52
BS
434<table><tr><td><ul>
435<li>The ability to read from and write to a FIFO has been regained.</li>
c0610592 436<li>Opening a file no longer triggers an inotify CLOSE_WRITE event.</li>
84553b52
BS
437<li>Startup time is reduced by fully parsing a syntax only when needed.</li>
438<li>Asking for help (<tt>^G</tt>) when using <tt>--operatingdir</tt> does not crash.</li>
439<li>The reading of a huge or slow file can be stopped with <tt>^C</tt>.</li>
440<li>Cut, zap, and copy operations are undone separately when intermixed.</li>
441<li><tt>M-D</tt> reports the correct number of lines (zero for an empty buffer).</li>
442</ul></td></tr></table>
fcb625d4 443<br><br>
84553b52 444
32b45c05 4452019 April 24 - <b>GNU nano 4.2</b> <i>"Tax the rich, pay the teachers"</i>
fcb625d4 446<br>
616ce731
BS
447<table><tr><td><ul>
448<li>The integrated spell checker does not crash when 'spell' is missing.</li>
094a026a 449<li>Option <tt>--breaklonglines</tt> works also when <tt>--ignorercfiles</tt> is used.</li>
616ce731
BS
450<li>Automatic hard-wrapping is more persistent in pushing words to the<br>
451 same overflow line.</li>
452</ul></td></tr></table>
fcb625d4 453<br><br>
616ce731 454
32b45c05 4552019 April 15 - <b>GNU nano 4.1</b> <i>"Qu&eacute; corchos ser&aacute; eso?"</i>
fcb625d4 456<br>
f5d848f8 457<table><tr><td><ul>
3a9f2f9b 458<li>By default, a newline character is again automatically added at the<br>
f5d848f8 459 end of a buffer, to produce valid POSIX text files by default, but<br>
3a9f2f9b 460 also to get back the easy adding of text at the bottom.</li>
094a026a 461<li>The now unneeded option <tt>--finalnewline</tt> (<tt>-f</tt>) has been removed.</li>
f5d848f8
BS
462<li>Syntax files are read in alphabetical order when globbing, so that<br>
463 the precedence of syntaxes becomes predictable.</li>
464<li>In the C syntax, preprocessor directives are highlighted differently.</li>
094a026a 465<li><tt>M-S</tt> now toggles soft wrapping, and <tt>M-N</tt> toggles line numbers.</li>
f5d848f8 466<li>The jumpy-scrolling toggle has been removed.</li>
094a026a 467<li>The legacy keystrokes <tt>^W^Y</tt> and <tt>^W^V</tt> are recognized again.</li>
f5d848f8
BS
468<li>Executing an external command is disallowed when in view mode.</li>
469<li>Problems with resizing during external or speller commands were fixed.</li>
470</ul></td></tr></table>
fcb625d4 471<br><br>
f5d848f8 472
32b45c05 4732019 March 24 - <b>GNU nano 4.0</b> <i>"Thy Rope of Sands"</i>
fcb625d4 474<br>
e2ca83a4
BS
475<table><tr><td><ul>
476<li>An overlong line is no longer automatically hard-wrapped.</li>
477<li>Smooth scrolling (one line at a time) has become the default.</li>
478<li>A newline character is no longer automatically added at end of buffer.</li>
479<li>The line below the title bar is by default part of the editing space.</li>
094a026a
BS
480<li>Option <tt>--breaklonglines</tt> (<tt>-b</tt>) turns automatic hard-wrapping back on.</li>
481<li>Option <tt>--jumpyscrolling</tt> (<tt>-j</tt>) gives the chunky, half-screen scrolling.</li>
482<li>Option <tt>--finalnewline</tt> (<tt>-f</tt>) brings back the automatic newline at EOF.</li>
483<li>Option <tt>--emptyline</tt> (<tt>-e</tt>) leaves the line below the title bar unused.</li>
d94a27bb 484<li>&lt;Alt+Up&gt; and &lt;Alt+Down&gt; now do a linewise scroll instead of a findnext.</li>
e2ca83a4
BS
485<li>Any number of justifications can be undone (like all other operations).</li>
486<li>When marked text is justified, it becomes a single, separate paragraph.</li>
094a026a
BS
487<li>Option <tt>--guidestripe=&lt;number&gt;</tt> draws a vertical bar at the given column.</li>
488<li>Option <tt>--fill=&lt;number&gt;</tt> no longer turns on automatic hard-wrapping.</li>
47ae3021 489<li>When a line continues offscreen, it now ends with a highlighted "&gt;".</li>
616ce731 490<li>The halves of a split two-column character are shown as "[" and "]".</li>
e2ca83a4
BS
491<li>A line now scrolls horizontally one column earlier.</li>
492<li>The bindable functions 'cutwordleft' and 'cutwordright' were renamed<br>
493 to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer.</li>
494<li>The paragraph-jumping functions were moved from Search to Go-to-Line.</li>
094a026a
BS
495<li>Option <tt>--rebinddelete</tt> is able to compensate for more misbindings.</li>
496<li>Options <tt>--morespace</tt> and <tt>--smooth</tt> are obsolete and thus ignored.</li>
497<li>The <tt>--disable-wrapping-as-root</tt> configure option was removed.</li>
e2ca83a4 498</ul></td></tr></table>
99d848e6
BS
499<br>
500
50070c05 501<pre>
2ea62bdc 502
eb64fc57
BS
5032018 November 11
504
1bbb16e2 505GNU nano 3.2 <i>"Het kromme hout"</i> changes the default binding
eb64fc57
BS
506for the linter to M-B so that the spell checker (^T) can
507always be used, and changes (when linting) the text in the
508title bar and the color of the status bar to make linting
509mode more obvious. It also adds a bindable 'zap' function
510for deleting a line or marked region without changing the
67c6d961 511cutbuffer, adds --zap to bind the &lt;Del&gt; and &lt;Backspace&gt;
eb64fc57 512keys to the zap function when something is marked, and
67c6d961 513hard-binds &lt;Alt+Del&gt; to 'zap'. Furthermore, it shows the
eb64fc57
BS
514cursor also in the help viewer (when --showcursor is used),
515renames the bindable functions 'prevhistory' to 'older' and
516'nexthistory' to 'newer' (update your nanorcs when needed),
517reads the nanorc files also in restricted mode to allow
518customization by the user (if this should not be allowed,
519use --ignorercfiles in addition to --restricted), allows
520in view mode to open also other files (if this should not
521be allowed, use --restricted in addition to --view), makes
522resizes respect a relative --fill again, no longer binds
523F13...F15 by default, properly re-highlights a misspelled
524word after invoking help in the internal spell checker,
525and does not skip Unicode characters in string binds.
526
527
528
4c396222
BS
5292018 September 18
530
1bbb16e2 531GNU nano 3.1 <i>"Je faisais des bonds comme &ccedil;a!"</i> fixes a
4c396222
BS
532misbinding of ^H on some terminals and some systems,
533does not leave stray stuff after the prompt upon exit
534when having suspended nano while using --constantshow,
535and does not allow to toggle to Replace in view mode.
536
537
538
3f0eb75c
BS
5392018 September 9
540
1bbb16e2 541GNU nano 3.0 <i>"Water Flowing Underground"</i> speeds up the
3f0eb75c
BS
542reading of a file by seventy percent, roughly doubles the
543speed of handling ASCII text, changes the way words at line
0c351168
BS
544boundaries are deleted, makes &lt;Ctrl+Delete&gt; wipe the next
545word and &lt;Ctrl+Shift+Delete&gt; the preceding word, binds M-Q
3f0eb75c
BS
546to 'findprevious' by default (the Tabs-to-Spaces toggle is
547placed on M-O, and the More-Space toggle is fully removed),
548makes an external spell check undoable, shows the correct
549number of lines on the status bar when opening multiple
550files, removes the 'formatter' command, removes the
551'searchagain' bindable function (M-W is now bound to
552'findnext' by default), moves the No-Convert toggle to the
553Insert menu, removes the Backup and New-Buffer toggles from
554the main menu (they remain in the Write-Out and Insert
555menus, respectively), is more precise in what it accepts as
0c351168 556a rebindable key name, ignores any presses of &lt;Esc&gt; before
3f0eb75c
BS
557a valid command keystroke, recognizes some more escape
558sequences for modified editing-pad keys, does not hide
559rcfile error messages on a Linux console, renames the
560bindable functions 'copytext' to 'copy' and 'uncut' to
561'paste', and avoids a possible hang during a Full-Justify.
562
563
564
97702e40
BS
5652018 June 2
566
1bbb16e2 567GNU nano 2.9.8 <i>"Espresso"</i> brings the ability to filter the
97702e40
BS
568buffer (or the marked region) through an external command
569(^R^X and prefix the command with the pipe symbol, "|"), is
570better at detecting and maintaining paragraphs, is able to
571justify //-style comments, fixes a crash when the binding
572of a key to a string lacks a closing quote, gives feedback
573about the number of lines written also when prepending or
574appending, and fixes a couple of bugs with the linter.
575
576
577
72c6f649
BS
5782018 May 15
579
1bbb16e2 580GNU nano 2.9.7 <i>"Hvide Sande"</i> adds the option '--afterends'
72c6f649
BS
581for making Ctrl+Right (the nextword function) stop at word
582ends instead of beginnings, accepts multibyte letters for
583the Yes/No/All answers, does emergency saves of changed
584buffers in the unlikely event that nano crashes, adds the
585until-now missing bindable function 'linenumbers', and
586renames the toggles 'constupdate' to 'constantshow' and
587'cuttoend' to 'cutfromcursor', for consistency with the
588corresponding options -- adjust your nanorc files soon.
589
590
591
5eef41d6
BS
5922018 April 27
593
1bbb16e2 594GNU nano 2.9.6 <i>"Gomance"</i> fixes a crash in word completion,
5eef41d6
BS
595makes --enable-altrcname work again, improves the fluidity
596of scrolling when using the touchpad, tweaks the syntaxes
597for shell scripts and PO files, makes a replacing session
598go always forward by default, no longer inserts a newline
599after an external spell check of a selected region, always
600accepts the English Y and N (and A) at a yes-no prompt in
601any locale, and solves a few hypothetical bugs.
602
603
604
a67e22bf
BS
6052018 March 29
606
1bbb16e2 607GNU nano 2.9.5 <i>"Ki&scaron;a pada"</i> changes the way the Scroll-Up
a67e22bf
BS
608and Scroll-Down commands work (M-- and M-+): instead of
609keeping the cursor in the same screen position they now
610keep the cursor in the same text position (if possible).
611This version further adds a new color name, "normal",
612which gives the default foreground or background color,
613which is useful when you want to undo some overzealous
614painting by earlier syntax regexes. Bug fixes include:
615a segfault when trying to insert a file in restricted
616mode, the reading in of a new file being "undoable", a
617slight miswrapping of help texts when --linenumbers was
618used, and the shell syntax coloring the word "tar" in
619file names.
620
621
622
c7a92f85
BS
6232018 March 8
624
1bbb16e2 625GNU nano 2.9.4 <i>"Isabel"</i> allows binding a key to a string
c7a92f85
BS
626(any piece of text and/or commands), permits customizing
627the color of error messages with 'set errorcolor', colors
628those error messages by default in bright white on red,
0c351168 629makes &lt;Enter&gt; at the bottom of the screen scroll just one
c7a92f85
BS
630row when --smooth is used, does not fail when redoing a
631file insertion, and cancels a Shift-selection when any
632cursor key is pressed without Shift even when the cursor
633cannot move. Further, it treats tabs fully the same as
634spaces when doing automatic hard-wrapping, allows syntax
635names to be unquoted, and removes two deprecated options
636and six deprecated bindable function names.
637
638
639
51331e62
BS
6402018 January 29
641
1bbb16e2 642GNU nano 2.9.3 <i>"C&oacute;rdoba"</i> fixes a segfault with trimblanks
51331e62
BS
643that could occur when a typed space caused the word after
644it to be pushed to the next line. It further makes macros
645work also when your keyboard still emits escape sequences,
646adds the options -M and --trimblanks for the command line,
647recognizes key combos with Shift on a few more terminals,
648no longer shows dots in certain prompt texts when visible
aa32601b 649whitespace is turned on, fixes two corner cases when doing
51331e62
BS
650replacements in a marked region, allows to open a named
651pipe again when using --noread, and accurately detects
652a needed color change when a line contains a start match
653but not a corresponding end match any more. Plus some
654other small fry.
655
656
657
1aac1698
BS
6582018 January 2
659
1bbb16e2 660GNU nano 2.9.2 <i>"Pussy Riot"</i> correctly displays the Modified
1aac1698
BS
661state when undoing/redoing (also when the file was saved
662somewhere midway), improves the undoing of an automatic
663linefeed at EOF, fixes a build issue on the BSDs, shows
664the cursor again when compiled with --withslang, renames
665the option 'justifytrim' to 'trimblanks' because it will
666now snip trailing whitespace also while you are typing
667(and hard-wrapping is enabled), continues pushing words
668to the next line much longer (when hard-wrapping), makes
690585d0 669&lt;Tab&gt; and &lt;Shift+Tab&gt; indent and unindent a marked region,
1aac1698
BS
670allows unindenting when not all lines are indented, lets a
671region marked with Shift persist when indenting/unindenting
672or commenting/uncommenting it, and in those cases excludes
673the last line of the region when it is not visibly marked
674(which makes for a more intuitive behavior).
675
676
677
83218525
BS
6782017 November 27
679
1bbb16e2 680GNU nano 2.9.1 <i>"Damyatta"</i> fixes a bug where, when the mark
83218525
BS
681is on, ^S would overwrite the file with just the marked
682region. This release further clears the "Modified" flag
683when all edits are undone, adds or updates some magic
684strings, and does not forget when the cursor was last
685at line 1, column 1.
686
687
688
a65d4e42
BS
6892017 November 18
690
1bbb16e2 691GNU nano 2.9.0 <i>"Eta"</i> introduces the ability to record and
a65d4e42
BS
692replay keystrokes (M-: to start and stop recording, M-;
693to play the macro back), makes ^Q and ^S do something
694useful by default (^Q starts a backward search, and ^S
695saves the current file), changes ^W to start always a
696forward search, shows the number of open buffers (when
697more than one) in the title bar, no longer asks to press
698Enter when there are errors in an rc file, retires the
699options '--quiet' and 'set quiet' and 'set backwards',
700makes indenting and unindenting undoable, will look in
701$XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
702for the history files, adds a history stack for executed
703commands (^R^X), does not overwrite the position-history
704file of another nano, and fixes a score of tiny bugs.
705
706
707
47a922e5
BS
7082017 August 27
709
1bbb16e2 710GNU nano 2.8.7 <i>"Fragrance"</i> fixes a lockup when tabs are
47a922e5
BS
711wider than the screen, makes indenting + unindenting
712more predictable by retaining relative indentations,
713allows pasting (^U) at a prompt, allows triple quotes
714in Python to not be followed by a character, does not
715scroll three pages on a roll of the mouse wheel, binds
716Alt+Up and Alt+Down to findprevious and findnext, and
717fixes some hard-to-describe issues with softwrapping
718and boundary-crossing tabs. Enjoy.
719
720
721
e3e1bf2d
BS
7222017 July 21
723
1bbb16e2 724GNU nano 2.8.6 <i>"Kekul&eacute;"</i> offers a new feature: the ability
e3e1bf2d
BS
725to do softwrapping between words -- at whitespace --
726instead of always at the edge of the screen. This can
727be activated with -a or --atblanks or 'set atblanks'
728together with the softwrap option. This release further
729fixes a handful of rare display glitches, fixes a build
730failure on AIX, harmonizes the quoting rules in the rc
731files, and renames the option 'cut' to 'cutfromcursor'
732(please update your nanorc files before 2020).
733
734
735
516a48e2
BS
7362017 June 25
737
1bbb16e2 738GNU nano 2.8.5 <i>"Farouche"</i> avoids a crash when waking from
516a48e2
BS
739a suspension that was induced from the outside, allows
740negative line and column numbers on the command line,
741avoids some flickering when resizing the screen while
742in the file browser, opens files in the order they were
743mentioned on the command line, and does not pretend to
744have woken from suspension when receiving a SIGCONT.
745
746
747
f1fb28e2
BS
7482017 May 21
749
1bbb16e2 750GNU nano 2.8.4 <i>"Our Version of Events"</i> includes the nanorc
516a48e2 751man page again.
f1fb28e2
BS
752
753
754
269921c4
BS
7552017 May 18
756
1bbb16e2 757GNU nano 2.8.3 <i>"Hirsch"</i> fixes a misplacement of the spotlight
269921c4
BS
758during interactive replacing, avoids build failures on AIX
759and Solaris, fixes a crash on Solaris, speeds up backwards
760searching, improves PHP syntax highlighting, and no longer
8f3b8915 761asks "save anyway?" when the user ^Q discards the buffer.
269921c4
BS
762
763
764
b6208c46
BS
7652017 May 4
766
1bbb16e2 767GNU nano 2.8.2 <i>"Krats"</i> adds another new feature: it makes
b6208c46
BS
768the ^G help texts searchable with ^W. Apart from that,
769it fixes a crash when resizing the window in the middle
770of verbatim input, avoids an unlikely crash when used
771without UTF-8 support in some locales, avoids redrawing
772the screen twice when switching between buffers while
773line numbers are active, and works around a coloring
774bug on musl. Plus tweaks to the documentation; plus
775translation updates for fifteen languages.
776
777
778
f2eff274
BS
7792017 April 12
780
1bbb16e2 781GNU nano 2.8.1 <i>"Ellert"</i> fixes build failures on MacOS and
f2eff274
BS
782on musl, fixes scrolling problems in softwrap mode when
783double-width characters on row boundaries are involved,
0a09732f 784shows double-width characters as "&gt;" and "&lt;" when split
f2eff274
BS
785across two rows, moves the cursor more predictably (at
786the cost of sometimes putting it on the second "half"
787of a character), avoids creating lines that consist of
788only blanks when using autoindent, makes ^Home and ^End
789go to the start and end of the file (on terminals that
790support those keystrokes), places the cursor better when
791linting, lets the linter ask only once whether to open
792an included file, and adds bindings for ^Up and ^Down
793in the file browser. Don't sit on your hands.
794
795
796
26bddce3
BS
7972017 March 31
798
1bbb16e2 799GNU nano 2.8.0 <i>"Axat"</i> makes it easier to move around in
26bddce3
BS
800softwrapped lines: the Up and Down keys now step from
801visual row to visual row instead of jumping between
802logical lines, and the Home and End keys now move to
803the start and end of a row, and only when already
804there, then to the start and end of the logical line.
805Furthermore, the screen can now scroll per row instead
806of always per logical line. On an entirely different
807front: nano now makes use of gnulib, to make it build
808on more platforms. In short: there were many internal
809changes, not many user-visible ones (apart form the
810new softwrap navigation). The conversion to gnulib
811was done by Mike Frysinger, the softwrap overhaul by
812David Ramsey.
813
814
815
9aefbfdf
BS
8162017 February 23
817
1bbb16e2 818GNU nano 2.7.5 <i>"Nijntje"</i> can properly search and replace
9aefbfdf
BS
819the \B and \b regex anchors, correctly repaints things
820when multiline regexes with identical start and end are
821involved, fixes a crash with zero-length regex matches,
822does replacements at the edges of a marked region right,
823no longer hides double-width characters at the head of
824softwrapped rows, displays at most three warnings at
825startup, and documents the ability to read a file from
826standard input. Come tickle my ears.
827
828
829
5715368c
BS
8302017 January 10
831
1bbb16e2 832GNU nano 2.7.4 <i>"Red dress"</i> undoes deletions in an orderly
5715368c
BS
833manner again (bug was introduced in previous version),
834sets the preferred x position for vertical movements
835more consistently, avoids some scrolling problems in
836softwrap mode, installs the Info manual also when your
837system lacks 'makeinfo', and corrects the behavior of
690585d0 838the beginning-of-word anchor (\&lt;) in regex searches.
5715368c
BS
839
840
841
26028e19
BS
8422016 December 28
843
1bbb16e2 844GNU nano 2.7.3 <i>"Ontbijtkoek"</i> wipes away a handful of bugs:
26028e19
BS
845your editor is now able to handle filenames that contain
846newlines, avoids a brief flash of color when switching
847between buffers that are governed by different syntaxes,
848makes the Shift+Ctrl+Arrow keys select text again on a
849Linux console, is more resistant against malformations
850in the positionlog file, and does not crash when ^C is
851typed on systems where it produces the code KEY_CANCEL.
852Oh, and it no longer mistakenly warns about editing an
853unlocked file just after saving a new one. That's it.
854Tastes great with thick butter.
855
856
857
071abd3f
BS
8582016 December 12
859
1bbb16e2 860GNU nano 2.7.2 <i>"Shemesh! Shemesh!"</i> brings another feature:
071abd3f
BS
861the ability to complete with one keystroke (^] by default)
862a fragment of a word to a full word existing elsewhere in
863the current buffer. Besides, this release fixes two bugs
864related to using line numbers in softwrap mode, allows to
865use the PageUp and PageDown keys together with Shift on
866VTE-based terminals, stops the help lines from flickering
867during interactive replacing, makes a 'set fill' override
868an earlier 'set nowrap', properly restores the selected
869region after an external spell check, and improves a few
870other tidbits. If you should find any more bugs, please
871run 'man nano | grep bugs' and report them there.
872
873
874
8e909873
BS
8752016 October 29
876
1bbb16e2 877GNU nano 2.7.1 <i>"Leuven"</i> adds an often-asked-for feature: the
8e909873
BS
878ability to display line numbers beside the text. This can
879be activated with -l or --linenumbers on the command line,
880or with 'set linenumbers' in your nanorc, or toggled with
881M-#. The coloring of these numbers can be chosen via the
882option 'set numbercolor'. This release furthermore fixes
883some bugs with scrolling in softwrap mode, is more strict
884in the parsing of key rebindings, and marks a new buffer
885as modified when the output of a command (^R ^X) has been
886read into it. Come and check it out!
887
888
889
4bb9ab8c
BS
8902016 September 1
891
1bbb16e2 892GNU nano 2.7.0 <i>"Suni"</i> adds a new feature: allowing text to be
4bb9ab8c
BS
893selected by holding Shift together with the cursor keys.
894Besides that, nano now works also when run in very tiny
895terminals (down to one line, one column), and improves
896the handling of the prompt in cramped spaces. Not much,
897but it's time to get it out there.
898
899With this release we return to GNU. For just a little while
900we dreamt we were tigers. But we are back in the herd,
901back to a healthy diet of fresh green free grass.
902
903
904
92bdea0d
BS
9052016 August 10
906
1bbb16e2 907nano 2.6.3 <i>"Marika"</i> makes the Ctrl+Arrow keys work also on
92bdea0d
BS
908a Linux virtual console, takes as verbatim only the very
909first keystroke after M-V, removes any lock files that it
910holds when dying, doesn't abort when a word contains digits
911(when using the default speller), fixes a small sorting bug
912in the file browser, makes searching case-insensitively in
913a UTF-8 locale a little faster, and doesn't enter invalid
0fe6854f 914bytes when holding down both Alt keys. Sant&eacute;!
92bdea0d
BS
915
916
917
2ea62bdc
BS
9182016 July 28
919
1bbb16e2 920nano 2.6.2 <i>"Le vent nous portera"</i> adds two new features: the
2ea62bdc
BS
921keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
922of text, and the option 'wordchars' for specifying which
923characters (beside alphanumeric ones) should be considered
924word-forming. Further, it provides feedback during Unicode
925input (M-V followed by a six-digit hexadecimal number which
926must start with 0 or 10), avoids a crash when resizing the
927window during Verbatim input, doesn't drop a keystroke after
928having been suspended, and replaces the beginning-of-line
929anchor (^) just once per line. There are also several tiny
930improvements in screen rendering and key handling.
931Come get your hair tousled!
932
933
934
9d17e2b8
BS
9352016 June 27
936
1bbb16e2 937nano 2.6.1 <i>"Stampede"</i> is chiefly a translation update, but also
9d17e2b8
BS
938adds one little feature (the ability to use negative numbers
939with Go To Line: -1 meaning the first line from the bottom),
940includes syntax highlighting for Rust, and fixes three tiny
941bugs (but in such far corners of the editor that they aren't
942even worth mentioning).
943
944
945
50070c05
BS
9462016 June 17
947
1bbb16e2 948nano 2.6.0 <i>"Rubicon"</i> fixes more than fifty little bugs -- and
50070c05
BS
949some of them not so little. It improves moving about in
950the file browser, corrects failings of the internal spell
951checker, adds a new feature (comment/uncomment lines, with
952default binding M-3), makes some error messages clearer,
953shows more of a file when positionlog is used and the cursor
954is near the end, displays all error messages at startup if
955there are multiple ones, does not misinterpret keystrokes
956when typing very fast, is less eager to trim the filename
957on narrow terminals, speeds up case-insensitive searches,
958and allows to abort re-searches. Among bunches of other
959things. It is worth the trouble to upgrade.
960
961And, with this release, we take leave of the herd...
962Bye! And thanks for all the grass!
963
964</pre>
1b1bdcd3
MF
965</td>
966</tr>
967</table>
50070c05 968
563ba55f 969<?php include "bottom.php"; ?>