SHA256
1
0
forked from pool/nano

Accepting request 592646 from home:AndreasStieger:branches:editors

GNU nano 2.9.5

OBS-URL: https://build.opensuse.org/request/show/592646
OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=87
This commit is contained in:
Martin Pluskal
2018-04-03 07:10:58 +00:00
committed by Git OBS Bridge
parent 66905cf1b9
commit 2d8c804f33
6 changed files with 37 additions and 20 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Mar 30 15:43:36 UTC 2018 - astieger@suse.com
- GNU nano 2.9.5:
* change 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)
* add a new color name, "normal", which gives the default
foreground or background color, which is useful for reverting
some overzealous painting by earlier syntax regexes
* fix a segfault when trying to insert a file in restricted mode
* fix the reading in of a new file being "undoable",
* fix a slight miswrapping of help texts when --linenumbers was
used
* fix the shell syntax coloring the word "tar" in file names
-------------------------------------------------------------------
Sun Mar 11 15:24:48 UTC 2018 - astieger@suse.com