SHA256
1
0
forked from pool/nano

Accepting request 484055 from home:fstrba:branches:editors

Update to 2.8.0

OBS-URL: https://build.opensuse.org/request/show/484055
OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=65
This commit is contained in:
Martin Pluskal
2017-03-31 10:49:52 +00:00
committed by Git OBS Bridge
parent 652a9aa2b3
commit 5132832c61
6 changed files with 30 additions and 17 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Fri Mar 31 10:39:21 UTC 2017 - fstrba@suse.com
- Update to version 2.8.0
* the Up and Down keys now step from visual row to visual row
instead of jumping between logical lines
* the Home and End keys now move to the start and end of a row,
and only when already there, then to the start and end of the
logical line
* the screen can now scroll per row instead of always per logical
line
* makes use of gnulib, to make it build on more platforms
-------------------------------------------------------------------
Fri Feb 24 19:31:03 UTC 2017 - mpluskal@suse.com
@@ -6,7 +19,7 @@ Fri Feb 24 19:31:03 UTC 2017 - mpluskal@suse.com
* correctly repaints things when multiline regexes with identical
start and end are involved
* fixes a crash with zero-length regex matches
* does replacements at the edges of a marked region right,
* does replacements at the edges of a marked region right,
* displays at most three warnings at startup
* documents the ability to read a file from standard input