]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
reshuffle a word
[nano-editor.git] / news.php
index 3367b094ee61aa60b3920e89aae628b7f01a9ada..ae72dae91a506c9bcd3fa03d0f1112ce9d595d6c 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
-2020 April 7 - <b>GNU nano 4.9.2</b> "Mali Lo&scaron;inj"
+2020 August 12 - <b>GNU nano 5.1</b> "Cantabria"
+<br>
+<table><tr><td><ul>
+<li><tt>M-Bsp</tt> (Alt+Backspace) deletes a word backwards, like in Bash.</li>
+<li><tt>M-[</tt> has become bindable.  (Be careful, though: as it is the<br>
+  starting combination of many escape sequences, avoid gluing<br>
+  it together with other keystrokes, like in a macro.)</li>
+<li>With <tt>--indicator</tt> and <tt>--softwrap</tt>, the first keystroke in an<br>
+  empty buffer does not crash.</li>
+<li>Invoking the formatter while text is marked does not crash.</li>
+<li>In UTF-8 locales, an anchor is shown as a diamond.</li>
+</ul></td></tr></table>
+<br><br>
+
+2020 July 29 - <b>GNU nano 5.0</b> "Among the fields of barley"
 <br>
+<table><tr><td><ul>
+<li>With <tt>--indicator</tt> (or <tt>-q</tt> or 'set indicator') nano will show a kind<br>
+  of scrollbar on the righthand side of the screen to indicate where<br>
+  in the buffer the viewport is located and how much it covers.</li>
+<li>With &lt;Alt+Insert&gt; any line can be "tagged" with an anchor, and<br>
+  &lt;Alt+PageUp&gt; and &lt;Alt+PageDown&gt; will jump to the nearest anchor.<br>
+  When using line numbers, an anchor is shown as "+" in the margin.</li>
+<li>The Execute Command prompt is now directly accessible from the<br>
+  main menu (with <tt>^T</tt>, replacing the Spell Checker).  The Linter,<br>
+  Formatter, Spell Checker, Full Justification, Suspension, and<br>
+  Cut-Till-End functions are available in this menu too.</li>
+<li>On terminals that support at least 256 colors, nine new color<br>
+  names are available: pink, purple, mauve, lagoon, mint, lime,<br>
+  peach, orange, and latte.  These do not have lighter versions.</li>
+<li>For the color names red, green, blue, yellow, cyan, magenta,<br>
+  white, and black, the prefix 'light' gives a brighter color.<br>
+  Prefix 'bright' is deprecated, as it means both bold AND light.</li>
+<li>All color names can be preceded with "bold," and/or "italic,"<br>
+  (in that order) to get a bold and/or italic typeface.</li>
+<li>With <tt>--bookstyle</tt> (or <tt>-O</tt> or 'set bookstyle') nano considers any<br>
+  line that begins with whitespace as the start of a paragraph.</li>
+<li>Refreshing the screen with <tt>^L</tt> now works in every menu.</li>
+<li>In the main menu, <tt>^L</tt> also centers the line with the cursor.</li>
+<li>Toggling the help lines with <tt>M-X</tt> now works in all menus except<br>
+  in the help viewer and the linter.</li>
+<li>At a filename prompt, the first &lt;Tab&gt; lists the possibilities,<br>
+  and these are listed near the bottom instead of near the top.</li>
+<li>Bindable function 'curpos' has been renamed to 'location'.</li>
+<li>Long option <tt>--tempfile</tt> has been renamed to <tt>--saveonexit</tt>.</li>
+<li>Short option <tt>-S</tt> is now a synonym of <tt>--softwrap</tt>.</li>
+<li>The New Buffer toggle (<tt>M-F</tt>) has become non-persistent.  Options<br>
+  <tt>--multibuffer</tt> and 'set multibuffer' still make it default to on.</li>
+<li>Backup files will retain their group ownership (when possible).</li>
+<li>Data is synced to disk before "... lines written" is shown.</li>
+<li>The raw escape sequences for <tt>F13</tt> to <tt>F16</tt> are no longer recognized.</li>
+<li>Distro-specific syntaxes, and syntaxes of less common languages,<br>
+  have been moved down to subdirectory syntax/extra/.  The affected<br>
+  distros and others may wish to move wanted syntaxes one level up.</li>
+<li>Syntaxes for Markdown, Haskell, and Ada were added.</li>
+</ul></td></tr></table>
+<br><br>
+
+2020 May 23 - <b>GNU nano 4.9.3</b> "Almendras"
+<br><br>
+<table><tr><td>
+  One more bug introduced in version 4.9 is fixed: a crash when<br>
+  the terminal screen is resized while at a lock-file prompt.
+</td></tr></table>
+<br><br>
+
+2020 April 7 - <b>GNU nano 4.9.2</b> "Mali Lo&scaron;inj"
+<br><br>
 <table><tr><td>
   Another bug introduced in version 4.9 is fixed: a likely crash<br>
-  after undoing an <Enter> at the end of leading whitespace.
+  after undoing an &lt;Enter&gt; at the end of leading whitespace.
 </td></tr></table>
 <br><br>
 
 2020 March 31 - <b>GNU nano 4.9.1</b> "Sapperdeflap"
-<br>
+<br><br>
 <table><tr><td>
   Two bugs introduced in version 4.9 are fixed: the cursor<br>
   getting misplaced when undoing line cuts, and filtering<br>