]> git.wh0rd.org - nano-editor.git/blobdiff - news.php
note the release of 2.8.6
[nano-editor.git] / news.php
index d211b873897fb0b6c42556826200ead6068377a8..f91700623c0d3b85c69e26909e8c3c1ea11d59fe 100644 (file)
--- a/news.php
+++ b/news.php
 <br>
 <pre>
 
+2017 July 21
+
+GNU nano 2.8.6 "Kekulé" offers a new feature: the ability
+to do softwrapping between words -- at whitespace --
+instead of always at the edge of the screen.  This can
+be activated with -a or --atblanks or 'set atblanks'
+together with the softwrap option.  This release further
+fixes a handful of rare display glitches, fixes a build
+failure on AIX, harmonizes the quoting rules in the rc
+files, and renames the option 'cut' to 'cutfromcursor'
+(please update your nanorc files before 2020).
+
+
+
+2017 June 25
+
+GNU nano 2.8.5 "Farouche" avoids a crash when waking from
+a suspension that was induced from the outside, allows
+negative line and column numbers on the command line,
+avoids some flickering when resizing the screen while
+in the file browser, opens files in the order they were
+mentioned on the command line, and does not pretend to
+have woken from suspension when receiving a SIGCONT.
+
+
+
+2017 May 21
+
+GNU nano 2.8.4 "Our Version of Events" includes the nanorc
+man page again.
+
+
+
 2017 May 18
 
 GNU nano 2.8.3 "Hirsch" fixes a misplacement of the spotlight
 during interactive replacing, avoids build failures on AIX
 and Solaris, fixes a crash on Solaris, speeds up backwards
 searching, improves PHP syntax highlighting, and no longer
-asks “save anyway?” when the user ^Q discards the buffer.
+asks "save anyway?" when the user ^Q discards the buffer.