SHA256
1
0
forked from pool/nano

Accepting request 542826 from home:AndreasStieger:branches:editors

GNU nano 2.9.0

OBS-URL: https://build.opensuse.org/request/show/542826
OBS-URL: https://build.opensuse.org/package/show/editors/nano?expand=0&rev=79
This commit is contained in:
Martin Pluskal
2017-11-19 07:30:05 +00:00
committed by Git OBS Bridge
parent a302f81607
commit 8c07a54990
6 changed files with 35 additions and 16 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Nov 18 15:55:45 UTC 2017 - astieger@suse.com
- GNU nano 2.9.0:
* introduce the ability to record and replay keystrokes:
(M-: to start and stop recording, M-; to play the macro back)
* make ^Q and ^S do something useful by default
(^Q starts a backward search, and ^S saves the current file)
* change ^W to start always a forward search,
* show the number of open buffers (when more than one) in the title bar
* no longer ask to press Enter when there are errors in an rc file
* retire the options '--quiet' and 'set quiet' and 'set backwards'
* make indenting and unindenting undoable
* look in $XDG_CONFIG_HOME for a nanorc file
* look in $XDG_DATA_HOME for the history files
* add a history stack for executed commands (^R^X)
* do not overwrite the position-history file of another nano
* fix a score of tiny bugs
-------------------------------------------------------------------
Tue Aug 29 12:15:22 UTC 2017 - mpluskal@suse.com