]> git.wh0rd.org - nano-editor.git/blame_incremental - news.php
add a line break
[nano-editor.git] / news.php
... / ...
CommitLineData
1<?php $title="News"; include "top.php"; ?>
2
3<table BORDER=0 CELLSPACING=0 WIDTH="100%">
4<tr>
5<td>
6<br><br>
7<center><b><big>News</big></b></center>
8</td>
9</tr>
10
11<tr align="center">
12<td>
13<br><br>
14
152021 December 15 - <b>GNU nano 6.0</b> "Humor heeft ook zijn leuke kanten"
16<br>
17<table><tr><td><ul>
18<li>Option <tt>--zero</tt> hides the title bar, status bar and help lines, and<br>
19 uses all rows of the terminal as editing area. The title bar and<br>
20 status bar can be toggled with <tt>M-Z</tt>.</li>
21<li>Colors can now be specified also as three-digit hexadecimal numbers,<br>
22 in the format <tt>#rgb</tt>. This picks from the 216 index colors (that most<br>
23 terminals know) the color that is nearest to the given values.</li>
24<li>For users who dislike numbers, there are fourteen new color names:<br>
25 rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,<br>
26 tawny, brick, and crimson.</li>
27<li>Suspension is enabled by default, invokable with <tt>^T^Z</tt>. The options<br>
28 <tt>-z</tt>, <tt>--suspendable</tt>, and 'set suspendable' are obsolete and ignored.<br>
29 (In case you want to be able to suspend nano with a single keystroke,<br>
30 you can put 'bind ^Z suspend main' in your nanorc.)</li>
31<li>When automatic hard-wrapping is in effect, pasting just a few words<br>
32 (without a line break) will now hard-wrap the line when needed.</li>
33<li>Toggling Append or Prepend clears the current filename.</li>
34<li>The word count as shown by <tt>M-D</tt> is now affected by option --wordbounds;<br>
35 with it, nano counts words as 'wc' does; without it (the new default),<br>
36 words are counted in a more human way: seeing punctuation as space.</li>
37<li>The YAML syntax file is now actually included in the tarball.</li>
38</ul></td></tr></table>
39<br><br>
40
41
422021 October 6 - <b>GNU nano 5.9</b> "El manicomio ha decidido: ma&ntilde;ana sol!"
43<br>
44<table><tr><td><ul>
45<li>The extension of a filename is added to the name of a corresponding<br>
46 temporary file, so that spell checking a C file, for example, will check<br>
47 only the comments and strings (when using 'aspell').</li>
48<li>The process number is added to the name of an emergency save file,<br>
49 so that when multiple nanos die they will not fight over a filename.</li>
50<li>Undoing a cutting operation will restore an anchor that was located<br>
51 in the cut area to its original line.</li>
52<li>When using <tt>--locking</tt>, saving a new buffer will create a lock file.</li>
53<li>Syntax highlighting for YAML files has been added.</li>
54</ul></td></tr></table>
55<br><br>
56
572021 June 15 - <b>GNU nano 5.8</b> "Why is it necessary to be special?"
58<br>
59<table><tr><td><ul>
60<li>After a search, the spotlighting is dropped after 1.5 seconds (0.8<br>
61 seconds with <tt>--quick</tt>) to avoid the idea that the text is selected.</li>
62<li>A <tt>+</tt> and a space before a filename on the command line will put<br>
63 the cursor at the end of the corresponding buffer.</li>
64<li>Linter messages no longer include filename and line/column numbers.</li>
65<li>Color name "grey" or "gray" can be used instead of "lightblack".</li>
66<li>The color of the minibar can be chosen with 'set minicolor'.</li>
67</ul></td></tr></table>
68<br><br>
69
702021 April 29 - <b>GNU nano 5.7</b> "To&#x21B;i ceilal&#x21B;i arau c&acirc;mpurile"
71<br>
72<table><tr><td><ul>
73<li>The output of <tt>--constantshow</tt> (without <tt>--minibar</tt>) is more stable.</li>
74<li>When opening multiple buffers and there is an error message, this<br>
75 message is shown again upon first switch to the relevant buffer.</li>
76<li>The position and size of the indicator now follow actual lines,<br>
77 instead of visual lines when in softwrap mode, meaning that the<br>
78 size of the indicator can change when scrolling in softwrap mode.</li>
79</ul></td></tr></table>
80<br><br>
81
822021 March 3 - <b>GNU nano 5.6.1</b> "Geelgors"
83<br>
84<table><tr><td><ul>
85<li>Search matches are properly colorized in softwrap mode too.</li>
86<li>Option 'highlightcolor' has been renamed to 'spotlightcolor'.</li>
87</ul></td></tr></table>
88<br><br>
89
902021 February 24 - <b>GNU nano 5.6</b> "Wielewaal"
91<br>
92<table><tr><td><ul>
93<li>A search match gets highlighted (in black on yellow by default),<br>
94 in addition to placing the cursor at the start of the match.<br>
95 The color combination can be changed with 'set highlightcolor'.<br>
96 By default the cursor is hidden until the next keystroke, but<br>
97 it can be forced on with <tt>--showcursor</tt> / 'set showcursor'.</li>
98<li>Option <tt>--markmatch</tt> / 'set markmatch' has been removed.</li>
99<li>Cursor position and character code are displayed in the minibar<br>
100 only when option <tt>--constantshow</tt> / 'set constantshow' is used,<br>
101 and their display can be toggled with <tt>M-C</tt>.</li>
102<li>The state flags are displayed in the minibar only when option<br>
103 <tt>--stateflags</tt> / 'set stateflags' is used.</li>
104</ul></td></tr></table>
105<br><br>
106
1072021 January 14 - <b>GNU nano 5.5</b> "Rebecca"
108<br>
109<table><tr><td><ul>
110<li>Option 'set minibar' makes nano suppress the title bar and instead<br>
111 show a bar with basic editing information at the bottom: file name<br>
112 (plus an asterisk when the buffer is modified), the cursor position<br>
113 (line,column), the character under the cursor (U+xxxx), the flags<br>
114 that <tt>--stateflags</tt> normally shows, plus the percentage of the buffer<br>
115 that is above the cursor.</li>
116<li>With 'set promptcolor' the color combination of the prompt bar can<br>
117 be changed, to allow contrasting it with the mini bar (which always<br>
118 has the same color as the title bar).</li>
119<li>Option 'set markmatch' highlights the result of a successful search<br>
120 by putting the mark at the end of the match, making the match more<br>
121 visible. It also suppresses the cursor until the next keystroke.<br>
122 (If you dislike the hiding of the cursor, use 'set showcursor'.)</li>
123<li>The bindable toggle 'nowrap' has been renamed to 'breaklonglines',<br>
124 to match the corresponding option, like for all other toggles.</li>
125<li>Support for Slang has been removed.</li>
126</ul></td></tr></table>
127<br><br>
128
1292020 December 2 - <b>GNU nano 5.4</b> "Terre des hommes"
130<br>
131<table><tr><td><ul>
132<li>Moving the cursor now skips over combining characters (and<br>
133 other zero-width characters). Deleting a character deletes<br>
134 also any succeeding zero-width characters, but backspacing<br>
135 deletes just one character at a time.</li>
136</ul></td></tr></table>
137<br><br>
138
1392020 October 7 - <b>GNU nano 5.3</b> "Revolution!"
140<br>
141<table><tr><td><ul>
142<li>Option 'set stateflags' makes nano show the state of auto-indenting,<br>
143 the mark, hard-wrapping, macro recording, and soft-wrapping in the<br>
144 title bar. The flags take the place of "Modified", and a modified<br>
145 buffer is instead indicated by an asterisk (*) after its name.</li>
146<li>Nano no longer by default tries using libmagic to determine the type<br>
147 of a file (when neither filename nor first line gave a clue), because<br>
148 in most cases it is a waste of time. It requires using the option<br>
149 <tt>--magic</tt> or <tt>-!</tt> or 'set magic' to make nano try libmagic.</li>
150<li>The color of the indicator can be changed with 'set scrollercolor'.</li>
151</ul></td></tr></table>
152<br><br>
153
1542020 August 24 - <b>GNU nano 5.2</b> "Ranrapalca"
155<br>
156<table><tr><td><ul>
157<li>Making certain replacements after a large paste does not crash.</li>
158<li>Hitting a toggle at the Search prompt does not clear the answer.</li>
159<li>Using <tt>--positionlog</tt> does not complain at the first start.</li>
160<li>A macro containing a Search command will not sometimes fail.</li>
161</ul></td></tr></table>
162<br><br>
163
1642020 August 12 - <b>GNU nano 5.1</b> "Cantabria"
165<br>
166<table><tr><td><ul>
167<li><tt>M-Bsp</tt> (Alt+Backspace) deletes a word backwards, like in Bash.</li>
168<li><tt>M-[</tt> has become bindable. (Be careful, though: as it is the<br>
169 starting combination of many escape sequences, avoid gluing<br>
170 it together with other keystrokes, like in a macro.)</li>
171<li>With <tt>--indicator</tt> and <tt>--softwrap</tt>, the first keystroke in an<br>
172 empty buffer does not crash.</li>
173<li>Invoking the formatter while text is marked does not crash.</li>
174<li>In UTF-8 locales, an anchor is shown as a diamond.</li>
175</ul></td></tr></table>
176<br><br>
177
1782020 July 29 - <b>GNU nano 5.0</b> "Among the fields of barley"
179<br>
180<table><tr><td><ul>
181<li>With <tt>--indicator</tt> (or <tt>-q</tt> or 'set indicator') nano will show a kind<br>
182 of scrollbar on the righthand side of the screen to indicate where<br>
183 in the buffer the viewport is located and how much it covers.</li>
184<li>With &lt;Alt+Insert&gt; any line can be "tagged" with an anchor, and<br>
185 &lt;Alt+PageUp&gt; and &lt;Alt+PageDown&gt; will jump to the nearest anchor.<br>
186 When using line numbers, an anchor is shown as "+" in the margin.</li>
187<li>The Execute Command prompt is now directly accessible from the<br>
188 main menu (with <tt>^T</tt>, replacing the Spell Checker). The Linter,<br>
189 Formatter, Spell Checker, Full Justification, Suspension, and<br>
190 Cut-Till-End functions are available in this menu too.</li>
191<li>On terminals that support at least 256 colors, nine new color<br>
192 names are available: pink, purple, mauve, lagoon, mint, lime,<br>
193 peach, orange, and latte. These do not have lighter versions.</li>
194<li>For the color names red, green, blue, yellow, cyan, magenta,<br>
195 white, and black, the prefix 'light' gives a brighter color.<br>
196 Prefix 'bright' is deprecated, as it means both bold AND light.</li>
197<li>All color names can be preceded with "bold," and/or "italic,"<br>
198 (in that order) to get a bold and/or italic typeface.</li>
199<li>With <tt>--bookstyle</tt> (or <tt>-O</tt> or 'set bookstyle') nano considers any<br>
200 line that begins with whitespace as the start of a paragraph.</li>
201<li>Refreshing the screen with <tt>^L</tt> now works in every menu.</li>
202<li>In the main menu, <tt>^L</tt> also centers the line with the cursor.</li>
203<li>Toggling the help lines with <tt>M-X</tt> now works in all menus except<br>
204 in the help viewer and the linter.</li>
205<li>At a filename prompt, the first &lt;Tab&gt; lists the possibilities,<br>
206 and these are listed near the bottom instead of near the top.</li>
207<li>Bindable function 'curpos' has been renamed to 'location'.</li>
208<li>Long option <tt>--tempfile</tt> has been renamed to <tt>--saveonexit</tt>.</li>
209<li>Short option <tt>-S</tt> is now a synonym of <tt>--softwrap</tt>.</li>
210<li>The New Buffer toggle (<tt>M-F</tt>) has become non-persistent. Options<br>
211 <tt>--multibuffer</tt> and 'set multibuffer' still make it default to on.</li>
212<li>Backup files will retain their group ownership (when possible).</li>
213<li>Data is synced to disk before "... lines written" is shown.</li>
214<li>The raw escape sequences for <tt>F13</tt> to <tt>F16</tt> are no longer recognized.</li>
215<li>Distro-specific syntaxes, and syntaxes of less common languages,<br>
216 have been moved down to subdirectory syntax/extra/. The affected<br>
217 distros and others may wish to move wanted syntaxes one level up.</li>
218<li>Syntaxes for Markdown, Haskell, and Ada were added.</li>
219</ul></td></tr></table>
220<br><br>
221
2222020 May 23 - <b>GNU nano 4.9.3</b> "Almendras"
223<br><br>
224<table><tr><td>
225 One more bug introduced in version 4.9 is fixed: a crash when<br>
226 the terminal screen is resized while at a lock-file prompt.
227</td></tr></table>
228<br><br>
229
2302020 April 7 - <b>GNU nano 4.9.2</b> "Mali Lo&scaron;inj"
231<br><br>
232<table><tr><td>
233 Another bug introduced in version 4.9 is fixed: a likely crash<br>
234 after undoing an &lt;Enter&gt; at the end of leading whitespace.
235</td></tr></table>
236<br><br>
237
2382020 March 31 - <b>GNU nano 4.9.1</b> "Sapperdeflap"
239<br><br>
240<table><tr><td>
241 Two bugs introduced in version 4.9 are fixed: the cursor<br>
242 getting misplaced when undoing line cuts, and filtering<br>
243 of the whole buffer to a new buffer not working.
244</td></tr></table>
245<br><br>
246
2472020 March 24 - <b>GNU nano 4.9</b> "die fetten Jahre sind vorbei"
248<br>
249<table><tr><td><ul>
250<li>When justifying a selection, the new paragraph and the<br>
251 succeeding one get the appropriate first-line indent.</li>
252<li>Trying to justify an empty selection does not crash.</li>
253<li>Redoing the insertion of an empty file does not crash.</li>
254<li>On the BSDs and macOS, <tt>^H</tt> has become rebindable again<br>
255 (in most terminal emulators, not on the console).</li>
256<li>DOS line endings in nanorc files are accepted.</li>
257<li>Option <tt>--suspend</tt> / 'set suspend' has been renamed to<br>
258 the more logical <tt>--suspendable</tt> / 'set suspendable'.</li>
259</ul></td></tr></table>
260<br><br>
261
2622020 February 7 - <b>GNU nano 4.8</b> "Ja&scaron;ka"
263<br>
264<table><tr><td><ul>
265<li>When something is pasted into nano, auto-indentation is suppressed,<br>
266 and the paste can be undone as a whole with a single <tt>M-U</tt>.</li>
267<li>When a lock file is encountered during startup, pressing <tt>^C</tt>/Cancel<br>
268 quits nano. (Pressing 'No' just skips the file and continues.)</li>
269<li>Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.<br>
270 Making any such binding dismisses the default behavior of ignoring<br>
271 Shift for all Meta+letter keystrokes.</li>
272<li>The configuration option <tt>--with-slang</tt> (to be avoided when possible)<br>
273 can now be used only together with <tt>--enable-tiny</tt>.</li>
274<li>A custom nanorc file can be specified on the command line, with<br>
275 <tt>-f filename</tt> or <tt>--rcfile=filename</tt>.</li>
276</ul></td></tr></table>
277<br><br>
278
2792019 December 23 - <b>GNU nano 4.7</b> "Havikskruid"
280<br>
281<table><tr><td><ul>
282<li>A &lt;Tab&gt; will indent a marked region only when mark and cursor are<br>
283 on different lines.</li>
284<li>Two indentations (any mix of tabs and spaces) are considered the<br>
285 same when they look the same (that is: indent to the same level).</li>
286<li>When using <tt>--breaklonglines</tt> or <tt>^J</tt>, a line will never be broken in<br>
287 its leading whitespace or quoting.</li>
288<li>The keywords in nanorc files must be in lowercase.</li>
289</ul></td></tr></table>
290<br><br>
291
2922019 November 29 - <b>GNU nano 4.6</b> "And don't you eat that yellow snow"
293<br>
294<table><tr><td><ul>
295<li>The 'formatter' command has returned, bound by default to <tt>M-F</tt>.<br>
296 It allows running a syntax-specific command on the contents of<br>
297 the buffer.</li>
298<li><tt>^T</tt> will try to run 'hunspell' before 'spell', because it checks<br>
299 spelling for the locale's language and understands UTF-8.</li>
300<li>Multiple errors or warnings on startup will no longer slow nano<br>
301 down but will be indicated on the status bar with trailing dots.</li>
302</ul></td></tr></table>
303<br><br>
304
3052019 October 4 - <b>GNU nano 4.5</b> "Ko&scaron;ice"
306<br>
307<table><tr><td><ul>
308<li>The new 'tabgives' command allows you to specify per syntax what<br>
309 the &lt;Tab&gt; key should produce: some spaces, a hard TAB, ...</li>
310<li>The output of <tt>--help</tt> is properly aligned again for all languages.</li>
311<li>&lt;Tab&gt; will indent a marked region also when <tt>M-}</tt> has been rebound.</li>
312</ul></td></tr></table>
313<br><br>
314
3152019 August 25 - <b>GNU nano 4.4</b> "Hagelslag"
316<br>
317<table><tr><td><ul>
318<li>At startup, the cursor can be put on the first or last occurrence<br>
319 of a string by preceding the filename with <tt>+/string</tt> or <tt>+?string</tt>.</li>
320<li>When automatic hard-wrapping occurs (<tt>--breaklonglines</tt>), any leading<br>
321 quoting characters will be automatically copied to the new line.</li>
322<li><tt>M-6</tt> works again also when the cursor is at end of buffer.</li>
323</ul></td></tr></table>
324<br><br>
325
3262019 June 18 - <b>GNU nano 4.3</b> "Musa Kart"
327<br>
328<table><tr><td><ul>
329<li>The ability to read from and write to a FIFO has been regained.</li>
330<li>Opening a file no longer triggers an inotify CLOSE_WRITE event.</li>
331<li>Startup time is reduced by fully parsing a syntax only when needed.</li>
332<li>Asking for help (<tt>^G</tt>) when using <tt>--operatingdir</tt> does not crash.</li>
333<li>The reading of a huge or slow file can be stopped with <tt>^C</tt>.</li>
334<li>Cut, zap, and copy operations are undone separately when intermixed.</li>
335<li><tt>M-D</tt> reports the correct number of lines (zero for an empty buffer).</li>
336</ul></td></tr></table>
337<br><br>
338
3392019 April 24 - <b>GNU nano 4.2</b> "Tax the rich, pay the teachers"
340<br>
341<table><tr><td><ul>
342<li>The integrated spell checker does not crash when 'spell' is missing.</li>
343<li>Option <tt>--breaklonglines</tt> works also when <tt>--ignorercfiles</tt> is used.</li>
344<li>Automatic hard-wrapping is more persistent in pushing words to the<br>
345 same overflow line.</li>
346</ul></td></tr></table>
347<br><br>
348
3492019 April 15 - <b>GNU nano 4.1</b> "Qu&eacute; corchos ser&aacute; eso?"
350<br>
351<table><tr><td><ul>
352<li>By default, a newline character is again automatically added at the<br>
353 end of a buffer, to produce valid POSIX text files by default, but<br>
354 also to get back the easy adding of text at the bottom.</li>
355<li>The now unneeded option <tt>--finalnewline</tt> (<tt>-f</tt>) has been removed.</li>
356<li>Syntax files are read in alphabetical order when globbing, so that<br>
357 the precedence of syntaxes becomes predictable.</li>
358<li>In the C syntax, preprocessor directives are highlighted differently.</li>
359<li><tt>M-S</tt> now toggles soft wrapping, and <tt>M-N</tt> toggles line numbers.</li>
360<li>The jumpy-scrolling toggle has been removed.</li>
361<li>The legacy keystrokes <tt>^W^Y</tt> and <tt>^W^V</tt> are recognized again.</li>
362<li>Executing an external command is disallowed when in view mode.</li>
363<li>Problems with resizing during external or speller commands were fixed.</li>
364</ul></td></tr></table>
365<br><br>
366
3672019 March 24 - <b>GNU nano 4.0</b> "Thy Rope of Sands"
368<br>
369<table><tr><td><ul>
370<li>An overlong line is no longer automatically hard-wrapped.</li>
371<li>Smooth scrolling (one line at a time) has become the default.</li>
372<li>A newline character is no longer automatically added at end of buffer.</li>
373<li>The line below the title bar is by default part of the editing space.</li>
374<li>Option <tt>--breaklonglines</tt> (<tt>-b</tt>) turns automatic hard-wrapping back on.</li>
375<li>Option <tt>--jumpyscrolling</tt> (<tt>-j</tt>) gives the chunky, half-screen scrolling.</li>
376<li>Option <tt>--finalnewline</tt> (<tt>-f</tt>) brings back the automatic newline at EOF.</li>
377<li>Option <tt>--emptyline</tt> (<tt>-e</tt>) leaves the line below the title bar unused.</li>
378<li>&lt;Alt+Up&gt; and &lt;Alt+Down&gt; now do a linewise scroll instead of a findnext.</li>
379<li>Any number of justifications can be undone (like all other operations).</li>
380<li>When marked text is justified, it becomes a single, separate paragraph.</li>
381<li>Option <tt>--guidestripe=&lt;number&gt;</tt> draws a vertical bar at the given column.</li>
382<li>Option <tt>--fill=&lt;number&gt;</tt> no longer turns on automatic hard-wrapping.</li>
383<li>When a line continues offscreen, it now ends with a highlighted "&gt;".</li>
384<li>The halves of a split two-column character are shown as "[" and "]".</li>
385<li>A line now scrolls horizontally one column earlier.</li>
386<li>The bindable functions 'cutwordleft' and 'cutwordright' were renamed<br>
387 to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer.</li>
388<li>The paragraph-jumping functions were moved from Search to Go-to-Line.</li>
389<li>Option <tt>--rebinddelete</tt> is able to compensate for more misbindings.</li>
390<li>Options <tt>--morespace</tt> and <tt>--smooth</tt> are obsolete and thus ignored.</li>
391<li>The <tt>--disable-wrapping-as-root</tt> configure option was removed.</li>
392</ul></td></tr></table>
393<br>
394
395<pre>
396
3972018 November 11
398
399GNU nano 3.2 "Het kromme hout" changes the default binding
400for the linter to M-B so that the spell checker (^T) can
401always be used, and changes (when linting) the text in the
402title bar and the color of the status bar to make linting
403mode more obvious. It also adds a bindable 'zap' function
404for deleting a line or marked region without changing the
405cutbuffer, adds --zap to bind the &lt;Del&gt; and &lt;Backspace&gt;
406keys to the zap function when something is marked, and
407hard-binds &lt;Alt+Del&gt; to 'zap'. Furthermore, it shows the
408cursor also in the help viewer (when --showcursor is used),
409renames the bindable functions 'prevhistory' to 'older' and
410'nexthistory' to 'newer' (update your nanorcs when needed),
411reads the nanorc files also in restricted mode to allow
412customization by the user (if this should not be allowed,
413use --ignorercfiles in addition to --restricted), allows
414in view mode to open also other files (if this should not
415be allowed, use --restricted in addition to --view), makes
416resizes respect a relative --fill again, no longer binds
417F13...F15 by default, properly re-highlights a misspelled
418word after invoking help in the internal spell checker,
419and does not skip Unicode characters in string binds.
420
421
422
4232018 September 18
424
425GNU nano 3.1 "Je faisais des bonds comme &ccedil;a!" fixes a
426misbinding of ^H on some terminals and some systems,
427does not leave stray stuff after the prompt upon exit
428when having suspended nano while using --constantshow,
429and does not allow to toggle to Replace in view mode.
430
431
432
4332018 September 9
434
435GNU nano 3.0 "Water Flowing Underground" speeds up the
436reading of a file by seventy percent, roughly doubles the
437speed of handling ASCII text, changes the way words at line
438boundaries are deleted, makes &lt;Ctrl+Delete&gt; wipe the next
439word and &lt;Ctrl+Shift+Delete&gt; the preceding word, binds M-Q
440to 'findprevious' by default (the Tabs-to-Spaces toggle is
441placed on M-O, and the More-Space toggle is fully removed),
442makes an external spell check undoable, shows the correct
443number of lines on the status bar when opening multiple
444files, removes the 'formatter' command, removes the
445'searchagain' bindable function (M-W is now bound to
446'findnext' by default), moves the No-Convert toggle to the
447Insert menu, removes the Backup and New-Buffer toggles from
448the main menu (they remain in the Write-Out and Insert
449menus, respectively), is more precise in what it accepts as
450a rebindable key name, ignores any presses of &lt;Esc&gt; before
451a valid command keystroke, recognizes some more escape
452sequences for modified editing-pad keys, does not hide
453rcfile error messages on a Linux console, renames the
454bindable functions 'copytext' to 'copy' and 'uncut' to
455'paste', and avoids a possible hang during a Full-Justify.
456
457
458
4592018 June 2
460
461GNU nano 2.9.8 "Espresso" brings the ability to filter the
462buffer (or the marked region) through an external command
463(^R^X and prefix the command with the pipe symbol, "|"), is
464better at detecting and maintaining paragraphs, is able to
465justify //-style comments, fixes a crash when the binding
466of a key to a string lacks a closing quote, gives feedback
467about the number of lines written also when prepending or
468appending, and fixes a couple of bugs with the linter.
469
470
471
4722018 May 15
473
474GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
475for making Ctrl+Right (the nextword function) stop at word
476ends instead of beginnings, accepts multibyte letters for
477the Yes/No/All answers, does emergency saves of changed
478buffers in the unlikely event that nano crashes, adds the
479until-now missing bindable function 'linenumbers', and
480renames the toggles 'constupdate' to 'constantshow' and
481'cuttoend' to 'cutfromcursor', for consistency with the
482corresponding options -- adjust your nanorc files soon.
483
484
485
4862018 April 27
487
488GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
489makes --enable-altrcname work again, improves the fluidity
490of scrolling when using the touchpad, tweaks the syntaxes
491for shell scripts and PO files, makes a replacing session
492go always forward by default, no longer inserts a newline
493after an external spell check of a selected region, always
494accepts the English Y and N (and A) at a yes-no prompt in
495any locale, and solves a few hypothetical bugs.
496
497
498
4992018 March 29
500
501GNU nano 2.9.5 "Ki&scaron;a pada" changes the way the Scroll-Up
502and Scroll-Down commands work (M-- and M-+): instead of
503keeping the cursor in the same screen position they now
504keep the cursor in the same text position (if possible).
505This version further adds a new color name, "normal",
506which gives the default foreground or background color,
507which is useful when you want to undo some overzealous
508painting by earlier syntax regexes. Bug fixes include:
509a segfault when trying to insert a file in restricted
510mode, the reading in of a new file being "undoable", a
511slight miswrapping of help texts when --linenumbers was
512used, and the shell syntax coloring the word "tar" in
513file names.
514
515
516
5172018 March 8
518
519GNU nano 2.9.4 "Isabel" allows binding a key to a string
520(any piece of text and/or commands), permits customizing
521the color of error messages with 'set errorcolor', colors
522those error messages by default in bright white on red,
523makes &lt;Enter&gt; at the bottom of the screen scroll just one
524row when --smooth is used, does not fail when redoing a
525file insertion, and cancels a Shift-selection when any
526cursor key is pressed without Shift even when the cursor
527cannot move. Further, it treats tabs fully the same as
528spaces when doing automatic hard-wrapping, allows syntax
529names to be unquoted, and removes two deprecated options
530and six deprecated bindable function names.
531
532
533
5342018 January 29
535
536GNU nano 2.9.3 "C&oacute;rdoba" fixes a segfault with trimblanks
537that could occur when a typed space caused the word after
538it to be pushed to the next line. It further makes macros
539work also when your keyboard still emits escape sequences,
540adds the options -M and --trimblanks for the command line,
541recognizes key combos with Shift on a few more terminals,
542no longer shows dots in certain prompt texts when visible
543whitespace is turned on, fixes two corner cases when doing
544replacements in a marked region, allows to open a named
545pipe again when using --noread, and accurately detects
546a needed color change when a line contains a start match
547but not a corresponding end match any more. Plus some
548other small fry.
549
550
551
5522018 January 2
553
554GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
555state when undoing/redoing (also when the file was saved
556somewhere midway), improves the undoing of an automatic
557linefeed at EOF, fixes a build issue on the BSDs, shows
558the cursor again when compiled with --withslang, renames
559the option 'justifytrim' to 'trimblanks' because it will
560now snip trailing whitespace also while you are typing
561(and hard-wrapping is enabled), continues pushing words
562to the next line much longer (when hard-wrapping), makes
563&lt;Tab&gt; and &lt;Shift+Tab&gt; indent and unindent a marked region,
564allows unindenting when not all lines are indented, lets a
565region marked with Shift persist when indenting/unindenting
566or commenting/uncommenting it, and in those cases excludes
567the last line of the region when it is not visibly marked
568(which makes for a more intuitive behavior).
569
570
571
5722017 November 27
573
574GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
575is on, ^S would overwrite the file with just the marked
576region. This release further clears the "Modified" flag
577when all edits are undone, adds or updates some magic
578strings, and does not forget when the cursor was last
579at line 1, column 1.
580
581
582
5832017 November 18
584
585GNU nano 2.9.0 "Eta" introduces the ability to record and
586replay keystrokes (M-: to start and stop recording, M-;
587to play the macro back), makes ^Q and ^S do something
588useful by default (^Q starts a backward search, and ^S
589saves the current file), changes ^W to start always a
590forward search, shows the number of open buffers (when
591more than one) in the title bar, no longer asks to press
592Enter when there are errors in an rc file, retires the
593options '--quiet' and 'set quiet' and 'set backwards',
594makes indenting and unindenting undoable, will look in
595$XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
596for the history files, adds a history stack for executed
597commands (^R^X), does not overwrite the position-history
598file of another nano, and fixes a score of tiny bugs.
599
600
601
6022017 August 27
603
604GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
605wider than the screen, makes indenting + unindenting
606more predictable by retaining relative indentations,
607allows pasting (^U) at a prompt, allows triple quotes
608in Python to not be followed by a character, does not
609scroll three pages on a roll of the mouse wheel, binds
610Alt+Up and Alt+Down to findprevious and findnext, and
611fixes some hard-to-describe issues with softwrapping
612and boundary-crossing tabs. Enjoy.
613
614
615
6162017 July 21
617
618GNU nano 2.8.6 "Kekul&eacute;" offers a new feature: the ability
619to do softwrapping between words -- at whitespace --
620instead of always at the edge of the screen. This can
621be activated with -a or --atblanks or 'set atblanks'
622together with the softwrap option. This release further
623fixes a handful of rare display glitches, fixes a build
624failure on AIX, harmonizes the quoting rules in the rc
625files, and renames the option 'cut' to 'cutfromcursor'
626(please update your nanorc files before 2020).
627
628
629
6302017 June 25
631
632GNU nano 2.8.5 "Farouche" avoids a crash when waking from
633a suspension that was induced from the outside, allows
634negative line and column numbers on the command line,
635avoids some flickering when resizing the screen while
636in the file browser, opens files in the order they were
637mentioned on the command line, and does not pretend to
638have woken from suspension when receiving a SIGCONT.
639
640
641
6422017 May 21
643
644GNU nano 2.8.4 "Our Version of Events" includes the nanorc
645man page again.
646
647
648
6492017 May 18
650
651GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight
652during interactive replacing, avoids build failures on AIX
653and Solaris, fixes a crash on Solaris, speeds up backwards
654searching, improves PHP syntax highlighting, and no longer
655asks "save anyway?" when the user ^Q discards the buffer.
656
657
658
6592017 May 4
660
661GNU nano 2.8.2 "Krats" adds another new feature: it makes
662the ^G help texts searchable with ^W. Apart from that,
663it fixes a crash when resizing the window in the middle
664of verbatim input, avoids an unlikely crash when used
665without UTF-8 support in some locales, avoids redrawing
666the screen twice when switching between buffers while
667line numbers are active, and works around a coloring
668bug on musl. Plus tweaks to the documentation; plus
669translation updates for fifteen languages.
670
671
672
6732017 April 12
674
675GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
676on musl, fixes scrolling problems in softwrap mode when
677double-width characters on row boundaries are involved,
678shows double-width characters as "&gt;" and "&lt;" when split
679across two rows, moves the cursor more predictably (at
680the cost of sometimes putting it on the second "half"
681of a character), avoids creating lines that consist of
682only blanks when using autoindent, makes ^Home and ^End
683go to the start and end of the file (on terminals that
684support those keystrokes), places the cursor better when
685linting, lets the linter ask only once whether to open
686an included file, and adds bindings for ^Up and ^Down
687in the file browser. Don't sit on your hands.
688
689
690
6912017 March 31
692
693GNU nano 2.8.0 "Axat" makes it easier to move around in
694softwrapped lines: the Up and Down keys now step from
695visual row to visual row instead of jumping between
696logical lines, and the Home and End keys now move to
697the start and end of a row, and only when already
698there, then to the start and end of the logical line.
699Furthermore, the screen can now scroll per row instead
700of always per logical line. On an entirely different
701front: nano now makes use of gnulib, to make it build
702on more platforms. In short: there were many internal
703changes, not many user-visible ones (apart form the
704new softwrap navigation). The conversion to gnulib
705was done by Mike Frysinger, the softwrap overhaul by
706David Ramsey.
707
708
709
7102017 February 23
711
712GNU nano 2.7.5 "Nijntje" can properly search and replace
713the \B and \b regex anchors, correctly repaints things
714when multiline regexes with identical start and end are
715involved, fixes a crash with zero-length regex matches,
716does replacements at the edges of a marked region right,
717no longer hides double-width characters at the head of
718softwrapped rows, displays at most three warnings at
719startup, and documents the ability to read a file from
720standard input. Come tickle my ears.
721
722
723
7242017 January 10
725
726GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
727manner again (bug was introduced in previous version),
728sets the preferred x position for vertical movements
729more consistently, avoids some scrolling problems in
730softwrap mode, installs the Info manual also when your
731system lacks 'makeinfo', and corrects the behavior of
732the beginning-of-word anchor (\&lt;) in regex searches.
733
734
735
7362016 December 28
737
738GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
739your editor is now able to handle filenames that contain
740newlines, avoids a brief flash of color when switching
741between buffers that are governed by different syntaxes,
742makes the Shift+Ctrl+Arrow keys select text again on a
743Linux console, is more resistant against malformations
744in the positionlog file, and does not crash when ^C is
745typed on systems where it produces the code KEY_CANCEL.
746Oh, and it no longer mistakenly warns about editing an
747unlocked file just after saving a new one. That's it.
748Tastes great with thick butter.
749
750
751
7522016 December 12
753
754GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
755the ability to complete with one keystroke (^] by default)
756a fragment of a word to a full word existing elsewhere in
757the current buffer. Besides, this release fixes two bugs
758related to using line numbers in softwrap mode, allows to
759use the PageUp and PageDown keys together with Shift on
760VTE-based terminals, stops the help lines from flickering
761during interactive replacing, makes a 'set fill' override
762an earlier 'set nowrap', properly restores the selected
763region after an external spell check, and improves a few
764other tidbits. If you should find any more bugs, please
765run 'man nano | grep bugs' and report them there.
766
767
768
7692016 October 29
770
771GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
772ability to display line numbers beside the text. This can
773be activated with -l or --linenumbers on the command line,
774or with 'set linenumbers' in your nanorc, or toggled with
775M-#. The coloring of these numbers can be chosen via the
776option 'set numbercolor'. This release furthermore fixes
777some bugs with scrolling in softwrap mode, is more strict
778in the parsing of key rebindings, and marks a new buffer
779as modified when the output of a command (^R ^X) has been
780read into it. Come and check it out!
781
782
783
7842016 September 1
785
786GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
787selected by holding Shift together with the cursor keys.
788Besides that, nano now works also when run in very tiny
789terminals (down to one line, one column), and improves
790the handling of the prompt in cramped spaces. Not much,
791but it's time to get it out there.
792
793With this release we return to GNU. For just a little while
794we dreamt we were tigers. But we are back in the herd,
795back to a healthy diet of fresh green free grass.
796
797
798
7992016 August 10
800
801nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
802a Linux virtual console, takes as verbatim only the very
803first keystroke after M-V, removes any lock files that it
804holds when dying, doesn't abort when a word contains digits
805(when using the default speller), fixes a small sorting bug
806in the file browser, makes searching case-insensitively in
807a UTF-8 locale a little faster, and doesn't enter invalid
808bytes when holding down both Alt keys. Sant&eacute;!
809
810
811
8122016 July 28
813
814nano 2.6.2 "Le vent nous portera" adds two new features: the
815keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
816of text, and the option 'wordchars' for specifying which
817characters (beside alphanumeric ones) should be considered
818word-forming. Further, it provides feedback during Unicode
819input (M-V followed by a six-digit hexadecimal number which
820must start with 0 or 10), avoids a crash when resizing the
821window during Verbatim input, doesn't drop a keystroke after
822having been suspended, and replaces the beginning-of-line
823anchor (^) just once per line. There are also several tiny
824improvements in screen rendering and key handling.
825Come get your hair tousled!
826
827
828
8292016 June 27
830
831nano 2.6.1 "Stampede" is chiefly a translation update, but also
832adds one little feature (the ability to use negative numbers
833with Go To Line: -1 meaning the first line from the bottom),
834includes syntax highlighting for Rust, and fixes three tiny
835bugs (but in such far corners of the editor that they aren't
836even worth mentioning).
837
838
839
8402016 June 17
841
842nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
843some of them not so little. It improves moving about in
844the file browser, corrects failings of the internal spell
845checker, adds a new feature (comment/uncomment lines, with
846default binding M-3), makes some error messages clearer,
847shows more of a file when positionlog is used and the cursor
848is near the end, displays all error messages at startup if
849there are multiple ones, does not misinterpret keystrokes
850when typing very fast, is less eager to trim the filename
851on narrow terminals, speeds up case-insensitive searches,
852and allows to abort re-searches. Among bunches of other
853things. It is worth the trouble to upgrade.
854
855And, with this release, we take leave of the herd...
856Bye! And thanks for all the grass!
857
858</pre>
859</td>
860</tr>
861</table>
862
863<?php include "bottom.php"; ?>