SHA256
1
0
forked from pool/nano

Accepting request 571461 from home:AndreasStieger:branches:editors

GNU nano 2.9.3

OBS-URL: https://build.opensuse.org/request/show/571461
OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=83
This commit is contained in:
Martin Pluskal
2018-01-31 17:28:30 +00:00
committed by Git OBS Bridge
parent 61061873b6
commit f2aaec26fd
6 changed files with 47 additions and 16 deletions

View File

@@ -1,3 +1,34 @@
-------------------------------------------------------------------
Wed Jan 31 15:01:40 UTC 2018 - astieger@suse.com
- GNU nano 2.9.3:
* fix a segfault with trimblanks that could occur when a typed
space caused the word after it to be pushed to the next line
* make macros work also when your keyboard still emits escape
sequences
* add the options -M and --trimblanks for the command line
* recognizeskey combos with Shift on a few more terminals
* no longer show dots in certain prompt texts when visible
witespace is turned on
* fix two corner cases when doing replacements in a marked region
* allow to open a named pipe again when using --noread
* accurately detect a needed color change when a line contains
a start match but not a corresponding end match any more
- includes changes gom 2.9.2:
* correctly display the Modified state when undoing/redoing
(also when the file was saved somewhere midway)
* improve the undoing of an automatic linefeed at EOF
* show the cursor again when compiled with --withslang
* rename the option 'justifytrim' to 'trimblanks' because it
will now snip trailing whitespace also while you are typing
(and hard-wrapping is enabled)
* continue pushing words to the next line much longer (when
hard-wrapping)
* make <Tab> and <Shift+Tab> indent and unindent a marked region
* allow unindenting when not all lines are indented
* let a region marked with Shift persist when indenting/
unindenting or commenting/uncommenting it
-------------------------------------------------------------------
Mon Dec 11 21:03:50 UTC 2017 - astieger@suse.com