nano: update to 4.1
authorHannu Nyman <hannu.nyman@iki.fi>
Tue, 16 Apr 2019 15:19:00 +0000 (18:19 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Wed, 17 Apr 2019 16:34:56 +0000 (19:34 +0300)
commitc9aedd9a56bed5a6c1feb4f921a88991364890d7
tree81a7866e701986c6efe5a5fc9ecb41a457d76411
parent49e759b28b9f300e84b134d20b3ab1de5082607f
nano: update to 4.1

* update nano to 4.1
* implement Makefile style changes proposed in #8483

Release notes at https://nano-editor.org/news.php

2019.04.15 - GNU nano 4.1
* By default, a newline character is again automatically added at the
  end of a buffer, to produce valid POSIX text files by default, but
  also to get back the easy adding of text at the bottom.
* The now unneeded option --finalnewline (-f) has been removed.
* Syntax files are read in alphabetical order when globbing, so that
  the precedence of syntaxes becomes predictable.
* In the C syntax, preprocessor directives are highlighted differently.
* M-S now toggles soft wrapping, and M-N toggles line numbers.
* The jumpy-scrolling toggle has been removed.
* The legacy keystrokes ^W^Y and ^W^V are recognized again.
* Executing an external command is disallowed when in view mode.
* Problems with resizing during external or speller commands were fixed.

Tested with ipq806x R7800

Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
(cherry picked from commit 5c212b1a13162dd78e7e8df3ded9e5f1b297a443)
utils/nano/Makefile