aboutsummaryrefslogtreecommitdiff
path: root/utils/nano
Commit message (Collapse)AuthorAge
* nano: update to 6.4Hannu Nyman2022-08-02
| | | | | | Update nano editor to version 6.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 6.3Hannu Nyman2022-04-29
| | | | | | Update nano editor to version 6.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: provide nano-full with most features enabledHannu Nyman2022-03-22
| | | | | | | | | | | | | | Provide a new variant, nano-full, that enables almost all functionality of nano. Only libmagic file type detection has been left out. Ship with a minimal /etc/nanorc that the user can modify. nanorc documentation at https://www.nano-editor.org/dist/latest/nanorc.5.html Provide color highlighting for the uci config files. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 6.2Hannu Nyman2022-02-22
| | | | | | | Update nano to 6.2. Remove inactive second maintainer. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 6.1Hannu Nyman2022-02-09
| | | | | | Update nano to version 6.1. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: Add a plus variant with more featuresHannu Nyman2022-01-31
| | | | | | | | | | | | | | | | | Nano is by default built as "tiny" with most features disabled. That is suitable for basic tasks in routers with small flash. Add a new nano-plus variant that enables selected additional features in the build config: * multiple files (multibuffer) * Unicode/utf8 * justify * .nanorc support * help * also some key bindings get enabled as "tiny" configure option is removed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to version 6.0Hannu Nyman2021-12-15
| | | | | | | | | | Update nano editor to version 6.0 Version 6.0 enable toggling the display of the line numbers with the shortcut key M-N (Alt-n). Also the cmdline option "-l" works. Remove earlier patch regarding that. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: enable showing line numbers with M-N (Alt-n)Hannu Nyman2021-11-10
| | | | | | | | | Backport new upstream patch to enable toggling the display of the line numbers with the shortcut key M-N (Alt-n). Also the cmdline option "-l" works. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: enable line numbers (from cmdline)Hannu Nyman2021-11-08
| | | | | | | | | | | | | | | | | Enable showing line numbers, which makes it easier to find the correct place in long files. Due to the "tiny" build, the functionality is only available from cmdline with "-l" option. For example: nano -l /etc/banner Key shortcut M-n is disabled due to "tiny". See https://savannah.gnu.org/bugs/?61441 for explanation. Also * remove without-slang config option, deprecated in Dec 2020 * adopt AUTORELEASE Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.9Hannu Nyman2021-10-06
| | | | | | Update nano editor to version 5.9. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.8Hannu Nyman2021-06-17
| | | | | | Update nano editor version to 5.8. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update version to 5.7Hannu Nyman2021-05-01
| | | | | | Upgrade nano editor to version 5.7. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.6.1Hannu Nyman2021-03-06
| | | | | | Update nano editor to version 5.6.1 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to version 5.6Hannu Nyman2021-02-24
| | | | | | Upgrade nano to version 5.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.5Hannu Nyman2021-01-15
| | | | | | Update nano editor to version 5.5 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.4Hannu Nyman2020-12-04
| | | | | | Update nano editor to version 5.4. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.3Hannu Nyman2020-10-07
| | | | | | Update nano editor to version 5.3. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.2Hannu Nyman2020-08-25
| | | | | | Update nano editor to version 5.2. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.1Hannu Nyman2020-08-12
| | | | | | Update nano to version 5.1. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 5.0Hannu Nyman2020-07-30
| | | | | | | Update nano editor to version 5.0. http://git.savannah.gnu.org/cgit/nano.git/tree/NEWS Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.9.3Hannu Nyman2020-05-24
| | | | | | | Update nano version to 4.9.3 Minor bugfix release. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.9.2Hannu Nyman2020-04-07
| | | | | | Update nano editor to version 4.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.9.1Hannu Nyman2020-04-05
| | | | | | | | | | | Update nano editor to version 4.9.1 2020.03.31 - GNU nano 4.9.1 "Sapperdeflap" Two bugs introduced in version 4.9 are fixed: the cursor getting misplaced when undoing line cuts, and filtering of the whole buffer to a new buffer not working. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.9Hannu Nyman2020-03-26
| | | | | | Update nano editor to version 4.9 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.8Hannu Nyman2020-02-08
| | | | | | Update nano editor to version 4.8 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.7Hannu Nyman2019-12-29
| | | | | | Update nano to version 4.7 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.6Hannu Nyman2019-12-01
| | | | | | Update nano editor to version 4.6 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.5Hannu Nyman2019-10-07
| | | | | | Update nano editor to version 4.5. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* treewide: add PKG_CPE_ID for better cvescanner coverageJan Pavlinec2019-09-17
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Change .*GPL.*+ licenses to SPDX compatible identifierSven Eckelmann2019-09-10
| | | | | | | | The CONTRIBUTING.md requests an (or multiple) SPDX identifier for GPL licenses. But a lot of packages did use a different, non-SPDX style with a "+" at the end instead of "-or-later". Signed-off-by: Sven Eckelmann <sven@narfation.org>
* nano: update to 4.4Hannu Nyman2019-08-25
| | | | | | Update nano editor to 4.4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.3Hannu Nyman2019-06-20
| | | | | | | | | | | | | | | | Update nano to 4.3 Release notes at https://nano-editor.org/news.php 2019.06.18 - GNU nano 4.3 * The ability to read from and write to a FIFO has been regained. * Startup time is reduced by fully parsing a syntax only when needed. * Asking for help (^G) when using --operatingdir does not crash. * The reading of a huge or slow file can be stopped with ^C. * Cut, zap, and copy operations are undone separately when intermixed. * M-D reports the correct number of lines (zero for an empty buffer). Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.2Hannu Nyman2019-04-24
| | | | | | | | | | | | | | | | * update nano to 4.2 Release notes at https://nano-editor.org/news.php 2019.04.24 - GNU nano 4.2 * The integrated spell checker does not crash when 'spell' is missing. * Option --breaklonglines works also when --ignorercfiles is used. * Automatic hard-wrapping is more persistent in pushing words to the same overflow line. Tested with ipq806x/R7800 and mvebu/WRT3200ACM Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 4.1Hannu Nyman2019-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* nano: update to 4.0Hannu Nyman2019-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update nano editor to version 4.0. Release notes at http://git.savannah.gnu.org/cgit/nano.git/plain/NEWS?h=v4.0 2019.03.24 - GNU nano 4.0 "Thy Rope of Sands" * An overlong line is no longer automatically hard-wrapped. * Smooth scrolling (one line at a time) has become the default. * A newline character is no longer automatically added at end of buffer. * The line below the title bar is by default part of the editing space. * Option --breaklonglines (-b) turns automatic hard-wrapping back on. * Option --jumpyscrolling (-j) gives the chunky, half-screen scrolling. * Option --finalnewline (-f) brings back the automatic newline at EOF. * Option --emptyline (-e) leaves the line below the title bar unused. * <Alt+Up> and <Alt+Down> now do a linewise scroll instead of a findnext. * Any number of justifications can be undone (like all other operations). * When marked text is justified, it becomes a single, separate paragraph. * Option --guidestripe=<number> draws a vertical bar at the given column. * Option --fill=<number> no longer turns on automatic hard-wrapping. * When a line continues offscreen, it now ends with a highlighted ">". * The halfs of a split two-column character are shown as "[" and "]". * A line now scrolls horizontally one column earlier. * The bindable functions 'cutwordleft' and 'cutwordright' were renamed to 'chopwordleft' and 'chopwordright' as they don't use the cutbuffer. * The paragraph-jumping functions were moved from Search to Go-to-Line. * Option --rebinddelete is able to compensate for more misbindings. * Options --morespace and --smooth are obsolete and thus ignored. * The --disable-wrapping-as-root configure option was removed. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 3.2Hannu Nyman2018-11-12
| | | | | | Update nano to version 3.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 3.1Hannu Nyman2018-09-23
| | | | | | | * Update nano editor to 3.1 * Apply a post-release upstream patch to fix compilation Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Nano: Update to 3.0Jonathan Bennett2018-09-09
| | | | Signed-off-by: Jonathan Bennett <jbennett@incomsystems.biz>
* nano: update to 2.9.8Hannu Nyman2018-06-04
| | | | | | Update nano to version 2.9.8 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.7Hannu Nyman2018-05-16
| | | | | | | | | | | | | | | | | | nano 2.9.7 was released on 2018 May 15. Release notes: GNU nano 2.9.7 "Hvide Sande" adds the option '--afterends' for making Ctrl+Right (the nextword function) stop at word ends instead of beginnings, accepts multibyte letters for the Yes/No/All answers, does emergency saves of changed buffers in the unlikely event that nano crashes, adds the until-now missing bindable function 'linenumbers', and renames the toggles 'constupdate' to 'constantshow' and 'cuttoend' to 'cutfromcursor', for consistency with the corresponding options -- adjust your nanorc files soon. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.6Hannu Nyman2018-04-29
| | | | | | | | | | | | | | | Nano 2.9.6 release notes: GNU nano 2.9.6 "Gomance" fixes a crash in word completion, makes --enable-altrcname work again, improves the fluidity of scrolling when using the touchpad, tweaks the syntaxes for shell scripts and PO files, makes a replacing session go always forward by default, no longer inserts a newline after an external spell check of a selected region, always accepts the English Y and N (and A) at a yes-no prompt in any locale, and solves a few hypothetical bugs. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.5Hannu Nyman2018-04-02
| | | | | | | | | | | | | | | | | | | | | | Update nano to 2.9.5 Release Notes: 2018 March 29 GNU nano 2.9.5 "Kiša pada" changes the way the Scroll-Up and Scroll-Down commands work (M-- and M-+): instead of keeping the cursor in the same screen position they now keep the cursor in the same text position (if possible). This version further adds a new color name, "normal", which gives the default foreground or background color, which is useful when you want to undo some overzealous painting by earlier syntax regexes. Bug fixes include: a segfault when trying to insert a file in restricted mode, the reading in of a new file being "undoable", a slight miswrapping of help texts when --linenumbers was used, and the shell syntax coloring the word "tar" in file names. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.4Hannu Nyman2018-03-11
| | | | | | Update nano to 2.9.4 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.3Hannu Nyman2018-02-03
| | | | | | update nano to 2.9.3 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.2Hannu Nyman2018-01-05
| | | | | | Update nano to 2.9.2 Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.9.1Hannu Nyman2017-12-28
| | | | | | | | * update nano to 2.9.1 (and drop the unnecessary upstream patch) * add myself as the second maintainer Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: update to 2.8.7Hannu Nyman2017-09-15
| | | | | | | | | Update nano editor to 2.8.7 Apply post-release fix from upstream to enable compilation with --enable-tiny Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* Nano: Update to 2.8.6Jonathan Bennett2017-07-29
| | | | Signed-off-by: Jonathan Bennett <JBennett@incomsystems.biz>
* nano: update to 2.8.4Hannu Nyman2017-05-24
| | | | | | | | * update nano to 2.8.4 * remove deprecated glibtest configure argument * fix whitespace in configure arguments Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* nano: Update to version 2.7.5Daniel Albers2017-02-25
| | | | | | | Description: fixes a crash with zero-length regex matches and further updates Signed-off-by: Daniel Albers <Daniel.Albers@public-files.de>