SHA256
1
0
forked from pool/nano

Accepting request 585457 from home:AndreasStieger:branches:editors

GNU nano 2.9.4

OBS-URL: https://build.opensuse.org/request/show/585457
OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=85
This commit is contained in:
Martin Pluskal
2018-03-12 08:14:01 +00:00
committed by Git OBS Bridge
parent f2aaec26fd
commit 66905cf1b9
7 changed files with 94 additions and 43 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sun Mar 11 15:24:48 UTC 2018 - astieger@suse.com
- GNU nano 2.9.4:
* allow binding a key to a string (any piece of text and/or
commands)
* permit customizing the color of error messages with
'set errorcolor'
* color those error messages by default in bright white on red
* make <Enter> at the bottom of the screen scroll just one row
when --smooth is used
* do not fail when redoing a file insertion
* cancel a Shift-selection when any cursor key is pressed without
Shift even when the cursor cannot move
* treat tabs fully the same as spaces when doing automatic
hard-wrapping
* allows syntax names to be unquoted
* remove deprecated options and deprecated bindable function
names
-------------------------------------------------------------------
Wed Jan 31 15:01:40 UTC 2018 - astieger@suse.com