]> git.wh0rd.org - nano-editor.git/commitdiff
note the release of 6.0
authorBenno Schulenberg <bensberg@telfort.nl>
Wed, 15 Dec 2021 11:36:05 +0000 (12:36 +0100)
committerBenno Schulenberg <bensberg@telfort.nl>
Wed, 15 Dec 2021 11:37:28 +0000 (12:37 +0100)
last-branch
last-modified
last-version
news.php

index 7813681f5b41c028345ca62a2be376bae70b7f61..62f9457511f879886bb7728c986fe10b0ece6bcb 100644 (file)
@@ -1 +1 @@
-5
\ No newline at end of file
+6
\ No newline at end of file
index c92bc70d2d3938eeb75b2c22b8a9afbd0dbf70a4..afce728ba6781405d5e48473bed9717b6f408f8a 100644 (file)
@@ -1 +1 @@
-2021 October 6
\ No newline at end of file
+2021 December 15
\ No newline at end of file
index b883184b1239ca142240ab869ca907cfed1401e7..504953848929ac86498b7bec90f12c0fc6e063e9 100644 (file)
@@ -1 +1 @@
-5.9
\ No newline at end of file
+6.0
\ No newline at end of file
index 6dac93c1aa97073bad917981d52a60a7c15a43a7..cd067ce00af63b2cdee4269eb9af59d6e649e226 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
+2021 December 15 - <b>GNU nano 6.0</b> "Humor heeft ook zijn leuke kanten"
+<br>
+<table><tr><td><ul>
+<li>Option <tt>--zero</tt> hides the title bar, status bar and help lines, and<br>
+    uses all rows of the terminal as editing area.  The title bar and<br>
+    status bar can be toggled with <tt>M-Z</tt>.</li>
+<li>Colors can now be specified also as three-digit hexadecimal numbers,<br>
+    in the format <tt>#rgb</tt>.  This picks from the 216 index colors (that most<br>
+    terminals know) the color that is nearest to the given values.</li>
+<li>For users who dislike numbers, there are fourteen new color names:<br>
+    rosy, beet, plum, sea, sky, slate, teal, sage, brown, ocher, sand,<br>
+    tawny, brick, and crimson.</li>
+<li>Suspension is enabled by default, invokable with <tt>^T^Z</tt>.  The options<br>
+    <tt>-z</tt>, <tt>--suspendable</tt>, and 'set suspendable' are obsolete and ignored.<br>
+    (In case you want to be able to suspend nano with a single keystroke,<br>
+    you can put 'bind ^Z suspend main' in your nanorc.)</li>
+<li>When automatic hard-wrapping is in effect, pasting just a few words<br>
+    (without a line break) will now hard-wrap the line when needed.</li>
+<li>Toggling Append or Prepend clears the current filename.</li>
+<li>The word count as shown by <tt>M-D</tt> is now affected by option --wordbounds;<br>
+    with it, nano counts words as 'wc' does; without it (the new default),<br>
+    words are counted in a more human way: seeing punctuation as space.</li>
+<li>The YAML syntax file is now actually included in the tarball.</li>
+</ul></td></tr></table>
+<br><br>
+
+
 2021 October 6 - <b>GNU nano 5.9</b> "El manicomio ha decidido: ma&ntilde;ana sol!"
 <br>
 <table><tr><td><ul>