]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
rewrap the news item
[nano-editor.git] / news.php
index ccbc5810e29b61d17d26d9c21234d00e8d105ff3..7b5696ca969a7d7104c87ebe463c69fcb4e844d2 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
+2020 December 2 - <b>GNU nano 5.4</b> "Terre des hommes"
+<br>
+<table><tr><td><ul>
+<li>Moving the cursor now skips over combining characters (and<br>
+    other zero-width characters).  Deleting a character deletes<br>
+    also any succeeding zero-width characters, but backspacing<br>
+    deletes just one character at a time.</li>
+</ul></td></tr></table>
+<br><br>
+
+2020 October 7 - <b>GNU nano 5.3</b> "Revolution!"
+<br>
+<table><tr><td><ul>
+<li>Option 'set stateflags' makes nano show the state of auto-indenting,<br>
+  the mark, hard-wrapping, macro recording, and soft-wrapping in the<br>
+  title bar.  The flags take the place of "Modified", and a modified<br>
+  buffer is instead indicated by an asterisk (*) after its name.</li>
+<li>Nano no longer by default tries using libmagic to determine the type<br>
+  of a file (when neither filename nor first line gave a clue), because<br>
+  in most cases it is a waste of time.  It requires using the option<br>
+  <tt>--magic</tt> or <tt>-!</tt> or 'set magic' to make nano try libmagic.</li>
+<li>The color of the indicator can be changed with 'set scrollercolor'.</li>
+</ul></td></tr></table>
+<br><br>
+
+2020 August 24 - <b>GNU nano 5.2</b> "Ranrapalca"
+<br>
+<table><tr><td><ul>
+<li>Making certain replacements after a large paste does not crash.</li>
+<li>Hitting a toggle at the Search prompt does not clear the answer.</li>
+<li>Using <tt>--positionlog</tt> does not complain at the first start.</li>
+<li>A macro containing a Search command will not sometimes fail.</li>
+</ul></td></tr></table>
+<br><br>
+
+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 &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>
+<table><tr><td>
+  Two bugs introduced in version 4.9 are fixed: the cursor<br>
+  getting misplaced when undoing line cuts, and filtering<br>
+  of the whole buffer to a new buffer not working.
+</td></tr></table>
+<br><br>
+
+2020 March 24 - <b>GNU nano 4.9</b> "die fetten Jahre sind vorbei"
+<br>
+<table><tr><td><ul>
+<li>When justifying a selection, the new paragraph and the<br>
+  succeeding one get the appropriate first-line indent.</li>
+<li>Trying to justify an empty selection does not crash.</li>
+<li>Redoing the insertion of an empty file does not crash.</li>
+<li>On the BSDs and macOS, <tt>^H</tt> has become rebindable again<br>
+  (in most terminal emulators, not on the console).</li>
+<li>DOS line endings in nanorc files are accepted.</li>
+<li>Option <tt>--suspend</tt> / 'set suspend' has been renamed to<br>
+  the more logical <tt>--suspendable</tt> / 'set suspendable'.</li>
+</ul></td></tr></table>
+<br><br>
+
 2020 February 7 - <b>GNU nano 4.8</b> "Ja&scaron;ka"
 <br>
 <table><tr><td><ul>