]> git.wh0rd.org - nano-editor.git/commitdiff
note the release of 8.1
authorBenno Schulenberg <bensberg@telfort.nl>
Fri, 12 Jul 2024 09:28:22 +0000 (11:28 +0200)
committerBenno Schulenberg <bensberg@telfort.nl>
Fri, 12 Jul 2024 09:28:22 +0000 (11:28 +0200)
last-modified
last-version
news.php

index 3dec2d1230fa63e58c0a3f2027e023b42348e770..805110bf11dc8312d89f5d1dea27610a0b764948 100644 (file)
@@ -1 +1 @@
-2024 May 1
\ No newline at end of file
+2024 July 12
\ No newline at end of file
index b293f64d6c00265420a5a985544f5047248fe64b..8d1eec65a9f2af101bb02ad0c3962f6f88022766 100644 (file)
@@ -1 +1 @@
-8.0
\ No newline at end of file
+8.1
\ No newline at end of file
index e03f7877763abebf1124dc931974e39b26002435..0b50475ed45b8165ec442aebb165cdd3bbcef2a4 100644 (file)
--- a/news.php
+++ b/news.php
 <td>
 <br><br>
 
+2024 July 12 - <b>GNU nano 8.1</b> <i>"de dag van de bitterkoekjespudding"</i>
+<br>
+<table><tr><td><ul>
+<li>The idiom <tt>nano filename:linenumber</tt> is understood only when<br>
+    the option <tt>--colonparsing</tt> (or 'set colonparsing') is used.</li>
+<li>Modern bindings are *not* activated when nano's invocation name<br>
+    starts with "e", as it jars with Debian's alternatives system.</li>
+<li>New bindable function 'cycle'> first centers the current row,<br>
+    then moves it to the top of the viewport, then to the bottom.<br>
+    It is bound by default to <tt>^L</tt>.</li>
+<li>Option <tt>--listsyntaxes</tt>/<tt>-z</tt> lists the names of available syntaxes.</li>
+</ul></td></tr></table>
+<br><br>
+
 2024 May 1 - <b>GNU nano 8.0</b> <i>"Grus grus"</i>
 <br>
 <table><tr><td><ul>
 <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>
+    you can put <tt>bind ^Z suspend main</tt> 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>
   and the paste can be undone as a whole with a single <tt>M-U</tt>.</li>
 <li>When a lock file is encountered during startup, pressing <tt>^C</tt>/Cancel<br>
   quits nano.  (Pressing 'No' just skips the file and continues.)</li>
-<li>Shift+Meta+letter key combos can be bound with 'bind Sh-M-letter'.<br>
+<li>Shift+Meta+letter key combos can be bound with <tt>bind Sh-M-letter</tt>.<br>
   Making any such binding dismisses the default behavior of ignoring<br>
   Shift for all Meta+letter keystrokes.</li>
 <li>The configuration option <tt>--with-slang</tt> (to be avoided when possible)<br>