]> git.wh0rd.org - nano-editor.git/blame - news.php
move another two disallowed breaks
[nano-editor.git] / news.php
CommitLineData
1b1bdcd3 1<?php include "top.php"; ?>
563ba55f 2
0e4d2f77 3<title>GNU nano: News</title>
563ba55f 4
082f4e84 5<table BORDER=0 CELLSPACING=0 WIDTH="100%" HEIGHT="70%">
cb81e8d7 6<tr VALIGN=TOP>
c0e77d9d 7<td>
082f4e84 8<table BORDER=0 CELLSPACING=0 WIDTH="100%">
cb81e8d7
BS
9<tr>
10<td>
319d9c47
BS
11<br><br>
12<center><b><big>News</big></b></center>
50070c05
BS
13</td>
14</tr>
15
16<tr align="center">
17<td>
e2ca83a4 18<br><br>
99d848e6 19
a739c60d
BS
202019 October 4 - <b>GNU nano 4.5</b> "Ko&scaron;ice"
21<br>
22<table><tr><td><ul>
23<li>The new 'tabgives' command allows you to specify per syntax what<br>
24 the &lt;Tab&gt; key should produce: some spaces, a hard TAB, ...</li>
25<li>The output of <tt>--help</tt> is properly aligned again for all languages.</li>
26<li>&lt;Tab&gt; will indent a marked region also when <tt>M-}</tt> has been rebound.</li>
27</ul></td></tr></table>
28<br><br>
29
ae82a2d1 302019 August 25 - <b>GNU nano 4.4</b> "Hagelslag"
fcb625d4 31<br>
ae82a2d1
BS
32<table><tr><td><ul>
33<li>At startup, the cursor can be put on the first or last occurrence<br>
34 of a string by preceding the filename with <tt>+/string</tt> or <tt>+?string</tt>.</li>
35<li>When automatic hard-wrapping occurs (<tt>--breaklonglines</tt>), any leading<br>
36 quoting characters will be automatically copied to the new line.</li>
a739c60d 37<li><tt>M-6</tt> works again also when the cursor is at end of buffer.</li>
ae82a2d1 38</ul></td></tr></table>
fcb625d4 39<br><br>
ae82a2d1 40
84553b52 412019 June 18 - <b>GNU nano 4.3</b> "Musa Kart"
fcb625d4 42<br>
84553b52
BS
43<table><tr><td><ul>
44<li>The ability to read from and write to a FIFO has been regained.</li>
45<li>Startup time is reduced by fully parsing a syntax only when needed.</li>
46<li>Asking for help (<tt>^G</tt>) when using <tt>--operatingdir</tt> does not crash.</li>
47<li>The reading of a huge or slow file can be stopped with <tt>^C</tt>.</li>
48<li>Cut, zap, and copy operations are undone separately when intermixed.</li>
49<li><tt>M-D</tt> reports the correct number of lines (zero for an empty buffer).</li>
50</ul></td></tr></table>
fcb625d4 51<br><br>
84553b52 52
933f5300 532019 April 24 - <b>GNU nano 4.2</b> "Tax the rich, pay the teachers"
fcb625d4 54<br>
616ce731
BS
55<table><tr><td><ul>
56<li>The integrated spell checker does not crash when 'spell' is missing.</li>
094a026a 57<li>Option <tt>--breaklonglines</tt> works also when <tt>--ignorercfiles</tt> is used.</li>
616ce731
BS
58<li>Automatic hard-wrapping is more persistent in pushing words to the<br>
59 same overflow line.</li>
60</ul></td></tr></table>
fcb625d4 61<br><br>
616ce731 62
933f5300 632019 April 15 - <b>GNU nano 4.1</b> "Qu&eacute; corchos ser&aacute; eso?"
fcb625d4 64<br>
f5d848f8 65<table><tr><td><ul>
3a9f2f9b 66<li>By default, a newline character is again automatically added at the<br>
f5d848f8 67 end of a buffer, to produce valid POSIX text files by default, but<br>
3a9f2f9b 68 also to get back the easy adding of text at the bottom.</li>
094a026a 69<li>The now unneeded option <tt>--finalnewline</tt> (<tt>-f</tt>) has been removed.</li>
f5d848f8
BS
70<li>Syntax files are read in alphabetical order when globbing, so that<br>
71 the precedence of syntaxes becomes predictable.</li>
72<li>In the C syntax, preprocessor directives are highlighted differently.</li>
094a026a 73<li><tt>M-S</tt> now toggles soft wrapping, and <tt>M-N</tt> toggles line numbers.</li>
f5d848f8 74<li>The jumpy-scrolling toggle has been removed.</li>
094a026a 75<li>The legacy keystrokes <tt>^W^Y</tt> and <tt>^W^V</tt> are recognized again.</li>
f5d848f8
BS
76<li>Executing an external command is disallowed when in view mode.</li>
77<li>Problems with resizing during external or speller commands were fixed.</li>
78</ul></td></tr></table>
fcb625d4 79<br><br>
f5d848f8 80
933f5300 812019 March 24 - <b>GNU nano 4.0</b> "Thy Rope of Sands"
fcb625d4 82<br>
e2ca83a4
BS
83<table><tr><td><ul>
84<li>An overlong line is no longer automatically hard-wrapped.</li>
85<li>Smooth scrolling (one line at a time) has become the default.</li>
86<li>A newline character is no longer automatically added at end of buffer.</li>
87<li>The line below the title bar is by default part of the editing space.</li>
094a026a
BS
88<li>Option <tt>--breaklonglines</tt> (<tt>-b</tt>) turns automatic hard-wrapping back on.</li>
89<li>Option <tt>--jumpyscrolling</tt> (<tt>-j</tt>) gives the chunky, half-screen scrolling.</li>
90<li>Option <tt>--finalnewline</tt> (<tt>-f</tt>) brings back the automatic newline at EOF.</li>
91<li>Option <tt>--emptyline</tt> (<tt>-e</tt>) leaves the line below the title bar unused.</li>
d94a27bb 92<li>&lt;Alt+Up&gt; and &lt;Alt+Down&gt; now do a linewise scroll instead of a findnext.</li>
e2ca83a4
BS
93<li>Any number of justifications can be undone (like all other operations).</li>
94<li>When marked text is justified, it becomes a single, separate paragraph.</li>
094a026a
BS
95<li>Option <tt>--guidestripe=&lt;number&gt;</tt> draws a vertical bar at the given column.</li>
96<li>Option <tt>--fill=&lt;number&gt;</tt> no longer turns on automatic hard-wrapping.</li>
47ae3021 97<li>When a line continues offscreen, it now ends with a highlighted "&gt;".</li>
616ce731 98<li>The halves of a split two-column character are shown as "[" and "]".</li>
e2ca83a4
BS
99<li>A line now scrolls horizontally one column earlier.</li>
100<li>The bindable functions 'cutwordleft' and 'cutwordright' were renamed<br>
101 to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer.</li>
102<li>The paragraph-jumping functions were moved from Search to Go-to-Line.</li>
094a026a
BS
103<li>Option <tt>--rebinddelete</tt> is able to compensate for more misbindings.</li>
104<li>Options <tt>--morespace</tt> and <tt>--smooth</tt> are obsolete and thus ignored.</li>
105<li>The <tt>--disable-wrapping-as-root</tt> configure option was removed.</li>
e2ca83a4 106</ul></td></tr></table>
99d848e6
BS
107<br>
108
50070c05 109<pre>
2ea62bdc 110
eb64fc57
BS
1112018 November 11
112
113GNU nano 3.2 "Het kromme hout" changes the default binding
114for the linter to M-B so that the spell checker (^T) can
115always be used, and changes (when linting) the text in the
116title bar and the color of the status bar to make linting
117mode more obvious. It also adds a bindable 'zap' function
118for deleting a line or marked region without changing the
67c6d961 119cutbuffer, adds --zap to bind the &lt;Del&gt; and &lt;Backspace&gt;
eb64fc57 120keys to the zap function when something is marked, and
67c6d961 121hard-binds &lt;Alt+Del&gt; to 'zap'. Furthermore, it shows the
eb64fc57
BS
122cursor also in the help viewer (when --showcursor is used),
123renames the bindable functions 'prevhistory' to 'older' and
124'nexthistory' to 'newer' (update your nanorcs when needed),
125reads the nanorc files also in restricted mode to allow
126customization by the user (if this should not be allowed,
127use --ignorercfiles in addition to --restricted), allows
128in view mode to open also other files (if this should not
129be allowed, use --restricted in addition to --view), makes
130resizes respect a relative --fill again, no longer binds
131F13...F15 by default, properly re-highlights a misspelled
132word after invoking help in the internal spell checker,
133and does not skip Unicode characters in string binds.
134
135
136
4c396222
BS
1372018 September 18
138
139GNU nano 3.1 "Je faisais des bonds comme &ccedil;a!" fixes a
140misbinding of ^H on some terminals and some systems,
141does not leave stray stuff after the prompt upon exit
142when having suspended nano while using --constantshow,
143and does not allow to toggle to Replace in view mode.
144
145
146
3f0eb75c
BS
1472018 September 9
148
149GNU nano 3.0 "Water Flowing Underground" speeds up the
150reading of a file by seventy percent, roughly doubles the
151speed of handling ASCII text, changes the way words at line
0c351168
BS
152boundaries are deleted, makes &lt;Ctrl+Delete&gt; wipe the next
153word and &lt;Ctrl+Shift+Delete&gt; the preceding word, binds M-Q
3f0eb75c
BS
154to 'findprevious' by default (the Tabs-to-Spaces toggle is
155placed on M-O, and the More-Space toggle is fully removed),
156makes an external spell check undoable, shows the correct
157number of lines on the status bar when opening multiple
158files, removes the 'formatter' command, removes the
159'searchagain' bindable function (M-W is now bound to
160'findnext' by default), moves the No-Convert toggle to the
161Insert menu, removes the Backup and New-Buffer toggles from
162the main menu (they remain in the Write-Out and Insert
163menus, respectively), is more precise in what it accepts as
0c351168 164a rebindable key name, ignores any presses of &lt;Esc&gt; before
3f0eb75c
BS
165a valid command keystroke, recognizes some more escape
166sequences for modified editing-pad keys, does not hide
167rcfile error messages on a Linux console, renames the
168bindable functions 'copytext' to 'copy' and 'uncut' to
169'paste', and avoids a possible hang during a Full-Justify.
170
171
172
97702e40
BS
1732018 June 2
174
175GNU nano 2.9.8 "Espresso" brings the ability to filter the
176buffer (or the marked region) through an external command
177(^R^X and prefix the command with the pipe symbol, "|"), is
178better at detecting and maintaining paragraphs, is able to
179justify //-style comments, fixes a crash when the binding
180of a key to a string lacks a closing quote, gives feedback
181about the number of lines written also when prepending or
182appending, and fixes a couple of bugs with the linter.
183
184
185
72c6f649
BS
1862018 May 15
187
188GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends'
189for making Ctrl+Right (the nextword function) stop at word
190ends instead of beginnings, accepts multibyte letters for
191the Yes/No/All answers, does emergency saves of changed
192buffers in the unlikely event that nano crashes, adds the
193until-now missing bindable function 'linenumbers', and
194renames the toggles 'constupdate' to 'constantshow' and
195'cuttoend' to 'cutfromcursor', for consistency with the
196corresponding options -- adjust your nanorc files soon.
197
198
199
5eef41d6
BS
2002018 April 27
201
202GNU nano 2.9.6 "Gomance" fixes a crash in word completion,
203makes --enable-altrcname work again, improves the fluidity
204of scrolling when using the touchpad, tweaks the syntaxes
205for shell scripts and PO files, makes a replacing session
206go always forward by default, no longer inserts a newline
207after an external spell check of a selected region, always
208accepts the English Y and N (and A) at a yes-no prompt in
209any locale, and solves a few hypothetical bugs.
210
211
212
a67e22bf
BS
2132018 March 29
214
215GNU nano 2.9.5 "Ki&scaron;a pada" changes the way the Scroll-Up
216and Scroll-Down commands work (M-- and M-+): instead of
217keeping the cursor in the same screen position they now
218keep the cursor in the same text position (if possible).
219This version further adds a new color name, "normal",
220which gives the default foreground or background color,
221which is useful when you want to undo some overzealous
222painting by earlier syntax regexes. Bug fixes include:
223a segfault when trying to insert a file in restricted
224mode, the reading in of a new file being "undoable", a
225slight miswrapping of help texts when --linenumbers was
226used, and the shell syntax coloring the word "tar" in
227file names.
228
229
230
c7a92f85
BS
2312018 March 8
232
233GNU nano 2.9.4 "Isabel" allows binding a key to a string
234(any piece of text and/or commands), permits customizing
235the color of error messages with 'set errorcolor', colors
236those error messages by default in bright white on red,
0c351168 237makes &lt;Enter&gt; at the bottom of the screen scroll just one
c7a92f85
BS
238row when --smooth is used, does not fail when redoing a
239file insertion, and cancels a Shift-selection when any
240cursor key is pressed without Shift even when the cursor
241cannot move. Further, it treats tabs fully the same as
242spaces when doing automatic hard-wrapping, allows syntax
243names to be unquoted, and removes two deprecated options
244and six deprecated bindable function names.
245
246
247
51331e62
BS
2482018 January 29
249
250GNU nano 2.9.3 "C&oacute;rdoba" fixes a segfault with trimblanks
251that could occur when a typed space caused the word after
252it to be pushed to the next line. It further makes macros
253work also when your keyboard still emits escape sequences,
254adds the options -M and --trimblanks for the command line,
255recognizes key combos with Shift on a few more terminals,
256no longer shows dots in certain prompt texts when visible
aa32601b 257whitespace is turned on, fixes two corner cases when doing
51331e62
BS
258replacements in a marked region, allows to open a named
259pipe again when using --noread, and accurately detects
260a needed color change when a line contains a start match
261but not a corresponding end match any more. Plus some
262other small fry.
263
264
265
1aac1698
BS
2662018 January 2
267
268GNU nano 2.9.2 "Pussy Riot" correctly displays the Modified
269state when undoing/redoing (also when the file was saved
270somewhere midway), improves the undoing of an automatic
271linefeed at EOF, fixes a build issue on the BSDs, shows
272the cursor again when compiled with --withslang, renames
273the option 'justifytrim' to 'trimblanks' because it will
274now snip trailing whitespace also while you are typing
275(and hard-wrapping is enabled), continues pushing words
276to the next line much longer (when hard-wrapping), makes
690585d0 277&lt;Tab&gt; and &lt;Shift+Tab&gt; indent and unindent a marked region,
1aac1698
BS
278allows unindenting when not all lines are indented, lets a
279region marked with Shift persist when indenting/unindenting
280or commenting/uncommenting it, and in those cases excludes
281the last line of the region when it is not visibly marked
282(which makes for a more intuitive behavior).
283
284
285
83218525
BS
2862017 November 27
287
288GNU nano 2.9.1 "Damyatta" fixes a bug where, when the mark
289is on, ^S would overwrite the file with just the marked
290region. This release further clears the "Modified" flag
291when all edits are undone, adds or updates some magic
292strings, and does not forget when the cursor was last
293at line 1, column 1.
294
295
296
a65d4e42
BS
2972017 November 18
298
299GNU nano 2.9.0 "Eta" introduces the ability to record and
300replay keystrokes (M-: to start and stop recording, M-;
301to play the macro back), makes ^Q and ^S do something
302useful by default (^Q starts a backward search, and ^S
303saves the current file), changes ^W to start always a
304forward search, shows the number of open buffers (when
305more than one) in the title bar, no longer asks to press
306Enter when there are errors in an rc file, retires the
307options '--quiet' and 'set quiet' and 'set backwards',
308makes indenting and unindenting undoable, will look in
309$XDG_CONFIG_HOME for a nanorc file and in $XDG_DATA_HOME
310for the history files, adds a history stack for executed
311commands (^R^X), does not overwrite the position-history
312file of another nano, and fixes a score of tiny bugs.
313
314
315
47a922e5
BS
3162017 August 27
317
318GNU nano 2.8.7 "Fragrance" fixes a lockup when tabs are
319wider than the screen, makes indenting + unindenting
320more predictable by retaining relative indentations,
321allows pasting (^U) at a prompt, allows triple quotes
322in Python to not be followed by a character, does not
323scroll three pages on a roll of the mouse wheel, binds
324Alt+Up and Alt+Down to findprevious and findnext, and
325fixes some hard-to-describe issues with softwrapping
326and boundary-crossing tabs. Enjoy.
327
328
329
e3e1bf2d
BS
3302017 July 21
331
2031a280 332GNU nano 2.8.6 "Kekul&eacute;" offers a new feature: the ability
e3e1bf2d
BS
333to do softwrapping between words -- at whitespace --
334instead of always at the edge of the screen. This can
335be activated with -a or --atblanks or 'set atblanks'
336together with the softwrap option. This release further
337fixes a handful of rare display glitches, fixes a build
338failure on AIX, harmonizes the quoting rules in the rc
339files, and renames the option 'cut' to 'cutfromcursor'
340(please update your nanorc files before 2020).
341
342
343
516a48e2
BS
3442017 June 25
345
346GNU nano 2.8.5 "Farouche" avoids a crash when waking from
347a suspension that was induced from the outside, allows
348negative line and column numbers on the command line,
349avoids some flickering when resizing the screen while
350in the file browser, opens files in the order they were
351mentioned on the command line, and does not pretend to
352have woken from suspension when receiving a SIGCONT.
353
354
355
f1fb28e2
BS
3562017 May 21
357
516a48e2
BS
358GNU nano 2.8.4 "Our Version of Events" includes the nanorc
359man page again.
f1fb28e2
BS
360
361
362
269921c4
BS
3632017 May 18
364
365GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight
366during interactive replacing, avoids build failures on AIX
367and Solaris, fixes a crash on Solaris, speeds up backwards
368searching, improves PHP syntax highlighting, and no longer
8f3b8915 369asks "save anyway?" when the user ^Q discards the buffer.
269921c4
BS
370
371
372
b6208c46
BS
3732017 May 4
374
375GNU nano 2.8.2 "Krats" adds another new feature: it makes
376the ^G help texts searchable with ^W. Apart from that,
377it fixes a crash when resizing the window in the middle
378of verbatim input, avoids an unlikely crash when used
379without UTF-8 support in some locales, avoids redrawing
380the screen twice when switching between buffers while
381line numbers are active, and works around a coloring
382bug on musl. Plus tweaks to the documentation; plus
383translation updates for fifteen languages.
384
385
386
f2eff274
BS
3872017 April 12
388
389GNU nano 2.8.1 "Ellert" fixes build failures on MacOS and
390on musl, fixes scrolling problems in softwrap mode when
391double-width characters on row boundaries are involved,
0a09732f 392shows double-width characters as "&gt;" and "&lt;" when split
f2eff274
BS
393across two rows, moves the cursor more predictably (at
394the cost of sometimes putting it on the second "half"
395of a character), avoids creating lines that consist of
396only blanks when using autoindent, makes ^Home and ^End
397go to the start and end of the file (on terminals that
398support those keystrokes), places the cursor better when
399linting, lets the linter ask only once whether to open
400an included file, and adds bindings for ^Up and ^Down
401in the file browser. Don't sit on your hands.
402
403
404
26bddce3
BS
4052017 March 31
406
407GNU nano 2.8.0 "Axat" makes it easier to move around in
408softwrapped lines: the Up and Down keys now step from
409visual row to visual row instead of jumping between
410logical lines, and the Home and End keys now move to
411the start and end of a row, and only when already
412there, then to the start and end of the logical line.
413Furthermore, the screen can now scroll per row instead
414of always per logical line. On an entirely different
415front: nano now makes use of gnulib, to make it build
416on more platforms. In short: there were many internal
417changes, not many user-visible ones (apart form the
418new softwrap navigation). The conversion to gnulib
419was done by Mike Frysinger, the softwrap overhaul by
420David Ramsey.
421
422
423
9aefbfdf
BS
4242017 February 23
425
426GNU nano 2.7.5 "Nijntje" can properly search and replace
427the \B and \b regex anchors, correctly repaints things
428when multiline regexes with identical start and end are
429involved, fixes a crash with zero-length regex matches,
430does replacements at the edges of a marked region right,
431no longer hides double-width characters at the head of
432softwrapped rows, displays at most three warnings at
433startup, and documents the ability to read a file from
434standard input. Come tickle my ears.
435
436
437
5715368c
BS
4382017 January 10
439
440GNU nano 2.7.4 "Red dress" undoes deletions in an orderly
441manner again (bug was introduced in previous version),
442sets the preferred x position for vertical movements
443more consistently, avoids some scrolling problems in
444softwrap mode, installs the Info manual also when your
445system lacks 'makeinfo', and corrects the behavior of
690585d0 446the beginning-of-word anchor (\&lt;) in regex searches.
5715368c
BS
447
448
449
26028e19
BS
4502016 December 28
451
452GNU nano 2.7.3 "Ontbijtkoek" wipes away a handful of bugs:
453your editor is now able to handle filenames that contain
454newlines, avoids a brief flash of color when switching
455between buffers that are governed by different syntaxes,
456makes the Shift+Ctrl+Arrow keys select text again on a
457Linux console, is more resistant against malformations
458in the positionlog file, and does not crash when ^C is
459typed on systems where it produces the code KEY_CANCEL.
460Oh, and it no longer mistakenly warns about editing an
461unlocked file just after saving a new one. That's it.
462Tastes great with thick butter.
463
464
465
071abd3f
BS
4662016 December 12
467
468GNU nano 2.7.2 "Shemesh! Shemesh!" brings another feature:
469the ability to complete with one keystroke (^] by default)
470a fragment of a word to a full word existing elsewhere in
471the current buffer. Besides, this release fixes two bugs
472related to using line numbers in softwrap mode, allows to
473use the PageUp and PageDown keys together with Shift on
474VTE-based terminals, stops the help lines from flickering
475during interactive replacing, makes a 'set fill' override
476an earlier 'set nowrap', properly restores the selected
477region after an external spell check, and improves a few
478other tidbits. If you should find any more bugs, please
479run 'man nano | grep bugs' and report them there.
480
481
482
8e909873
BS
4832016 October 29
484
485GNU nano 2.7.1 "Leuven" adds an often-asked-for feature: the
486ability to display line numbers beside the text. This can
487be activated with -l or --linenumbers on the command line,
488or with 'set linenumbers' in your nanorc, or toggled with
489M-#. The coloring of these numbers can be chosen via the
490option 'set numbercolor'. This release furthermore fixes
491some bugs with scrolling in softwrap mode, is more strict
492in the parsing of key rebindings, and marks a new buffer
493as modified when the output of a command (^R ^X) has been
494read into it. Come and check it out!
495
496
497
4bb9ab8c
BS
4982016 September 1
499
500GNU nano 2.7.0 "Suni" adds a new feature: allowing text to be
501selected by holding Shift together with the cursor keys.
502Besides that, nano now works also when run in very tiny
503terminals (down to one line, one column), and improves
504the handling of the prompt in cramped spaces. Not much,
505but it's time to get it out there.
506
507With this release we return to GNU. For just a little while
508we dreamt we were tigers. But we are back in the herd,
509back to a healthy diet of fresh green free grass.
510
511
512
92bdea0d
BS
5132016 August 10
514
515nano 2.6.3 "Marika" makes the Ctrl+Arrow keys work also on
516a Linux virtual console, takes as verbatim only the very
517first keystroke after M-V, removes any lock files that it
518holds when dying, doesn't abort when a word contains digits
519(when using the default speller), fixes a small sorting bug
520in the file browser, makes searching case-insensitively in
521a UTF-8 locale a little faster, and doesn't enter invalid
0fe6854f 522bytes when holding down both Alt keys. Sant&eacute;!
92bdea0d
BS
523
524
525
2ea62bdc
BS
5262016 July 28
527
528nano 2.6.2 "Le vent nous portera" adds two new features: the
529keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
530of text, and the option 'wordchars' for specifying which
531characters (beside alphanumeric ones) should be considered
532word-forming. Further, it provides feedback during Unicode
533input (M-V followed by a six-digit hexadecimal number which
534must start with 0 or 10), avoids a crash when resizing the
535window during Verbatim input, doesn't drop a keystroke after
536having been suspended, and replaces the beginning-of-line
537anchor (^) just once per line. There are also several tiny
538improvements in screen rendering and key handling.
539Come get your hair tousled!
540
541
542
9d17e2b8
BS
5432016 June 27
544
545nano 2.6.1 "Stampede" is chiefly a translation update, but also
546adds one little feature (the ability to use negative numbers
547with Go To Line: -1 meaning the first line from the bottom),
548includes syntax highlighting for Rust, and fixes three tiny
549bugs (but in such far corners of the editor that they aren't
550even worth mentioning).
551
552
553
50070c05
BS
5542016 June 17
555
556nano 2.6.0 "Rubicon" fixes more than fifty little bugs -- and
557some of them not so little. It improves moving about in
558the file browser, corrects failings of the internal spell
559checker, adds a new feature (comment/uncomment lines, with
560default binding M-3), makes some error messages clearer,
561shows more of a file when positionlog is used and the cursor
562is near the end, displays all error messages at startup if
563there are multiple ones, does not misinterpret keystrokes
564when typing very fast, is less eager to trim the filename
565on narrow terminals, speeds up case-insensitive searches,
566and allows to abort re-searches. Among bunches of other
567things. It is worth the trouble to upgrade.
568
569And, with this release, we take leave of the herd...
570Bye! And thanks for all the grass!
571
572</pre>
1b1bdcd3
MF
573</td>
574</tr>
575</table>
50070c05 576
1b1bdcd3
MF
577</td>
578</tr>
579</table>
1b1bdcd3 580
563ba55f 581<?php include "bottom.php"; ?>